:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sus-register-container{align-items:center;background-color:#0b1116;color:#fff;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100vw}.sus-register-ambient-bg{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.sus-register-bg-glow{animation:susRegisterFloatingGlow 20s ease-in-out infinite alternate;border-radius:50%;filter:blur(120px);opacity:.35;position:absolute}.sus-register-bg-glow-1{background:radial-gradient(circle,#88b24b66 0,#0000 70%);height:700px;left:-100px;top:-200px;width:700px}.sus-register-bg-glow-2{animation-delay:-5s;background:radial-gradient(circle,#6a8e3a4d 0,#0000 70%);bottom:-300px;height:900px;right:-200px;width:900px}@keyframes susRegisterFloatingGlow{0%{transform:translate(0) scale(1)}to{transform:translate(50px,50px) scale(1.1)}}.sus-register-split-layout{align-items:center;display:flex;gap:60px;justify-content:space-between;max-width:1400px;padding:0 40px;position:relative;width:100%;z-index:10}.sus-register-brand-side{display:none;flex:1 1;flex-direction:column;justify-content:center;max-width:600px}@media (min-width:1024px){.sus-register-brand-side{display:flex}}.sus-register-logo-wrapper{align-items:center;display:flex;gap:20px;margin-bottom:40px}.sus-register-logo-img{height:60px;object-fit:contain;width:auto}.sus-register-logo-text{border-left:4px solid #88b24b;color:#e2e8f0;font-size:1.5rem;font-weight:700;letter-spacing:1px;margin-bottom:0;opacity:.95;padding-left:15px;text-transform:uppercase}.sus-register-slogan-main{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:24px}.sus-register-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(120deg,#88b24b,#a8d465);-webkit-background-clip:text}.sus-register-slogan-sub{color:#94a3b8;font-size:1.25rem;font-weight:300;line-height:1.6;max-width:480px}.sus-register-card-side{display:flex;flex:1 1;justify-content:center}@media (min-width:1024px){.sus-register-card-side{justify-content:flex-end}}.sus-register-card{align-items:center;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);background:#101c18bf;border-bottom:1px solid #ffffff14;border-top:1px solid #ffffff14;border-color:#88b24b66 #ffffff14 #0006;border-radius:24px;border-style:solid;border-width:1px;box-shadow:0 30px 60px #0009;display:flex;flex-direction:column;justify-content:center;max-width:440px;padding:32px;text-align:center;width:100%}.sus-register-card-header{margin-bottom:24px;width:100%}.sus-register-card-title{color:#fff;font-size:1.6rem;font-weight:700;margin:0 0 8px}.sus-register-card-subtitle{color:#a3b3bc;font-size:.95rem;margin:0}.sus-register-form-group{gap:32px}.sus-register-form-group,.sus-register-input-group{align-items:center;display:flex;flex-direction:column;width:100%}.sus-register-input-group{text-align:left}.sus-register-input-wrapper{align-items:center;display:flex;position:relative;width:100%}.sus-register-input-field{background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;color:#fff;font-size:.95rem;outline:none;padding:12px 16px;transition:all .3s ease;width:100%}.sus-register-input-field.with-icon{padding-left:48px;padding-right:16px}.sus-register-input-field.with-icon-both{padding-left:48px;padding-right:48px}.sus-register-input-field:focus{background:#ffffff1a;border-color:#88b24b;box-shadow:0 0 0 4px #88b24b1a}.sus-register-input-field.error{background:#ef44440d;border-color:#ef4444}.sus-register-input-icon-left{filter:grayscale(1);font-size:1.1rem;left:14px;opacity:.7;pointer-events:none;position:absolute;z-index:2}.sus-register-input-icon-right-container{align-items:center;display:flex;pointer-events:none;position:absolute;right:14px}.sus-register-toggle-pw-btn{align-items:center;background:#0000;border:none;color:#cbd5e1;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;opacity:.6;padding:6px;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:opacity .2s,color .2s;z-index:10}.sus-register-toggle-pw-btn:hover{color:#fff;opacity:1}.sus-register-status-icon-small{font-weight:700}.sus-register-status-icon-small.valid{color:#88b24b}.sus-register-status-icon-small.invalid{color:#ef4444}.sus-register-status-icon-small.loading{animation:susRegisterSpin 1s linear infinite;color:#38bdf8}.sus-register-field-error{color:#ef4444;font-size:.8rem;margin-top:5px;text-align:center;width:100%}.sus-register-pw-strength-track{background:#ffffff1a;border-radius:2px;height:4px;margin:8px 0;overflow:hidden;width:100%}.sus-register-pw-strength-fill{border-radius:2px;height:100%;transition:width .4s ease,background-color .4s ease}.sus-register-pw-checklist{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:6px}.sus-register-check-miss,.sus-register-check-ok{border-radius:4px;font-size:.7rem;font-weight:500;padding:2px 8px}.sus-register-check-ok{background:#88b24b26;color:#88b24b}.sus-register-check-miss{background:#ffffff08;color:#64748b}.sus-register-action-btn{align-items:center;background:linear-gradient(135deg,#88b24b,#9bc65e);border:none;border-radius:12px;box-shadow:0 4px 20px #88b24b4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:center;margin-top:10px;padding:14px;transition:transform .2s,box-shadow .2s;width:100%}.sus-register-action-btn:hover:not(:disabled){box-shadow:0 8px 30px #88b24b66;transform:translateY(-2px)}.sus-register-action-btn:disabled{cursor:not-allowed;filter:grayscale(.8);opacity:.5}.sus-register-lang-absolute{position:absolute;right:30px;top:25px;z-index:50}.sus-register-lang-btn{background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;cursor:pointer;height:36px;overflow:hidden;transition:transform .2s;width:36px}.sus-register-lang-btn:hover{border-color:#88b24b;transform:scale(1.1)}.sus-register-lang-btn img{height:100%;object-fit:cover;width:100%}.sus-register-lang-menu{background:#1e293b;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column;gap:4px;min-width:140px;padding:8px;position:absolute;right:0;top:45px}.sus-register-lang-menu button{background:none;border:none;border-radius:8px;color:#cbd5e1;cursor:pointer;padding:10px;text-align:left;transition:background .2s}.sus-register-lang-menu button:hover{background:#88b24b26;color:#fff}.sus-register-links{color:#94a3b8;font-size:.9rem;margin-top:16px;text-align:center;width:100%}.sus-register-links a{color:#88b24b;font-weight:600;text-decoration:none}.sus-register-links a:hover{text-decoration:underline}.sus-register-footer{bottom:20px;color:#64748b;font-size:.8rem;opacity:.7;position:absolute;text-align:center;width:100%;z-index:10}.sus-register-spinner{animation:susRegisterSpin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}@keyframes susRegisterSpin{to{transform:rotate(1turn)}}@media (max-width:1024px){.sus-register-container{align-items:flex-start;height:auto;min-height:100vh;min-height:100dvh;overflow:visible;padding:72px 0 calc(24px + var(--safe-bottom));width:100%}.sus-register-split-layout{box-sizing:border-box;gap:24px;margin-bottom:auto;margin-top:auto;padding:0 20px}}@media (max-width:768px){.sus-register-split-layout{padding:0 16px}.sus-register-card{padding:26px 20px}.sus-register-form-group{gap:22px}.sus-register-input-field{font-size:16px}.sus-register-action-btn{min-height:48px}.sus-register-lang-absolute{right:12px;top:calc(12px + var(--safe-top))}.sus-register-lang-btn{height:44px;width:44px}.sus-register-lang-menu{max-width:calc(100vw - 24px)}.sus-register-lang-menu button{min-height:44px}.sus-register-links a{display:inline-block;padding:10px 4px}}@media (max-width:480px){.sus-register-split-layout{padding:0 12px}.sus-register-card{border-radius:18px;padding:22px 16px}.sus-register-form-group{gap:16px}.sus-register-card-title{font-size:1.35rem}.sus-register-card-header{margin-bottom:16px}}.sus-page-container{align-items:center;color:#fff;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;justify-content:center;overflow:hidden;width:100vw}.bg-glow-1{animation-delay:0s}.bg-glow-2{animation-delay:-5s}.sus-split-layout{align-items:center;display:flex;gap:60px;justify-content:space-between;max-width:1400px;padding:0 40px;position:relative;width:100%;z-index:10}.sus-brand-side{display:none;flex:1 1;flex-direction:column;justify-content:center;max-width:600px}@media (min-width:1024px){.sus-brand-side{display:flex}}.sus-logo-wrapper{gap:20px;margin-bottom:40px}.sus-logo-img{height:60px;object-fit:contain}.sus-logo-text{border-left:4px solid #88b24b;color:#e2e8f0;font-size:1.5rem;margin-bottom:0;padding-left:15px}.sus-slogan-main{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:24px;text-shadow:0 4px 30px #00000080}.sus-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(120deg,#88b24b,#a8d465);-webkit-background-clip:text;display:inline-block}.sus-slogan-sub{color:#94a3b8;font-size:1.25rem;font-weight:300;line-height:1.6;max-width:480px}.sus-card-side{display:flex;flex:1 1;justify-content:center}@media (min-width:1024px){.sus-card-side{justify-content:flex-end}}.sus-glass-card{backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);background:#101c18bf;border-bottom:1px solid #ffffff14;border-top:1px solid #ffffff14;border-color:#88b24b66 #ffffff14 #0006;border-radius:24px;border-style:solid;border-width:1px;box-shadow:0 30px 60px #0009,inset 0 0 40px #88b24b0d;display:flex;flex-direction:column;max-width:420px;padding:40px 32px;text-align:center;transition:transform .3s ease;width:100%}.sus-glass-card:hover{border-top-color:#88b24b99;transform:translateY(-5px)}.sus-status-icon{display:inline-block;filter:drop-shadow(0 0 15px rgba(136,178,75,.3));font-size:3rem;margin-bottom:16px}.sus-card-title{font-size:1.6rem;margin:0 0 8px}.sus-card-subtitle{color:#a3b3bc;font-size:.95rem;line-height:1.5;margin:0 0 32px}.sus-steps-wrapper{display:flex;justify-content:space-between;margin-bottom:32px;padding:0 5px;position:relative}.sus-step-line{background:#ffffff1a;height:2px;left:40px;position:absolute;right:40px;top:20px;z-index:0}.sus-step-line-fill{background:#88b24b;box-shadow:0 0 8px #88b24b99;height:100%}.sus-step{flex-direction:column;position:relative;width:80px;z-index:1}.sus-step,.sus-step-circle{align-items:center;display:flex}.sus-step-circle{background:#101c18f2;border:1px solid #ffffff26;border-radius:50%;color:#64748b;font-size:1.1rem;height:42px;justify-content:center;margin-bottom:10px;transition:all .4s ease;width:42px}.sus-step-label{color:#64748b;font-size:.7rem;font-weight:500;transition:color .3s}.sus-step.active .sus-step-circle{background:#88b24b26;border-color:#88b24b;box-shadow:0 0 15px #88b24b4d;color:#fff}.sus-step.active .sus-step-label{color:#fff}.sus-step.done .sus-step-circle{background:#88b24b1a;border-color:#88b24b;color:#88b24b}.sus-step.done .sus-step-label{color:#88b24b}.sus-step.pulsing .sus-step-circle{animation:pulse-sus 2s infinite}@keyframes pulse-sus{0%{box-shadow:0 0 0 0 #88b24b66}70%{box-shadow:0 0 0 10px #88b24b00}to{box-shadow:0 0 0 0 #88b24b00}}.sus-loader-section{background:#00000040;border:1px solid #ffffff0d;border-radius:12px;padding:16px}.sus-loader-info{color:#cbd5e1;display:flex;font-size:.85rem;justify-content:space-between;margin-bottom:10px}.sus-mono-font{color:#88b24b;font-family:Courier New,monospace;font-weight:700}.sus-loader-track{background:#ffffff1a;border-radius:2px;height:4px;overflow:hidden}.sus-loader-bar{background:#88b24b;border-radius:2px;box-shadow:0 0 10px #88b24b99;height:100%}.sus-form-group{width:100%}.input-wrapper{margin-bottom:16px;position:relative}.sus-input-field{font-size:1rem;letter-spacing:2px;padding:14px 16px;text-align:center}.sus-input-field::placeholder{color:#64748b;letter-spacing:normal}.sus-input-field:focus{background:#88b24b0d;box-shadow:0 0 15px #88b24b33;outline:none}.sus-action-btn{background:linear-gradient(135deg,#88b24b,#9bc65e);box-shadow:0 4px 20px #88b24b4d;display:block;font-size:1rem;margin-top:10px;padding:14px;text-align:center;text-decoration:none}.sus-action-btn:hover{box-shadow:0 8px 30px #88b24b66;transform:translateY(-2px)}.sus-action-btn:disabled{background:#334155;box-shadow:none;color:#94a3b8;cursor:not-allowed;transform:none}.sus-footer{bottom:20px;color:#64748b;font-size:.8rem;opacity:.7;position:absolute;z-index:10}.sus-qr-wrapper{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;margin-bottom:24px;padding:16px;text-align:center}.sus-qr-instruction{color:#cbd5e1;font-size:.85rem;margin-bottom:12px}.sus-qr-img{border:3px solid #88b24b80;border-radius:12px;box-shadow:0 4px 20px #00000080;display:block;height:auto;margin:0 auto;max-width:180px;width:100%}@media (max-width:1024px){.sus-page-container{align-items:flex-start;height:auto;min-height:100vh;min-height:100dvh;overflow:visible;padding:24px 0 calc(64px + var(--safe-bottom));width:100%}.sus-split-layout{box-sizing:border-box;gap:24px;margin-bottom:auto;margin-top:auto;padding:0 20px}}@media (max-width:768px){.sus-split-layout{padding:0 16px}.sus-glass-card{padding:32px 22px}.sus-glass-card:hover{border-top-color:#88b24b66;transform:none}.sus-action-btn{min-height:48px}.sus-loader-info{flex-wrap:wrap;gap:8px}.sus-footer{bottom:calc(16px + var(--safe-bottom));left:0;right:0;text-align:center;width:100%}}@media (max-width:480px){.sus-split-layout{padding:0 12px}.sus-glass-card{border-radius:18px;padding:26px 16px}.sus-card-title{font-size:1.35rem}.sus-card-subtitle{margin-bottom:24px}.sus-steps-wrapper{padding:0}.sus-step{flex:1 1;min-width:0;padding:0 2px;width:auto}.sus-step-circle{font-size:1rem;height:38px;width:38px}.sus-step-label{font-size:.62rem;line-height:1.25;overflow-wrap:anywhere;text-align:center;white-space:normal}.sus-step-line{left:28px;right:28px;top:18px}}.sus-login-container{align-items:center;background-color:#0b1116;color:#fff;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100vw}.sus-login-ambient-bg{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.sus-login-bg-glow{animation:susLoginFloatingGlow 20s ease-in-out infinite alternate;border-radius:50%;filter:blur(120px);opacity:.35;position:absolute}.sus-login-bg-glow-1{animation-delay:0s;background:radial-gradient(circle,#88b24b66 0,#0000 70%);height:700px;left:-100px;top:-200px;width:700px}.sus-login-bg-glow-2{animation-delay:-5s;background:radial-gradient(circle,#6a8e3a4d 0,#0000 70%);bottom:-300px;height:900px;right:-200px;width:900px}@keyframes susLoginFloatingGlow{0%{transform:translate(0) scale(1)}to{transform:translate(50px,50px) scale(1.1)}}.sus-login-split-layout{align-items:center;display:flex;gap:60px;justify-content:space-between;max-width:1400px;padding:0 40px;position:relative;width:100%;z-index:10}.sus-login-brand-side{display:none;flex:1 1;flex-direction:column;justify-content:center;max-width:600px}@media (min-width:1024px){.sus-login-brand-side{display:flex}}.sus-login-logo-wrapper{align-items:center;display:flex;gap:20px;margin-bottom:40px}.sus-login-logo-img{height:60px;object-fit:contain;width:auto}.sus-login-logo-text{border-left:4px solid #88b24b;color:#e2e8f0;font-size:1.5rem;font-weight:700;letter-spacing:1px;margin-bottom:0;opacity:.95;padding-left:15px;text-transform:uppercase}.sus-login-slogan-main{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:24px;text-shadow:0 4px 30px #00000080}.sus-login-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(120deg,#88b24b,#a8d465);-webkit-background-clip:text;display:inline-block}.sus-login-slogan-sub{color:#94a3b8;font-size:1.25rem;font-weight:300;line-height:1.6;max-width:480px}.sus-login-card-side{display:flex;flex:1 1;justify-content:center}@media (min-width:1024px){.sus-login-card-side{justify-content:flex-end}}.sus-login-card{align-items:center;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);background:#101c18bf;border-bottom:1px solid #ffffff14;border-top:1px solid #ffffff14;border-color:#88b24b66 #ffffff14 #0006;border-radius:24px;border-style:solid;border-width:1px;box-shadow:0 30px 60px #0009,inset 0 0 40px #88b24b0d;display:flex;flex-direction:column;justify-content:center;max-width:420px;padding:40px 32px;text-align:center;transition:transform .3s ease;width:100%}.sus-login-card:hover{border-top-color:#88b24b99}.sus-login-card--grow{overflow:visible;padding:0;width:100%}.sus-login-card-header-area{margin-bottom:24px;width:100%}.sus-login-card-header-inner{background:#ffffff08;border-bottom:1px solid #ffffff0d;padding:15px 20px}.sus-login-card-body{padding:20px}.sus-login-status-icon{display:inline-block;filter:drop-shadow(0 0 15px rgba(136,178,75,.3));font-size:3rem;margin-bottom:16px}.sus-login-card-title{color:#fff;font-size:1.6rem;font-weight:700;margin:0 0 8px}.sus-login-card-title-small{align-items:center;display:flex;font-size:1.1rem;gap:8px;justify-content:center}.sus-login-card-subtitle{color:#a3b3bc;font-size:.95rem;line-height:1.5;margin:0}.sus-login-form-group{align-items:center;display:flex;flex-direction:column;gap:32px;width:100%}.sus-login-input-wrapper{display:flex;justify-content:center;position:relative;width:100%}.sus-login-input-field{background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;color:#fff;font-size:1rem;outline:none;padding:14px 16px;text-align:center;transition:all .3s ease;width:100%}.sus-login-input-field:focus{background:#ffffff1a;border-color:#88b24b;box-shadow:0 0 0 4px #88b24b1a}.sus-login-input-field::placeholder{color:#64748b;text-align:center}.sus-login-caps-warning{animation:susLoginBlink 2s infinite;color:gold;font-size:.8rem;font-weight:600;margin-top:6px;text-align:center;width:100%}@keyframes susLoginBlink{0%,to{opacity:1}50%{opacity:.5}}.sus-login-checkbox-wrapper{align-items:center;color:#cbd5e1;cursor:pointer;display:flex;font-size:.9rem;gap:8px;justify-content:center;width:100%}.sus-login-checkbox-wrapper input{accent-color:#88b24b;cursor:pointer;height:16px;width:16px}.sus-login-action-btn{align-items:center;background:linear-gradient(135deg,#88b24b,#9bc65e);border:none;border-radius:12px;box-shadow:0 4px 20px #88b24b4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:center;margin-top:8px;padding:14px;text-align:center;transition:transform .2s,box-shadow .2s,filter .2s;width:100%}.sus-login-action-btn:hover:not(:disabled){box-shadow:0 8px 30px #88b24b66;transform:translateY(-2px)}.sus-login-action-btn:disabled{cursor:not-allowed;filter:grayscale(.5);opacity:.6}.sus-login-footer-links{font-size:.9rem;margin-top:16px;text-align:center;width:100%}.sus-login-footer-links a{color:#88b24b;text-decoration:none;transition:color .2s}.sus-login-footer-links a:hover{color:#a8d465;text-decoration:underline}.sus-login-spinner{animation:susLoginSpin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;margin-right:8px;width:18px}@keyframes susLoginSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sus-login-sr-only{display:none}.sus-login-footer{bottom:20px;color:#64748b;font-size:.8rem;opacity:.7;position:absolute;text-align:center;width:100%;z-index:10}.sus-login-qr-wrapper{align-items:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;display:flex;flex-direction:column;margin-bottom:24px;padding:16px;text-align:center;width:100%}.sus-login-qr-instruction{color:#cbd5e1;font-size:.85rem;margin-bottom:12px}.sus-login-qr-img{border:3px solid #88b24b80;border-radius:12px;box-shadow:0 4px 20px #00000080;display:block;height:auto;margin:0 auto;max-width:180px;width:100%}.sus-login-upload-zone{align-items:center;background:linear-gradient(180deg,#88b24b0d,#0000);border:2px dashed #88b24b66;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;height:auto;max-height:none;overflow:visible;padding:25px 15px;position:relative;text-align:center;transition:all .3s ease;width:100%}.sus-login-upload-zone.is-dragover{background-color:#88b24b26;border-color:#88b24b;transform:scale(1.01)}.sus-login-upload-icon{filter:drop-shadow(0 0 8px rgba(136,178,75,.4));font-size:2rem;margin-bottom:8px}.sus-login-upload-title{color:#fff;font-weight:600;margin:0 0 5px}.sus-login-upload-subtitle{color:#ffffff80;font-size:.8rem;margin:0}.sus-login-upload-link{color:#88b24b;text-decoration:underline}.sus-login-file-list-container{margin-top:20px;text-align:center;width:100%}.sus-login-file-list-title{color:#fff6;font-size:.75rem;font-weight:700;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.sus-login-file-list{align-items:center;display:flex;flex-direction:column;gap:6px;max-height:none;overflow:visible}@media (max-width:1024px){.sus-login-container{align-items:flex-start;height:auto;min-height:100vh;min-height:100dvh;overflow:visible;padding:24px 0 calc(24px + var(--safe-bottom));width:100%}.sus-login-split-layout{box-sizing:border-box;gap:24px;margin-bottom:auto;margin-top:auto;padding:0 20px}}@media (max-width:768px){.sus-login-split-layout{padding:0 16px}.sus-login-card{padding:32px 22px}.sus-login-form-group{gap:22px}.sus-login-input-wrapper{flex-wrap:wrap}.sus-login-action-btn{min-height:48px}.sus-login-checkbox-wrapper{gap:12px;min-height:44px}.sus-login-checkbox-wrapper input{height:22px;width:22px}.sus-login-checkbox-wrapper label{align-items:center;display:flex;min-height:44px}.sus-login-footer-links a{display:inline-block;padding:12px 6px}.sus-login-card:hover{border-top-color:#88b24b66}}@media (max-width:480px){.sus-login-split-layout{padding:0 12px}.sus-login-card{border-radius:18px;padding:28px 16px}.sus-login-form-group{gap:18px}.sus-login-card-title{font-size:1.35rem}.sus-login-status-icon{font-size:2.4rem;margin-bottom:10px}.sus-login-qr-img{max-width:160px}}:root{--mu-bg:#0b1116;--mu-card:#1e293b66;--mu-border:#ffffff1a;--mu-green:#88b24b;--mu-text:#e2e8f0;--mu-text-muted:#94a3b8}.mu-page{background:#0b1116;background:var(--mu-bg);color:#e2e8f0;color:var(--mu-text);font-family:Inter,sans-serif;min-height:100vh;min-height:100dvh;padding:40px}.mu-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.mu-header h1{font-size:2rem;font-weight:700;margin:0}.mu-header p{color:#94a3b8;color:var(--mu-text-muted);margin:5px 0 0}.mu-filter-bar{align-items:center;background:#1e293b66;background:var(--mu-card);border:1px solid #ffffff1a;border:1px solid var(--mu-border);border-radius:16px;display:flex;gap:15px;margin-bottom:30px;padding:15px}.mu-filter-select,.mu-search-input{align-items:center;background:#0003;border:1px solid #0000;border-radius:10px;display:flex;flex:1 1;gap:10px;padding:10px 15px}.mu-search-input:focus-within{border-color:#88b24b;border-color:var(--mu-green)}.mu-filter-select select,.mu-search-input input{background:#0000;border:none;color:#fff;font-size:1rem;outline:none;width:100%}.mu-stats{color:#94a3b8;color:var(--mu-text-muted);font-size:.9rem;margin-left:auto}.mu-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr))}.mu-card{background:#1e293b66;background:var(--mu-card);border:1px solid #ffffff1a;border:1px solid var(--mu-border);border-radius:16px;display:flex;flex-direction:column;padding:20px;transition:transform .2s,box-shadow .2s}.mu-card:hover{border-color:#88b24b;border-color:var(--mu-green);box-shadow:0 10px 30px #0000004d;transform:translateY(-4px)}.mu-card.inactive{filter:grayscale(.5);opacity:.7}.mu-card-header{gap:15px;margin-bottom:15px}.mu-avatar,.mu-card-header{align-items:center;display:flex}.mu-avatar{background:linear-gradient(135deg,#88b24b,#5a7d2b);background:linear-gradient(135deg,var(--mu-green),#5a7d2b);border-radius:12px;color:#fff;font-size:1.5rem;font-weight:700;height:48px;justify-content:center;width:48px}.mu-card-info h3{font-size:1.1rem;margin:0 0 5px}.mu-card-body{color:#94a3b8;color:var(--mu-text-muted);flex:1 1;font-size:.9rem;margin-bottom:20px}.mu-alias-tag{color:#88b24b;color:var(--mu-green);font-weight:600;margin-top:4px}.mu-card-footer{border-top:1px solid #ffffff1a;border-top:1px solid var(--mu-border);justify-content:space-between;padding-top:15px}.mu-card-footer,.status-dot{align-items:center;display:flex}.status-dot{font-size:.8rem;font-weight:600;gap:6px}.status-dot:before{border-radius:50%;content:"";display:block;height:8px;width:8px}.status-dot.active{color:#88b24b}.status-dot.active:before{background:#88b24b}.status-dot.inactive{color:#ef4444}.status-dot.inactive:before{background:#ef4444}.mu-badge{border-radius:6px;font-size:.75rem;font-weight:700;padding:2px 8px;text-transform:uppercase}.badge-purple{background:#8b5cf633;border:1px solid #8b5cf666;color:#c4b5fd}.badge-green{background:#10b98133;border:1px solid #10b98166;color:#6ee7b7}.badge-yellow{background:#f59e0b33;border:1px solid #f59e0b66;color:#fcd34d}.badge-gray{background:#94a3b833;border:1px solid #94a3b866;color:#cbd5e1}.mu-btn-primary{align-items:center;background:#88b24b;background:var(--mu-green);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:10px 20px}.mu-btn-primary:hover{filter:brightness(1.1)}.mu-btn-icon{align-items:center;background:#0000;border:none;color:#94a3b8;color:var(--mu-text-muted);cursor:pointer;display:flex;gap:6px;transition:color .2s}.mu-btn-icon:hover{color:#fff}.mu-btn-danger{background:#ef444433;border:1px solid #ef4444;border-radius:8px;color:#fca5a5;cursor:pointer;padding:8px 16px}.mu-btn-danger:hover{background:#ef4444;color:#fff}.mu-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.mu-modal{background:#111827;border:1px solid #ffffff1a;border:1px solid var(--mu-border);border-radius:20px;box-shadow:0 25px 50px -12px #00000080;max-height:90vh;max-height:min(90dvh,100% - 32px);max-width:500px;overflow-y:auto;padding:30px;width:90%}.mu-modal.large{display:flex;flex-direction:column;max-width:800px}.mu-modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.mu-modal-header h2{margin:0}.mu-modal-header button{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5rem}.mu-tabs{border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--mu-border);display:flex;gap:10px;margin-bottom:20px;padding-bottom:5px}.mu-tabs button{align-items:center;background:none;border:none;border-radius:8px;color:#94a3b8;color:var(--mu-text-muted);cursor:pointer;display:flex;font-size:1rem;gap:8px;padding:10px 15px;transition:all .2s}.mu-tabs button.active{background:#ffffff0d;color:#88b24b;color:var(--mu-green);font-weight:600}.mu-form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.mu-form-group.full{grid-column:span 2}.mu-input{background:#0000004d;border:1px solid #ffffff1a;border:1px solid var(--mu-border);border-radius:8px;color:#fff;margin-top:5px;padding:12px;width:100%}.mu-permissions-wrapper{display:flex;flex-direction:column;gap:20px}.mu-perm-group h4{border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--mu-border);color:#94a3b8;color:var(--mu-text-muted);font-size:.8rem;letter-spacing:1px;margin-bottom:10px;padding-bottom:5px;text-transform:uppercase}.mu-perm-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(min(200px,100%),1fr))}.mu-perm-card{align-items:center;background:#ffffff08;border:1px solid #0000;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:10px 15px;transition:.2s}.mu-perm-card:hover{background:#ffffff0f}.mu-perm-card.active{background:#88b24b1a;border-color:#88b24b;border-color:var(--mu-green)}.mu-perm-card .check{color:#88b24b;color:var(--mu-green);margin-left:auto}.mu-info-box{background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;color:#93c5fd;font-size:.9rem;padding:10px}.mu-sec-row{align-items:center;display:flex;justify-content:space-between;padding:15px 0}.mu-sec-row h4{margin:0 0 5px}.mu-sec-row p{color:#94a3b8;color:var(--mu-text-muted);font-size:.9rem;margin:0}.mu-btn-outline{align-items:center;background:#0000;border:1px solid #ffffff1a;border:1px solid var(--mu-border);border-radius:8px;color:#fff;cursor:pointer;display:flex;gap:8px;padding:8px 16px}.mu-btn-outline:hover{background:#ffffff0d}.mu-btn-outline.orange{border-color:#f59e0b;color:#f59e0b}.mu-btn-outline.red{border-color:#ef4444;color:#ef4444}.mu-btn-outline.green{border-color:#10b981;color:#10b981}.mu-preset-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(min(220px,100%),1fr));margin-bottom:20px}.mu-preset-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:15px;position:relative;transition:all .2s ease}.mu-preset-card:hover{background:#ffffff12;transform:translateY(-2px)}.mu-preset-card.selected{background:#88b24b26;border-color:#88b24b;box-shadow:0 4px 12px #88b24b33}.preset-label{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:4px}.preset-desc{color:#94a3b8;font-size:.8rem;line-height:1.3}.preset-check{color:#88b24b;font-size:1.2rem;position:absolute;right:10px;top:10px}.mu-section-title{border-bottom:1px solid #ffffff1a;color:#94a3b8;font-size:.8rem;letter-spacing:1px;margin-bottom:12px;padding-bottom:5px;text-transform:uppercase}.mu-divider{border:0;border-top:1px solid #ffffff1a;margin:20px 0}.mu-input.disabled{background:#00000080;cursor:not-allowed;opacity:.6}@media (max-width:1024px){.mu-page{padding:24px}}@media (max-width:768px){.mu-page{padding:16px 12px calc(24px + var(--safe-bottom))}.mu-header{align-items:stretch;flex-direction:column;gap:12px;margin-bottom:20px}.mu-header h1{font-size:1.5rem;overflow-wrap:break-word}.mu-filter-bar{flex-wrap:wrap;gap:10px;margin-bottom:20px;padding:12px}.mu-filter-select,.mu-search-input{box-sizing:border-box;flex:1 1 100%;min-height:44px;min-width:0}.mu-stats{margin-left:0;text-align:center;width:100%}.mu-grid{gap:14px;grid-template-columns:1fr}.mu-card:hover{border-color:#ffffff1a;border-color:var(--mu-border);box-shadow:none;transform:none}.mu-card-info{min-width:0}.mu-card-info h3{overflow-wrap:break-word}.mu-card-body p{overflow-wrap:anywhere}.mu-card-footer{flex-wrap:wrap;gap:8px}.mu-btn-danger,.mu-btn-outline,.mu-btn-primary{justify-content:center;min-height:44px}.mu-btn-icon{min-height:44px;padding:0 6px}.mu-modal-header button{align-items:center;display:flex;justify-content:center;min-height:44px;min-width:44px}.mu-perm-card,.mu-preset-card{min-height:44px}.mu-tabs{flex-wrap:wrap;gap:6px}.mu-tabs button{font-size:.9rem;min-height:44px;padding:8px 12px}.mu-form-grid{gap:14px;grid-template-columns:1fr}.mu-form-group.full{grid-column:1/-1}.mu-sec-row{align-items:stretch;flex-direction:column;gap:10px}.mu-sec-row h4{overflow-wrap:break-word}}@media (max-width:480px){.mu-modal-overlay{align-items:flex-end;justify-content:stretch}.mu-modal,.mu-modal.large{border-radius:16px 16px 0 0;box-sizing:border-box;max-height:min(92dvh,100% - 24px);max-width:none;padding:20px 16px calc(20px + var(--safe-bottom));width:100%}.mu-modal-header h2{font-size:1.15rem;overflow-wrap:break-word}.mu-perm-grid,.mu-preset-grid{grid-template-columns:1fr}}.sus-notfound-wrapper{align-items:center;background-color:#0b1116;color:#fff;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100vw}.sus-notfound-ambient{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.sus-notfound-blob{animation:susNotFoundFloat 20s ease-in-out infinite alternate;border-radius:50%;filter:blur(120px);opacity:.35;position:absolute}.sus-notfound-blob-1{background:radial-gradient(circle,#88b24b66 0,#0000 70%);height:700px;left:-100px;top:-200px;width:700px}.sus-notfound-blob-2{animation-delay:-5s;background:radial-gradient(circle,#6a8e3a4d 0,#0000 70%);bottom:-300px;height:900px;right:-200px;width:900px}@keyframes susNotFoundFloat{0%{transform:translate(0) scale(1)}to{transform:translate(50px,50px) scale(1.1)}}.sus-notfound-card{align-items:center;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);background:#101c18bf;border-bottom:1px solid #ffffff14;border-top:1px solid #ffffff14;border-color:#88b24b66 #ffffff14 #0006;border-radius:24px;border-style:solid;border-width:1px;box-shadow:0 30px 60px #0009,inset 0 0 40px #88b24b0d;display:flex;flex-direction:column;max-width:480px;padding:50px 40px;position:relative;text-align:center;transition:transform .3s ease;width:100%;z-index:10}.sus-notfound-card:hover{border-top-color:#88b24bcc;transform:translateY(-5px)}.sus-notfound-icon{animation:susNotFoundBounce 3s ease-in-out infinite;filter:drop-shadow(0 0 15px rgba(136,178,75,.3));font-size:4rem;margin-bottom:20px}.sus-notfound-title{color:#fff;font-size:1.8rem;font-weight:700;margin:0 0 15px;text-shadow:0 2px 10px #0000004d}.sus-notfound-text{color:#a3b3bc;font-size:1.05rem;line-height:1.6;margin:0 0 40px}.sus-notfound-btn{align-items:center;background:linear-gradient(135deg,#88b24b,#9bc65e);border:none;border-radius:12px;box-shadow:0 4px 20px #88b24b4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:center;padding:14px;text-decoration:none;transition:all .2s ease;width:100%}.sus-notfound-btn:hover{box-shadow:0 8px 30px #88b24b80;filter:brightness(1.1);transform:translateY(-2px)}.sus-notfound-btn:active{transform:translateY(0)}.sus-notfound-footer{bottom:20px;color:#ffffff4d;font-size:.8rem;position:absolute}@keyframes susNotFoundBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:600px){.sus-notfound-card{padding:30px 20px;width:90%}.sus-notfound-title{font-size:1.5rem}}@media (max-width:1024px){.sus-notfound-wrapper{align-items:flex-start;box-sizing:border-box;height:auto;min-height:100vh;min-height:100dvh;overflow:visible;padding:24px 16px calc(60px + var(--safe-bottom));width:100%}.sus-notfound-card{margin-bottom:auto;margin-top:auto}}@media (max-width:768px){.sus-notfound-card:hover{border-top-color:#88b24b66;transform:none}.sus-notfound-btn{min-height:48px}.sus-notfound-footer{bottom:calc(16px + var(--safe-bottom));left:0;right:0;text-align:center;width:100%}}@media (max-width:480px){.sus-notfound-wrapper{padding:20px 12px calc(56px + var(--safe-bottom))}.sus-notfound-card{border-radius:18px;padding:26px 16px;width:100%}.sus-notfound-icon{font-size:3rem;margin-bottom:14px}.sus-notfound-text{font-size:1rem;margin-bottom:26px}}.sus-change-password-container{align-items:center;background-color:#0b1116;color:#fff;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100vw}.sus-change-password-ambient-bg{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.sus-change-password-bg-glow{animation:susChangePasswordFloatingGlow 20s ease-in-out infinite alternate;border-radius:50%;filter:blur(120px);opacity:.35;position:absolute}.sus-change-password-bg-glow-1{background:radial-gradient(circle,#88b24b66 0,#0000 70%);height:700px;left:-100px;top:-200px;width:700px}.sus-change-password-bg-glow-2{animation-delay:-5s;background:radial-gradient(circle,#6a8e3a4d 0,#0000 70%);bottom:-300px;height:900px;right:-200px;width:900px}@keyframes susChangePasswordFloatingGlow{0%{transform:translate(0) scale(1)}to{transform:translate(50px,50px) scale(1.1)}}.sus-change-password-split-layout{align-items:center;display:flex;gap:60px;justify-content:space-between;max-width:1400px;padding:0 40px;position:relative;width:100%;z-index:10}.sus-change-password-brand-side{display:none;flex:1 1;flex-direction:column;justify-content:center;max-width:600px}@media (min-width:1024px){.sus-change-password-brand-side{display:flex}}.sus-change-password-logo-wrapper{align-items:center;display:flex;gap:20px;margin-bottom:40px}.sus-change-password-logo-img{height:60px;object-fit:contain;width:auto}.sus-change-password-logo-text{border-left:4px solid #88b24b;color:#e2e8f0;font-size:1.5rem;font-weight:700;letter-spacing:1px;margin-bottom:0;opacity:.95;padding-left:15px;text-transform:uppercase}.sus-change-password-slogan-main{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:24px}.sus-change-password-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(120deg,#88b24b,#a8d465);-webkit-background-clip:text}.sus-change-password-slogan-sub{color:#94a3b8;font-size:1.25rem;font-weight:300;line-height:1.6;max-width:480px}.sus-change-password-card-side{display:flex;flex:1 1;justify-content:center}@media (min-width:1024px){.sus-change-password-card-side{justify-content:flex-end}}.sus-change-password-card{align-items:center;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);background:#101c18bf;border-bottom:1px solid #ffffff14;border-top:1px solid #ffffff14;border-color:#88b24b66 #ffffff14 #0006;border-radius:24px;border-style:solid;border-width:1px;box-shadow:0 30px 60px #0009;display:flex;flex-direction:column;justify-content:center;max-width:440px;padding:32px;text-align:center;width:100%}.sus-change-password-card-header{margin-bottom:24px;width:100%}.sus-change-password-card-title{color:#fff;font-size:1.6rem;font-weight:700;margin:0 0 8px}.sus-change-password-card-subtitle{color:#a3b3bc;font-size:.95rem;margin:0}.sus-change-password-form-group{align-items:center;display:flex;flex-direction:column;gap:32px;width:100%}.sus-change-password-input-group{align-items:center;display:flex;flex-direction:column;text-align:left;width:100%}.sus-change-password-input-wrapper{align-items:center;display:flex;position:relative;width:100%}.sus-change-password-input-field{background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;color:#fff;font-size:.95rem;outline:none;padding:12px 16px;transition:all .3s ease;width:100%}.sus-change-password-input-field.with-icon-both{padding-left:48px;padding-right:48px}.sus-change-password-input-field:focus{background:#ffffff1a;border-color:#88b24b;box-shadow:0 0 0 4px #88b24b1a}.sus-change-password-input-field.error{background:#ef44440d;border-color:#ef4444}.sus-change-password-input-icon-left{filter:grayscale(1);font-size:1.1rem;left:14px;opacity:.7;pointer-events:none;position:absolute;z-index:2}.sus-change-password-toggle-pw-btn{align-items:center;background:#0000;border:none;color:#cbd5e1;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;opacity:.6;padding:6px;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:opacity .2s,color .2s;z-index:10}.sus-change-password-toggle-pw-btn:hover{color:#fff;opacity:1}.sus-change-password-caps-warning{color:#eab308;font-size:.8rem;font-weight:600;margin-top:5px}.sus-change-password-field-error{color:#ef4444;font-size:.8rem;margin-top:5px;text-align:center;width:100%}.sus-change-password-pw-strength-track{background:#ffffff1a;border-radius:2px;height:4px;margin:8px 0;overflow:hidden;width:100%}.sus-change-password-pw-strength-fill{border-radius:2px;height:100%;transition:width .4s ease,background-color .4s ease}.sus-change-password-pw-checklist{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:6px}.sus-change-password-check-miss,.sus-change-password-check-ok{border-radius:4px;font-size:.7rem;font-weight:500;padding:2px 8px}.sus-change-password-check-ok{background:#88b24b26;color:#88b24b}.sus-change-password-check-miss{background:#ffffff08;color:#64748b}.sus-change-password-action-btn{align-items:center;background:linear-gradient(135deg,#88b24b,#9bc65e);border:none;border-radius:12px;box-shadow:0 4px 20px #88b24b4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:center;margin-top:10px;padding:14px;transition:transform .2s,box-shadow .2s;width:100%}.sus-change-password-action-btn:hover:not(:disabled){box-shadow:0 8px 30px #88b24b66;transform:translateY(-2px)}.sus-change-password-action-btn:disabled{cursor:not-allowed;filter:grayscale(.8);opacity:.5}.sus-change-password-spinner{animation:susChangePasswordSpin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}@keyframes susChangePasswordSpin{to{transform:rotate(1turn)}}@media (max-width:1024px){.sus-change-password-container{align-items:flex-start;height:auto;min-height:100vh;min-height:100dvh;overflow:visible;padding:24px 0 calc(24px + var(--safe-bottom));width:100%}.sus-change-password-split-layout{box-sizing:border-box;gap:24px;margin-bottom:auto;margin-top:auto;padding:0 20px}}@media (max-width:768px){.sus-change-password-split-layout{padding:0 16px}.sus-change-password-card{padding:26px 20px}.sus-change-password-form-group{gap:22px}.sus-change-password-input-field{font-size:16px}.sus-change-password-action-btn{min-height:48px}.sus-change-password-toggle-pw-btn{min-height:44px;min-width:44px;padding:0;right:4px}}@media (max-width:480px){.sus-change-password-split-layout{padding:0 12px}.sus-change-password-card{border-radius:18px;padding:22px 16px}.sus-change-password-form-group{gap:18px}.sus-change-password-card-title{font-size:1.35rem}.sus-change-password-card-header{margin-bottom:16px}}:root{--glass-bg:#161b22b3;--color-success:#10b981}.sus-page-container{background-color:#0b1116;background-color:var(--sus-bg-dark);color:#e6edf3;color:var(--sus-text-main);font-family:Inter,sans-serif;padding:24px}.sus-page-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.sus-title{color:#e6edf3;color:var(--sus-text-main);font-size:1.8rem;font-weight:700;margin:0}.sus-btn{align-items:center;border:1px solid #0000;border-radius:8px;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;justify-content:center;padding:10px 20px;text-decoration:none;transition:all .2s ease}.sus-btn.primary{background:linear-gradient(135deg,#88b24b33,#88b24b1a);border-color:#88b24b80;color:#88b24b;color:var(--sus-green)}.sus-btn.primary:hover{background:#88b24b4d;box-shadow:0 4px 12px #88b24b33;color:#fff;transform:translateY(-1px)}.sus-icon-btn{background:#0000;border:none;padding:8px;transition:all .2s}.sus-icon-btn:hover{background:#ffffff1a}.sus-icon-btn.edit:hover{color:#3b82f6;color:var(--color-info)}.sus-icon-btn.delete:hover{color:#ef4444;color:var(--color-error)}.sus-filter-panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);background:#161b22b3;background:var(--glass-bg);border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:16px;box-shadow:0 8px 32px #0003;margin-bottom:24px;padding:20px}.sus-filter-grid{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr))}.sus-search-wrapper{grid-column:1/-1;position:relative}.sus-search-icon{color:#8b949e;color:var(--sus-text-muted);left:12px;position:absolute;top:50%;transform:translateY(-50%)}.sus-input{background:#0003;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:8px;color:#e6edf3;color:var(--sus-text-main);font-size:.95rem;outline:none;padding:10px 12px 10px 40px;transition:border-color .2s;width:100%}.sus-input:focus{border-color:#88b24b;border-color:var(--sus-green)}.sus-table-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);background:#161b22b3;background:var(--glass-bg);border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:16px;box-shadow:0 8px 32px #0003;overflow:hidden}.sus-table-wrapper{overflow-x:auto}.sus-table{border-collapse:collapse;min-width:900px}.sus-table th{background:#ffffff08;font-weight:600;letter-spacing:.05em;padding:16px 20px}.sus-table td{border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--sus-border);color:#e6edf3;color:var(--sus-text-main);font-size:.9rem;padding:16px 20px}.sus-table tr:last-child td{border-bottom:none}.sus-table tr:hover{background:#ffffff05}.sus-table-row{cursor:pointer;transition:background .15s}.sus-detail-row{background:#0003}.sus-detail-content{padding:24px}.sus-detail-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr))}.sus-detail-item dt{color:#8b949e;color:var(--sus-text-muted);font-size:.75rem;font-weight:600;margin-bottom:4px;text-transform:uppercase}.sus-detail-item dd{color:#e6edf3;color:var(--sus-text-main);font-size:.95rem;line-height:1.5}.sus-mobile-cards{display:none;flex-direction:column;gap:16px}.sus-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);background:#161b22b3;background:var(--glass-bg);border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:16px;cursor:pointer;padding:16px;transition:transform .2s}.sus-card:active{transform:scale(.98)}.sus-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.sus-card-title{color:#e6edf3;color:var(--sus-text-main)}.sus-card-meta{color:#8b949e;color:var(--sus-text-muted);display:flex;flex-direction:column;font-size:.85rem;gap:4px}.sus-card-row{align-items:center;display:flex;font-size:.9rem;justify-content:space-between;margin-top:8px}.sus-badge{align-items:center;border-radius:99px;display:inline-flex;font-weight:600;gap:6px;padding:4px 10px;text-transform:uppercase}.sus-badge.major{background:#ef444426;border:1px solid #ef44444d;color:#fca5a5}.sus-badge.minor{background:#f59e0b26;border:1px solid #f59e0b4d;color:#fcd34d}.sus-badge.none{background:#10b98126;border:1px solid #10b9814d;color:#6ee7b7}.sus-badge.critical{background:#dc2626cc;box-shadow:0 0 10px #dc262680;color:#fff}.sus-badge.neutral{background:#ffffff1a;color:#8b949e;color:var(--sus-text-muted)}.machine-select__control{background-color:#0003!important;border-color:#ffffff1a!important;border-color:var(--sus-border)!important;border-radius:8px!important;min-height:42px!important}.machine-select__control:hover{border-color:#ffffff4d!important}.machine-select__menu{background-color:#1f2937!important;border:1px solid #ffffff1a!important;border:1px solid var(--sus-border)!important}.machine-select__option{background-color:initial!important;color:#e6edf3!important;color:var(--sus-text-main)!important;cursor:pointer!important}.machine-select__option--is-focused,.machine-select__option:hover{background-color:#ffffff1a!important}.machine-select__single-value{color:#e6edf3!important;color:var(--sus-text-main)!important}.machine-select__placeholder{color:#8b949e!important;color:var(--sus-text-muted)!important}.machine-select__input{color:#e6edf3!important;color:var(--sus-text-main)!important}@media (max-width:1024px){.sus-table-container{display:none}.sus-mobile-cards{display:flex}.sus-page-header{align-items:flex-start;flex-direction:column}.sus-btn{width:100%}}.workdays-mini-table{background:#0003;border-collapse:collapse;border-radius:8px;font-size:.85rem;margin-top:8px;overflow:hidden;width:100%}.workdays-mini-table th{background:#ffffff0d;color:#8b949e;color:var(--sus-text-muted);padding:8px;text-align:left}.workdays-mini-table td{border-top:1px solid #ffffff1a;border-top:1px solid var(--sus-border);color:#e6edf3;color:var(--sus-text-main);padding:8px}@media (max-width:768px){.sus-page-container{padding:16px 12px calc(16px + var(--safe-bottom)) 12px}.sus-filter-panel{margin-bottom:16px;padding:14px}.sus-title{font-size:1.4rem}.sus-page-container .sus-icon-btn{align-items:center;display:inline-flex;justify-content:center;min-height:44px;min-width:44px}.sus-page-container .sus-btn{min-height:44px}.machine-select__control{min-height:44px!important}.sus-page-container .overflow-x-auto{-webkit-overflow-scrolling:touch;overflow-x:auto}.workdays-mini-table{min-width:100%;white-space:nowrap;width:auto}.sus-card-meta,.sus-card-row,.sus-card-title{min-width:0;overflow-wrap:break-word}.sus-card-header{flex-wrap:wrap;gap:10px}.sus-card-header>*{min-width:0}.sus-badge{overflow-wrap:break-word}}@media (max-width:480px){.sus-card-row{flex-wrap:wrap;gap:8px}.sus-detail-content{padding:14px}}.fbx-page{--fbx-accent:#88b24b;--fbx-accent-soft:#88b24b24;--fbx-bg:#0d1117;--fbx-surface:#161b22d1;--fbx-surface-solid:#161b22;--fbx-raised:#1c2430;--fbx-border:#ffffff17;--fbx-border-strong:#ffffff29;--fbx-text:#e6edf3;--fbx-muted:#93a1b1;--fbx-dim:#6b7a8c;--fbx-good:#4ade80;--fbx-info:#60a5fa;--fbx-warning:#fbbf24;--fbx-critical:#f87171;--fbx-busy:#fb923c;--fbx-radius:14px;--fbx-gap:12px;--fbx-chrome-top:var(--header-height,64px);color:var(--fbx-text);display:flex;flex-direction:column;font-size:14px;gap:var(--fbx-gap);padding:0;width:100%}.fbx-page,.fbx-page *,.fbx-page :after,.fbx-page :before{box-sizing:border-box}.fbx-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.fbx-header-logo{filter:drop-shadow(0 0 8px rgba(136,178,75,.35));height:34px;width:auto}.fbx-header-title{color:#fff;font-size:1.15rem;font-weight:800;line-height:1.15;margin:0}.fbx-header-subtitle{color:var(--fbx-muted);font-size:.8rem;margin:2px 0 0;max-width:70ch}.fbx-header-spacer{flex:1 1}.fbx-stats{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.fbx-stat{background:var(--fbx-surface);border:1px solid var(--fbx-border);border-radius:12px;color:var(--fbx-text);cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:3px;min-height:62px;padding:10px 12px;text-align:left;transition:border-color .15s ease,background .15s ease}.fbx-stat:hover:not(:disabled){background:var(--fbx-raised);border-color:var(--fbx-border-strong)}.fbx-stat:disabled{cursor:default}.fbx-stat.is-active{background:var(--fbx-accent-soft);border-color:var(--fbx-accent)}.fbx-stat-label{color:var(--fbx-muted);font-size:10.5px;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.fbx-stat-value{font-feature-settings:"tnum";font-size:1.25rem;font-variant-numeric:tabular-nums;font-weight:700;line-height:1.1}.fbx-stat-hint{color:var(--fbx-dim);font-size:10.5px;line-height:1.25}.tone-good{color:var(--fbx-good)}.tone-info{color:var(--fbx-info)}.tone-warning{color:var(--fbx-warning)}.tone-critical{color:var(--fbx-critical)}.tone-accent{color:var(--fbx-accent)}.tone-busy{color:var(--fbx-busy)}.tone-muted{color:var(--fbx-dim)}.tone-neutral{color:var(--fbx-muted)}.fbx-toolbar{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--fbx-surface);border:1px solid var(--fbx-border);border-radius:var(--fbx-radius);display:flex;flex-direction:column;gap:8px;padding:10px;position:-webkit-sticky;position:sticky;top:0;z-index:30}.fbx-views{background:#00000047;border-radius:10px;display:flex;gap:4px;overflow-x:auto;padding:3px;scrollbar-width:none}.fbx-views::-webkit-scrollbar{display:none}.fbx-view-btn{background:#0000;border:none;border-radius:8px;color:var(--fbx-muted);cursor:pointer;flex:1 0 auto;font:inherit;font-size:13px;font-weight:600;min-height:40px;padding:8px 14px;position:relative;transition:background .15s ease,color .15s ease;white-space:nowrap}.fbx-view-btn:hover{color:var(--fbx-text)}.fbx-view-btn.is-active{background:var(--fbx-accent);color:#10160c}.fbx-view-count{font-feature-settings:"tnum";font-size:11px;font-variant-numeric:tabular-nums;margin-left:6px;opacity:.75}.fbx-toolbar-row{align-items:center;display:flex;gap:8px}.fbx-search{flex:1 1;min-width:0;position:relative}.fbx-search-icon{color:var(--fbx-dim);left:11px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.fbx-search input{background:#0000004d;border:1px solid var(--fbx-border-strong);border-radius:10px;color:var(--fbx-text);font:inherit;font-size:14px;min-height:44px;padding:10px 40px 10px 34px;width:100%}.fbx-search input::placeholder{color:var(--fbx-dim)}.fbx-search input:focus{border-color:var(--fbx-accent);box-shadow:0 0 0 3px #88b24b29;outline:none}.fbx-search-clear{align-items:center;background:#0000;border:none;border-radius:8px;color:var(--fbx-muted);cursor:pointer;display:inline-flex;height:32px;justify-content:center;position:absolute;right:6px;top:50%;transform:translateY(-50%);width:32px}.fbx-search-clear:hover{background:#ffffff14;color:var(--fbx-text)}.fbx-btn{align-items:center;background:#ffffff0d;border:1px solid var(--fbx-border-strong);border-radius:10px;color:var(--fbx-text);cursor:pointer;display:inline-flex;font:inherit;font-size:13px;font-weight:600;gap:6px;justify-content:center;min-height:44px;padding:10px 14px;transition:background .15s ease,border-color .15s ease,opacity .15s ease;white-space:nowrap}.fbx-btn:hover:not(:disabled){background:#ffffff1a}.fbx-btn:disabled{cursor:not-allowed;opacity:.42}.fbx-btn.is-primary{background:var(--fbx-accent);border-color:var(--fbx-accent);color:#10160c}.fbx-btn.is-primary:hover:not(:disabled){background:#9ac256}.fbx-btn.is-danger{border-color:#f8717180;color:#fca5a5}.fbx-btn.is-danger:hover:not(:disabled){background:#f8717129}.fbx-btn.is-active{background:var(--fbx-accent-soft);border-color:var(--fbx-accent);color:#b7d97a}.fbx-btn.is-small{font-size:12.5px;min-height:38px;padding:7px 11px}.fbx-btn.is-block{width:100%}.fbx-btn-badge{background:var(--fbx-accent);border-radius:9px;color:#10160c;font-size:10.5px;font-weight:700;height:18px;min-width:18px;padding:0 5px}.fbx-btn-badge,.fbx-iconbtn{align-items:center;display:inline-flex;justify-content:center}.fbx-iconbtn{background:#ffffff0d;border:1px solid var(--fbx-border-strong);border-radius:10px;color:var(--fbx-text);cursor:pointer;flex:0 0 auto;height:44px;transition:background .15s ease,color .15s ease,border-color .15s ease;width:44px}.fbx-iconbtn:hover:not(:disabled){background:#ffffff1c}.fbx-iconbtn:disabled{cursor:not-allowed;opacity:.4}.fbx-iconbtn.is-small{height:38px;width:38px}.fbx-iconbtn.is-danger:hover:not(:disabled){background:#f871712e;border-color:#f8717180;color:#fca5a5}.fbx-preview{align-items:center;background:#fbbf241a;border:1px solid #fbbf2459;border-radius:12px;color:#fde68a;display:flex;font-size:12.5px;gap:10px;padding:10px 12px}.fbx-preview-text{flex:1 1;line-height:1.45;min-width:0}.fbx-banner{align-items:center;background:#f871711a;border:1px solid #f8717159;border-radius:12px;color:#fecaca;display:flex;font-size:12.5px;gap:10px;padding:10px 12px}.fbx-banner-text{flex:1 1;min-width:0}.fbx-note{background:#ffffff0a;border:1px solid var(--fbx-border-strong);border-radius:10px;color:var(--fbx-muted);display:flex;font-size:12.5px;gap:10px;line-height:1.5;padding:11px 12px}.fbx-note svg{flex:0 0 auto;margin-top:1px}.fbx-chips{align-items:center;background:#00000038;border:1px solid var(--fbx-border);border-radius:12px;display:flex;flex-wrap:wrap;gap:6px;padding:8px 10px}.fbx-chips-label{color:var(--fbx-dim);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase}.fbx-chip{background:#ffffff0d;border:1px solid var(--fbx-border-strong);border-radius:999px;color:var(--fbx-text);font-size:12px;gap:6px;min-height:30px;padding:5px 6px 5px 10px}.fbx-chip,.fbx-chip-remove{align-items:center;display:inline-flex}.fbx-chip-remove{background:#ffffff17;border:none;border-radius:50%;color:var(--fbx-muted);cursor:pointer;height:22px;justify-content:center;width:22px}.fbx-chip-remove:hover{background:#f8717140;color:#fecaca}.fbx-chips-clear{background:none;border:none;color:var(--fbx-muted);cursor:pointer;font:inherit;font-size:12px;margin-left:auto;padding:6px 2px;text-decoration:underline}.fbx-chips-clear:hover{color:var(--fbx-text)}.fbx-chips-count{font-feature-settings:"tnum";color:var(--fbx-dim);font-size:11.5px;font-variant-numeric:tabular-nums}.fbx-list{display:flex;flex-direction:column;gap:10px}.fbx-card{background:var(--fbx-surface);border:1px solid var(--fbx-border);border-radius:var(--fbx-radius);display:flex;gap:12px;padding:12px;transition:border-color .15s ease}.fbx-card:hover{border-color:var(--fbx-border-strong)}.fbx-card.is-critical{border-left:3px solid var(--fbx-critical)}.fbx-card.is-warning{border-left:3px solid var(--fbx-warning)}.fbx-card.is-accent{border-left:3px solid var(--fbx-accent)}.fbx-card.is-closed{opacity:.7}.fbx-vote{align-items:center;background:#0000004d;border:1px solid var(--fbx-border-strong);border-radius:10px;color:var(--fbx-muted);cursor:pointer;display:flex;flex:0 0 auto;flex-direction:column;font:inherit;gap:1px;justify-content:center;min-height:58px;padding:8px 4px;transition:border-color .15s ease,background .15s ease,color .15s ease;width:54px}.fbx-vote.is-voted,.fbx-vote:hover:not(:disabled){border-color:var(--fbx-accent);color:#b7d97a}.fbx-vote.is-voted{background:var(--fbx-accent-soft)}.fbx-vote:disabled{cursor:not-allowed;opacity:.45}.fbx-vote-count{font-feature-settings:"tnum";font-size:1.05rem;font-variant-numeric:tabular-nums;font-weight:700;line-height:1.1}.fbx-vote-label{font-size:9px;letter-spacing:.06em;opacity:.7;text-transform:uppercase}.fbx-card-main{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:0}.fbx-card-head{align-items:flex-start;display:flex;gap:8px}.fbx-card-title{background:none;border:none;color:var(--fbx-text);cursor:pointer;flex:1 1;font:inherit;font-size:14.5px;font-weight:700;line-height:1.3;min-width:0;overflow-wrap:anywhere;padding:0;text-align:left}.fbx-card-title:hover{color:var(--fbx-accent);text-decoration:underline}.fbx-card-desc{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:var(--fbx-muted);cursor:pointer;display:-webkit-box;font-size:12.5px;line-height:1.55;margin:0;overflow:hidden;overflow-wrap:anywhere}.fbx-card-desc.is-open{-webkit-line-clamp:unset;display:block}.fbx-meta{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.fbx-metatext{color:var(--fbx-dim);font-size:11.5px}.fbx-badge{align-items:center;background:#94a3b81a;border:1px solid #0000;border-radius:999px;color:var(--fbx-muted);display:inline-flex;font-size:11.5px;font-weight:600;gap:5px;line-height:1.3;padding:4px 9px;white-space:nowrap}.fbx-badge.tone-good{background:#4ade8021;border-color:#4ade8052;color:#86efac}.fbx-badge.tone-info{background:#60a5fa21;border-color:#60a5fa52;color:#93c5fd}.fbx-badge.tone-warning{background:#fbbf2421;border-color:#fbbf2452;color:#fcd34d}.fbx-badge.tone-critical{background:#f8717121;border-color:#f8717157;color:#fca5a5}.fbx-badge.tone-accent{background:var(--fbx-accent-soft);border-color:#88b24b57;color:#b7d97a}.fbx-badge.tone-busy{background:#fb923c21;border-color:#fb923c52;color:#fdba74}.fbx-badge.tone-muted,.fbx-badge.tone-neutral{border-color:#94a3b83d}.fbx-flag{align-items:center;background:#ffffff0a;border:1px solid;border-radius:999px;display:inline-flex;font-size:11.5px;font-weight:700;gap:5px;padding:4px 9px;white-space:nowrap}.fbx-flag-mark{font-size:9px;letter-spacing:-.1em}.fbx-pipe-step,.fbx-pipeline{align-items:center;display:inline-flex}.fbx-pipe-dot{background:#ffffff24;border-radius:50%;flex:0 0 auto;height:7px;width:7px}.fbx-pipe-dot.is-done{background:var(--fbx-accent)}.fbx-pipe-dot.is-current{background:currentColor;box-shadow:0 0 0 2px #ffffff1a}.fbx-pipe-line{background:#ffffff1f;height:2px;width:14px}.fbx-pipe-line.is-done{background:#88b24b80}.fbx-pipeline.is-rejected .fbx-pipe-dot,.fbx-pipeline.is-rejected .fbx-pipe-line{background:#f871714d}.fbx-answer{background:#88b24b12;border:1px solid #88b24b47;border-left:3px solid var(--fbx-accent);border-radius:10px;display:flex;gap:9px;padding:10px 12px}.fbx-answer-body{flex:1 1;min-width:0}.fbx-answer-label{color:#b7d97a;display:block;font-size:10px;font-weight:700;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.fbx-answer-text{color:var(--fbx-text);font-size:12.5px;line-height:1.55;margin:0;overflow-wrap:anywhere}.fbx-answer-meta{color:var(--fbx-dim);display:block;font-size:10.5px;margin-top:4px}.fbx-score{align-items:flex-end;display:flex;flex:0 0 auto;flex-direction:column;gap:4px;width:62px}.fbx-score-value{font-feature-settings:"tnum";font-size:1.2rem;font-variant-numeric:tabular-nums;font-weight:700;line-height:1}.fbx-score-label{color:var(--fbx-dim);font-size:9.5px;letter-spacing:.06em;text-transform:uppercase}.fbx-score-track{background:#ffffff17;border-radius:2px;height:4px;overflow:hidden;width:100%}.fbx-score-fill{background:currentColor;border-radius:2px;height:100%}.fbx-score-detail{background:#0000003d;border:1px solid var(--fbx-border-strong);border-radius:10px;padding:10px 12px}.fbx-score-detail-title{color:var(--fbx-muted);display:block;font-size:10px;font-weight:700;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.fbx-factor{align-items:baseline;border-bottom:1px solid #ffffff0a;display:flex;font-size:12px;gap:10px;padding:4px 0}.fbx-factor:last-of-type{border-bottom:none}.fbx-factor-text{color:var(--fbx-muted);flex:1 1;line-height:1.45;min-width:0}.fbx-factor-points{font-feature-settings:"tnum";color:var(--fbx-text);font-variant-numeric:tabular-nums;font-weight:700;white-space:nowrap}.fbx-factor-points.is-zero{color:var(--fbx-dim);font-weight:500}.fbx-factor.is-sum{border-bottom:none;border-top:1px solid var(--fbx-border-strong);font-weight:700;margin-top:5px;padding-top:8px}.fbx-factor.is-result{color:#b7d97a;font-weight:700}.fbx-triage{background:#00000038;border:1px solid var(--fbx-border-strong);border-radius:12px;display:flex;flex-direction:column;gap:12px;padding:12px}.fbx-triage-title{align-items:center;color:var(--fbx-muted);display:flex;font-size:10.5px;font-weight:700;gap:7px;letter-spacing:.07em;text-transform:uppercase}.fbx-field{display:flex;flex-direction:column;gap:6px;min-width:0}.fbx-label{color:var(--fbx-muted);font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.fbx-hint{color:var(--fbx-dim);font-size:11.5px;line-height:1.45}.fbx-segments{display:flex;flex-wrap:wrap;gap:6px}.fbx-segment{background:#ffffff0a;border:1px solid var(--fbx-border-strong);border-radius:10px;color:var(--fbx-muted);cursor:pointer;flex:1 1 auto;font:inherit;font-size:12.5px;font-weight:600;min-height:40px;min-width:74px;padding:8px 12px;transition:background .15s ease,border-color .15s ease,color .15s ease}.fbx-segment:hover{background:#ffffff14;color:var(--fbx-text)}.fbx-segment.is-active{background:var(--fbx-accent-soft);border-color:var(--fbx-accent);color:#b7d97a}.fbx-input,.fbx-select,.fbx-textarea{background:#0000004d;border:1px solid var(--fbx-border-strong);border-radius:10px;color:var(--fbx-text);font:inherit;font-size:14px;min-height:44px;padding:10px 12px;width:100%}.fbx-textarea{line-height:1.5;min-height:84px;resize:vertical}.fbx-input::placeholder,.fbx-textarea::placeholder{color:var(--fbx-dim)}.fbx-input:focus,.fbx-select:focus,.fbx-textarea:focus{border-color:var(--fbx-accent);box-shadow:0 0 0 3px #88b24b29;outline:none}.fbx-input.is-invalid,.fbx-textarea.is-invalid{border-color:#f8717199}.fbx-counter{font-feature-settings:"tnum";color:var(--fbx-dim);font-size:11px;font-variant-numeric:tabular-nums;text-align:right}.fbx-counter.is-over{color:var(--fbx-critical)}.fbx-switch{align-items:center;background:#ffffff08;border:1px solid var(--fbx-border);border-radius:10px;cursor:pointer;display:flex;font-size:13px;gap:10px;min-height:44px;padding:8px 12px}.fbx-switch input{accent-color:var(--fbx-accent);cursor:pointer;flex:0 0 auto;height:20px;width:20px}.fbx-board{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin}.fbx-column{background:#00000038;border:1px solid var(--fbx-border);border-radius:var(--fbx-radius);display:flex;flex:0 0 260px;flex-direction:column;gap:8px;max-height:68vh;max-height:68dvh;padding:10px}.fbx-column-head{align-items:center;border-bottom:2px solid;display:flex;gap:8px;padding-bottom:8px}.fbx-column-title{flex:1 1;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase}.fbx-column-count,.fbx-column-title{color:var(--fbx-text);font-weight:700}.fbx-column-count{font-feature-settings:"tnum";background:#ffffff14;border-radius:999px;font-size:11px;font-variant-numeric:tabular-nums;min-width:22px;padding:2px 8px}.fbx-column-body{gap:8px;min-height:56px;overflow-y:auto}.fbx-column-body,.fbx-mini{display:flex;flex-direction:column}.fbx-mini{background:var(--fbx-surface);border:1px solid var(--fbx-border);border-radius:10px;color:var(--fbx-text);cursor:pointer;font:inherit;gap:6px;padding:10px;text-align:left;transition:border-color .15s ease}.fbx-mini:hover{border-color:var(--fbx-border-strong)}.fbx-mini-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:12.5px;font-weight:600;line-height:1.4;overflow:hidden;overflow-wrap:anywhere}.fbx-mini-foot{align-items:center;color:var(--fbx-dim);display:flex;font-size:11px;gap:6px}.fbx-column-empty{color:var(--fbx-dim);font-size:11.5px;padding:16px 8px;text-align:center}.fbx-empty,.fbx-loading{align-items:center;background:#0000002e;border:1px dashed var(--fbx-border-strong);border-radius:var(--fbx-radius);color:var(--fbx-muted);display:flex;flex-direction:column;font-size:13px;gap:10px;padding:40px 20px;text-align:center}.fbx-empty-hint{color:var(--fbx-dim);font-size:12px}.fbx-spinner{animation:fbx-spin .8s linear infinite;border:2px solid #ffffff24;border-radius:50%;border-top:2px solid var(--fbx-accent);height:22px;width:22px}@keyframes fbx-spin{to{transform:rotate(1turn)}}.fbx-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#03060c99;top:64px;top:var(--fbx-chrome-top,64px);z-index:900}.fbx-backdrop,.fbx-sheet{bottom:0;left:0;position:fixed;right:0}.fbx-sheet{animation:fbx-up .18s ease-out;background:var(--fbx-surface-solid);border:1px solid var(--fbx-border-strong);border-bottom:none;border-radius:18px 18px 0 0;box-shadow:0 -18px 50px #0009;display:flex;flex-direction:column;max-height:calc(100vh - 72px);max-height:calc(100vh - var(--fbx-chrome-top, 64px) - 8px);max-height:calc(100dvh - 72px);max-height:calc(100dvh - var(--fbx-chrome-top, 64px) - 8px);z-index:901}@keyframes fbx-up{0%{opacity:0;transform:translateY(14px)}}.fbx-sheet-head{align-items:flex-start;border-bottom:1px solid var(--fbx-border);display:flex;gap:10px;padding:14px 16px}.fbx-sheet-title{font-size:15px;font-weight:700;line-height:1.25;margin:0}.fbx-sheet-sub{color:var(--fbx-muted);font-size:12px;line-height:1.5;margin:3px 0 0}.fbx-sheet-body{display:flex;flex:1 1;flex-direction:column;gap:14px;overflow-y:auto;padding:14px 16px}.fbx-sheet-foot{background:var(--fbx-surface-solid);border-top:1px solid var(--fbx-border);display:flex;gap:8px;padding:12px 16px max(12px,env(safe-area-inset-bottom))}.fbx-sheet-foot .fbx-btn{flex:1 1}@media (min-width:640px){.fbx-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.fbx-toolbar-row{flex-wrap:wrap}.fbx-sheet{animation:fbx-left .18s ease-out;border-bottom:1px solid var(--fbx-border-strong);border-radius:16px 0 0 16px;left:auto;max-height:none;top:64px;top:var(--fbx-chrome-top,64px);width:min(520px,100vw)}@keyframes fbx-left{0%{opacity:0;transform:translateX(16px)}}.fbx-sheet-foot{justify-content:flex-end}.fbx-sheet-foot .fbx-btn{flex:0 0 auto}}@media (min-width:1024px){.fbx-header-title{font-size:1.35rem}.fbx-stats{grid-template-columns:repeat(8,minmax(0,1fr))}.fbx-stat{min-height:68px}.fbx-toolbar{align-items:center;flex-direction:row;flex-wrap:wrap;padding:10px 12px}.fbx-views{overflow:visible}.fbx-view-btn{flex:0 0 auto}.fbx-toolbar-row{flex:1 1;min-width:320px}.fbx-column{flex:1 1;min-width:210px}.fbx-board{overflow-x:visible}}@media (max-width:480px){.fbx-input,.fbx-search input,.fbx-select,.fbx-textarea{font-size:16px}}@media (prefers-reduced-motion:reduce){.fbx-btn,.fbx-card,.fbx-segment,.fbx-sheet,.fbx-spinner{animation:none;transition:none}}@media (max-width:768px){.fbx-btn.is-small,.fbx-segment,.fbx-view-btn{min-height:44px}.fbx-iconbtn.is-small,.fbx-search-clear{height:44px;width:44px}.fbx-search input{padding-right:52px}.fbx-chip{min-height:44px;padding:0 4px 0 12px}.fbx-chip-remove{height:44px;width:44px}.fbx-chips-clear{align-items:center;display:inline-flex;justify-content:center;min-height:44px;min-width:44px}}.gtour{font-family:inherit;position:fixed;z-index:100050}.gtour,.gtour-backdrop{inset:0;pointer-events:none}.gtour-backdrop{background:#03060cb8;position:absolute}.gtour-spot{border:2px solid #88b24b;border-radius:8px;box-shadow:0 0 0 9999px #03060cb8;pointer-events:none;position:absolute;transition:left .25s ease,top .25s ease,width .25s ease,height .25s ease}.gtour-card{background:#131a27;border:1px solid #ffffff29;border-radius:12px;box-shadow:0 20px 50px #000000a6;color:#e2e8f0;max-height:calc(100vh - 28px);max-height:calc(100dvh - 28px);max-width:calc(100vw - 28px);overflow-y:auto;overscroll-behavior:contain;padding:14px 16px;pointer-events:auto;position:absolute;transition:left .25s ease,top .25s ease;width:340px}.gtour-head{align-items:center;display:flex;gap:8px;margin-bottom:6px}.gtour-count{font-feature-settings:"tnum";color:#94a3b8;font-size:10px;font-variant-numeric:tabular-nums;letter-spacing:.09em;text-transform:uppercase}.gtour-close{align-items:center;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:8px;color:#cbd5e1;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin-left:auto;transition:background .15s ease,color .15s ease;width:32px}.gtour-close:hover{background:#ef44442e;border-color:#ef444480;color:#fca5a5}.gtour-title{color:#f8fafc;font-size:15px;font-weight:600;line-height:1.3;margin:0 0 6px}.gtour-text{color:#cbd5e1;font-size:12.5px;line-height:1.55;margin:0 0 10px}.gtour-action{align-items:center;background:#88b24b24;border:1px solid #88b24b73;border-radius:8px;color:#b7d97a;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:6px;margin-bottom:12px;padding:8px 12px}.gtour-action:hover{background:#88b24b3d}.gtour-progress{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:12px}.gtour-dot{background:#94a3b840;border-radius:2px;height:3px;width:16px}.gtour-dot.is-done{background:#88b24b73}.gtour-dot.is-active{background:#88b24b}.gtour-actions{align-items:center;display:flex;gap:8px}.gtour-spacer{flex:1 1}.gtour-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff24;border-radius:8px;color:#e2e8f0;cursor:pointer;display:inline-flex;font-size:12.5px;font-weight:600;gap:5px;padding:9px 14px;transition:background .15s ease}.gtour-btn:hover{background:#ffffff1a}.gtour-btn.is-primary{background:#88b24b;border-color:#88b24b;color:#10160c}.gtour-btn.is-primary:hover{background:#9ac256}.gtour-skip{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:12px;padding:6px 2px}.gtour-skip:hover{color:#e2e8f0;text-decoration:underline}@media (max-width:768px){.gtour-card{bottom:calc(12px + var(--safe-bottom));left:12px!important;max-height:min(60dvh,calc(100dvh - 24px));max-width:none;padding:16px;right:12px;top:auto!important;width:auto}.gtour-close{height:44px;width:44px}.gtour-title{font-size:16px}.gtour-text{font-size:13.5px}.gtour-action,.gtour-btn{font-size:13.5px;min-height:44px}.gtour-skip{min-height:44px}}@media (prefers-reduced-motion:reduce){.gtour-card,.gtour-spot{transition:none}}@media (max-width:480px){.gtour-actions{flex-wrap:wrap;gap:8px}.gtour-spacer{display:none}.gtour-btn{flex:1 1 auto;justify-content:center}.gtour-skip{flex:1 1 100%;order:1;text-align:center}}.tm-page{--tm-accent:#88b24b;--tm-accent-soft:#88b24b24;--tm-bg:#0d1117;--tm-surface:#161b22d1;--tm-surface-solid:#161b22;--tm-raised:#1c2430;--tm-border:#ffffff17;--tm-border-strong:#ffffff29;--tm-text:#e6edf3;--tm-muted:#93a1b1;--tm-dim:#6b7a8c;--tm-good:#a2c96b;--tm-warning:#fbbf24;--tm-critical:#f87171;--tm-good-soft:#a2c96b21;--tm-good-line:#a2c96b4d;--tm-warning-soft:#fbbf2421;--tm-warning-line:#fbbf244d;--tm-critical-soft:#f8717121;--tm-critical-line:#f8717157;--tm-neutral-soft:#94a3b81a;--tm-neutral-line:#94a3b83d;--tm-radius:14px;--tm-gap:12px;--tm-chrome-top:var(--header-height,64px);color:var(--tm-text);display:flex;flex-direction:column;font-size:14px;gap:var(--tm-gap);min-height:100%;padding:0;width:100%}.tm-page,.tm-page *,.tm-page :after,.tm-page :before{box-sizing:border-box}.tm-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.tm-header-logo{filter:drop-shadow(0 0 8px rgba(136,178,75,.35));height:34px;width:auto}.tm-header-title{color:#fff;font-size:1.15rem;font-weight:800;line-height:1.15;margin:0}.tm-header-subtitle{color:var(--tm-muted);font-size:.8rem;margin:2px 0 0}.tm-header-spacer{flex:1 1}.tm-kpis{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.tm-kpi{background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:12px;color:var(--tm-text);cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:3px;min-height:62px;padding:10px 12px;text-align:left;transition:border-color .15s ease,background .15s ease,transform .1s ease}.tm-kpi:hover:not(:disabled){background:var(--tm-raised);border-color:var(--tm-border-strong)}.tm-kpi:active:not(:disabled){transform:translateY(1px)}.tm-kpi:disabled{cursor:default}.tm-kpi.is-active{background:var(--tm-accent-soft);border-color:var(--tm-accent)}.tm-kpi-label{color:var(--tm-muted);font-size:10.5px;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.tm-kpi-value{font-feature-settings:"tnum";font-size:1.25rem;font-variant-numeric:tabular-nums;font-weight:700;line-height:1.1}.tm-kpi-hint{color:var(--tm-dim);font-size:10.5px;line-height:1.25}.tone-good{color:var(--tm-good)}.tone-warning{color:var(--tm-warning)}.tone-critical{color:var(--tm-critical)}.tone-muted{color:var(--tm-dim)}.tone-busy,.tone-info,.tone-neutral,.tone-quality{color:inherit}.tm-toolbar{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius);display:flex;flex-direction:column;gap:8px;padding:10px;position:-webkit-sticky;position:sticky;top:0;z-index:30}.tm-scope{background:#00000047;border-radius:10px;display:flex;gap:4px;overflow-x:auto;padding:3px;scrollbar-width:none}.tm-scope::-webkit-scrollbar{display:none}.tm-scope-btn{background:#0000;border:none;border-radius:8px;color:var(--tm-muted);cursor:pointer;flex:1 0 auto;font:inherit;font-size:13px;font-weight:600;min-height:40px;padding:8px 14px;transition:background .15s ease,color .15s ease;white-space:nowrap}.tm-scope-btn:hover{color:var(--tm-text)}.tm-scope-btn.is-active{background:var(--tm-accent);color:#10160c}.tm-scope-count{font-feature-settings:"tnum";font-size:11px;font-variant-numeric:tabular-nums;margin-left:6px;opacity:.75}.tm-toolbar-row{align-items:center;display:flex;gap:8px}.tm-search{flex:1 1;min-width:0;position:relative}.tm-search-icon{color:var(--tm-dim);left:11px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.tm-search input{background:#0000004d;border:1px solid var(--tm-border-strong);border-radius:10px;color:var(--tm-text);font:inherit;font-size:14px;min-height:44px;padding:10px 40px 10px 34px;width:100%}.tm-search input::placeholder{color:var(--tm-dim)}.tm-search input:focus{border-color:var(--tm-accent);box-shadow:0 0 0 3px #88b24b29;outline:none}.tm-search-clear{align-items:center;background:#0000;border:none;border-radius:8px;color:var(--tm-muted);cursor:pointer;display:inline-flex;height:32px;justify-content:center;position:absolute;right:6px;top:50%;transform:translateY(-50%);width:32px}.tm-search-clear:hover{background:#ffffff14;color:var(--tm-text)}.tm-btn{align-items:center;background:#ffffff0d;border:1px solid var(--tm-border-strong);border-radius:10px;color:var(--tm-text);cursor:pointer;display:inline-flex;font:inherit;font-size:13px;font-weight:600;gap:6px;justify-content:center;min-height:44px;padding:10px 14px;transition:background .15s ease,border-color .15s ease,opacity .15s ease;white-space:nowrap}.tm-btn:hover:not(:disabled){background:#ffffff1a}.tm-btn:disabled{cursor:not-allowed;opacity:.42}.tm-btn.is-primary{background:var(--tm-accent);border-color:var(--tm-accent);color:#10160c}.tm-btn.is-primary:hover:not(:disabled){background:#9ac256}.tm-btn.is-danger{border-color:#f8717180;color:#fca5a5}.tm-btn.is-danger:hover:not(:disabled){background:#f8717129}.tm-btn.is-active{background:var(--tm-accent-soft);border-color:var(--tm-accent);color:#b7d97a}.tm-btn.is-small{font-size:12.5px;min-height:38px;padding:7px 11px}.tm-btn.is-block{width:100%}.tm-btn-badge{background:var(--tm-accent);border-radius:9px;color:#10160c;font-size:10.5px;font-weight:700;height:18px;min-width:18px;padding:0 5px}.tm-btn-badge,.tm-iconbtn{align-items:center;display:inline-flex;justify-content:center}.tm-iconbtn{background:#ffffff0d;border:1px solid var(--tm-border-strong);border-radius:10px;color:var(--tm-text);cursor:pointer;flex:0 0 auto;height:44px;transition:background .15s ease,color .15s ease,border-color .15s ease;width:44px}.tm-iconbtn:hover:not(:disabled){background:#ffffff1c}.tm-iconbtn:disabled{cursor:not-allowed;opacity:.4}.tm-iconbtn.is-danger:hover:not(:disabled){background:#f871712e;border-color:#f8717180;color:#fca5a5}.tm-iconbtn.is-small{height:38px;width:38px}.tm-menu-wrap{position:relative}.tm-menu{background:var(--tm-raised);border:1px solid var(--tm-border-strong);border-radius:12px;box-shadow:0 18px 40px #0000008c;max-width:calc(100vw - 24px);min-width:250px;padding:6px;position:absolute;right:0;top:calc(100% + 6px);z-index:60}.tm-menu-section{color:var(--tm-dim);font-size:10px;letter-spacing:.09em;padding:8px 10px 4px;text-transform:uppercase}.tm-menu-item{align-items:center;background:#0000;border:none;border-radius:8px;color:var(--tm-text);cursor:pointer;display:flex;font:inherit;font-size:13px;gap:10px;min-height:42px;padding:9px 10px;text-align:left;text-decoration:none;width:100%}.tm-menu-item:hover{background:#ffffff12}.tm-menu-item.is-danger:hover{background:#f8717124;color:#fca5a5}.tm-menu-icon{color:var(--tm-muted);display:inline-flex;flex:0 0 auto}.tm-menu-label{flex:1 1;min-width:0}.tm-menu-hint{color:var(--tm-dim);font-size:11px;white-space:nowrap}.tm-menu-item:disabled{cursor:not-allowed;opacity:.4}.tm-chips{align-items:center;background:#00000038;border:1px solid var(--tm-border);border-radius:12px;display:flex;flex-wrap:wrap;gap:6px;padding:8px 10px}.tm-chips-label{color:var(--tm-dim);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase}.tm-chip{background:#ffffff0d;border:1px solid var(--tm-border-strong);border-radius:999px;color:var(--tm-text);font-size:12px;gap:6px;min-height:30px;padding:5px 6px 5px 10px}.tm-chip,.tm-chip-remove{align-items:center;display:inline-flex}.tm-chip-remove{background:#ffffff17;border:none;border-radius:50%;color:var(--tm-muted);cursor:pointer;height:22px;justify-content:center;width:22px}.tm-chip-remove:hover{background:#f8717140;color:#fecaca}.tm-chips-clear{background:none;border:none;color:var(--tm-muted);cursor:pointer;font:inherit;font-size:12px;margin-left:auto;padding:6px 2px;text-decoration:underline}.tm-chips-clear:hover{color:var(--tm-text)}.tm-chips-count{font-feature-settings:"tnum";color:var(--tm-dim);font-size:11.5px;font-variant-numeric:tabular-nums}.tm-attention{background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius);overflow:hidden}.tm-attention-head{align-items:center;background:#0000;border:none;color:var(--tm-text);cursor:pointer;display:flex;font:inherit;gap:10px;padding:12px 14px;text-align:left;width:100%}.tm-attention-title{font-size:13.5px;font-weight:700}.tm-attention-sub{color:var(--tm-dim);font-size:11.5px;margin-top:1px}.tm-attention-count{align-items:center;color:var(--tm-muted);display:inline-flex;font-size:11.5px;gap:6px;margin-left:auto}.tm-attention-pill{font-feature-settings:"tnum";border-radius:999px;font-size:11px;font-variant-numeric:tabular-nums;font-weight:700;min-width:22px;padding:2px 7px}.tm-attention-pill.tone-critical{background:var(--tm-critical-soft);color:#fca5a5}.tm-attention-pill.tone-warning{background:var(--tm-warning-soft);color:#fcd34d}.tm-attention-list{border-top:1px solid var(--tm-border);max-height:260px;overflow-y:auto}.tm-attention-item{align-items:flex-start;background:#0000;border:none;border-bottom:1px solid #ffffff0a;color:var(--tm-text);cursor:pointer;display:flex;font:inherit;gap:10px;padding:10px 14px;text-align:left;width:100%}.tm-attention-item:hover{background:#ffffff0d}.tm-attention-bar{align-self:stretch;background:var(--tm-dim);border-radius:2px;flex:0 0 auto;width:3px}.tm-attention-bar.tone-critical{background:var(--tm-critical)}.tm-attention-bar.tone-warning{background:var(--tm-warning)}.tm-attention-name{font-size:13px;font-weight:600}.tm-attention-reason{color:var(--tm-muted);font-size:11.5px;line-height:1.45}.tm-attention-empty{color:var(--tm-dim);font-size:12.5px;padding:18px 14px;text-align:center}.tm-cards{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr}.tm-card{background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius);display:flex;flex-direction:column;gap:10px;padding:12px;transition:border-color .15s ease}.tm-card:hover{border-color:var(--tm-border-strong)}.tm-card.is-critical{border-left:3px solid var(--tm-critical)}.tm-card.is-warning{border-left:3px solid var(--tm-warning)}.tm-card-top{align-items:flex-start;display:flex;gap:12px}.tm-thumb{align-items:center;background:#00000059;border:1px solid var(--tm-border);border-radius:10px;color:var(--tm-dim);display:flex;flex:0 0 auto;height:58px;justify-content:center;overflow:hidden;width:58px}.tm-thumb img{height:100%;object-fit:cover;width:100%}.tm-thumb.is-large{border-radius:12px;height:180px;width:100%}.tm-thumb.is-mini{border-radius:7px;height:34px;width:34px}.tm-card-main{flex:1 1;min-width:0}.tm-card-name{background:none;border:none;color:var(--tm-text);cursor:pointer;display:block;font:inherit;font-size:14.5px;font-weight:700;line-height:1.25;padding:0;text-align:left;width:100%}.tm-card-name:hover{color:var(--tm-accent);text-decoration:underline}.tm-card-serial{color:var(--tm-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px;margin-top:2px}.tm-card-serial.is-missing{color:var(--tm-dim);font-family:inherit;font-style:italic}.tm-card-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.tm-card-actions{align-items:center;display:flex;gap:8px}.tm-card-actions .tm-btn{flex:1 1}.tm-badge{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-size:11.5px;font-weight:600;gap:5px;line-height:1.3;padding:4px 9px;white-space:nowrap}.tm-badge.tone-good{background:var(--tm-good-soft);border-color:var(--tm-good-line);color:#b7d97a}.tm-badge.tone-warning{background:var(--tm-warning-soft);border-color:var(--tm-warning-line);color:#fcd34d}.tm-badge.tone-critical{background:var(--tm-critical-soft);border-color:var(--tm-critical-line);color:#fca5a5}.tm-badge.tone-busy,.tm-badge.tone-info,.tm-badge.tone-muted,.tm-badge.tone-neutral,.tm-badge.tone-quality{background:var(--tm-neutral-soft);border-color:var(--tm-neutral-line);color:var(--tm-muted)}.tm-fact{align-items:center;color:var(--tm-muted);display:inline-flex;font-size:11.5px;gap:5px;min-width:0}.tm-fact svg{color:var(--tm-dim);flex:0 0 auto}.tm-fact-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tm-tablewrap{background:var(--tm-surface);border:1px solid var(--tm-border);border-radius:var(--tm-radius);overflow:auto}.tm-table{border-collapse:collapse;font-size:13px;width:100%}.tm-table th{background:#172033;border-bottom:1px solid var(--tm-border-strong);color:var(--tm-muted);font-size:10.5px;font-weight:700;letter-spacing:.06em;padding:10px 12px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.tm-table th button{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:inline-flex;font:inherit;gap:4px;letter-spacing:inherit;padding:0;text-transform:inherit}.tm-table th button:hover{color:var(--tm-text)}.tm-table td{border-bottom:1px solid hsla(0,0%,100%,.045);padding:10px 12px;vertical-align:middle}.tm-table tbody tr:hover td{background:hsla(0,0%,100%,.035)}.tm-table tbody tr.is-critical td:first-child{box-shadow:inset 3px 0 0 var(--tm-critical)}.tm-table tbody tr.is-warning td:first-child{box-shadow:inset 3px 0 0 var(--tm-warning)}.tm-table .tm-col-actions{text-align:right;white-space:nowrap}.tm-table-actions{display:inline-flex;gap:6px;justify-content:flex-end}.tm-cell-stack{display:flex;flex-direction:column;gap:3px;min-width:0}.tm-empty,.tm-error,.tm-loading{align-items:center;background:#0000002e;border:1px dashed var(--tm-border-strong);border-radius:var(--tm-radius);color:var(--tm-muted);display:flex;flex-direction:column;font-size:13px;gap:10px;padding:40px 20px;text-align:center}.tm-empty-hint{color:var(--tm-dim);font-size:12px}.tm-spinner{animation:tm-spin .8s linear infinite;border:2px solid #ffffff24;border-radius:50%;border-top:2px solid var(--tm-accent);height:22px;width:22px}@keyframes tm-spin{to{transform:rotate(1turn)}}.tm-skeleton{animation:tm-shimmer 1.4s ease-in-out infinite;background:linear-gradient(90deg,#ffffff0d,#ffffff1f,#ffffff0d);background-size:200% 100%;border-radius:6px}@keyframes tm-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.tm-banner{align-items:center;background:#f871711a;border:1px solid #f8717159;border-radius:12px;color:#fecaca;display:flex;font-size:12.5px;gap:10px;padding:10px 12px}.tm-banner-text{flex:1 1;min-width:0}.tm-sheet-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#03060c99;top:64px;top:var(--tm-chrome-top,64px);z-index:900}.tm-sheet,.tm-sheet-backdrop{bottom:0;left:0;position:fixed;right:0}.tm-sheet{animation:tm-slide-up .18s ease-out;background:var(--tm-surface-solid);border:1px solid var(--tm-border-strong);border-bottom:none;border-radius:18px 18px 0 0;box-shadow:0 -18px 50px #0009;color:var(--tm-text);display:flex;flex-direction:column;max-height:calc(100vh - 72px);max-height:calc(100vh - var(--tm-chrome-top, 64px) - 8px);z-index:901}@keyframes tm-slide-up{0%{opacity:0;transform:translateY(14px)}}.tm-sheet-head{align-items:center;border-bottom:1px solid var(--tm-border);display:flex;gap:10px;padding:14px 16px}.tm-sheet-title{flex:1 1;font-size:15px;font-weight:700}.tm-sheet-body{display:flex;flex:1 1;flex-direction:column;gap:16px;overflow-y:auto;padding:14px 16px}.tm-sheet-foot{background:var(--tm-surface-solid);border-top:1px solid var(--tm-border);display:flex;gap:8px;padding:12px 16px max(12px,env(safe-area-inset-bottom))}.tm-sheet-foot .tm-btn{flex:1 1}.tm-field{display:flex;flex-direction:column;gap:6px}.tm-field-label{color:var(--tm-muted);font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.tm-field-hint{color:var(--tm-dim);font-size:11.5px;line-height:1.4}.tm-input,.tm-select,.tm-textarea{background:#0000004d;border:1px solid var(--tm-border-strong);border-radius:10px;color:var(--tm-text);font:inherit;font-size:14px;min-height:44px;padding:10px 12px;width:100%}.tm-textarea{line-height:1.5;min-height:76px;resize:vertical}.tm-input:focus,.tm-select:focus,.tm-textarea:focus{border-color:var(--tm-accent);box-shadow:0 0 0 3px #88b24b29;outline:none}.tm-input.is-invalid{border-color:#f8717199}.tm-options{display:flex;flex-wrap:wrap;gap:6px}.tm-option{align-items:center;background:#ffffff0a;border:1px solid var(--tm-border-strong);border-radius:10px;color:var(--tm-muted);cursor:pointer;display:inline-flex;font:inherit;font-size:12.5px;font-weight:600;gap:6px;min-height:40px;padding:8px 12px}.tm-option:hover{background:#ffffff14;color:var(--tm-text)}.tm-option.is-active{background:var(--tm-accent-soft);border-color:var(--tm-accent);color:#b7d97a}.tm-switch{align-items:center;background:#ffffff08;border:1px solid var(--tm-border);border-radius:10px;cursor:pointer;display:flex;font-size:13px;gap:10px;min-height:44px;padding:8px 12px}.tm-switch input{accent-color:var(--tm-accent);cursor:pointer;flex:0 0 auto;height:20px;width:20px}.tm-switch-text{flex:1 1;min-width:0}.tm-switch-hint{color:var(--tm-dim);display:block;font-size:11.5px;margin-top:1px}.tm-drawer-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#03060c9e;z-index:950}.tm-drawer,.tm-drawer-backdrop{bottom:0;left:0;position:fixed;right:0;top:64px;top:var(--tm-chrome-top,64px)}.tm-drawer{animation:tm-slide-up .18s ease-out;background:var(--tm-surface-solid);color:var(--tm-text);display:flex;flex-direction:column;z-index:951}.tm-drawer-head{align-items:flex-start;border-bottom:1px solid var(--tm-border);display:flex;gap:10px;padding:14px 16px}.tm-drawer-title{font-size:16px;font-weight:700;line-height:1.25;margin:0}.tm-drawer-sub{color:var(--tm-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;margin:2px 0 0}.tm-drawer-tabs{border-bottom:1px solid var(--tm-border);display:flex;gap:4px;overflow-x:auto;padding:8px 12px;scrollbar-width:none}.tm-drawer-tabs::-webkit-scrollbar{display:none}.tm-drawer-tab{background:#0000;border:none;border-radius:8px;color:var(--tm-muted);cursor:pointer;font:inherit;font-size:13px;font-weight:600;min-height:40px;padding:8px 14px;white-space:nowrap}.tm-drawer-tab:hover{background:#ffffff0d;color:var(--tm-text)}.tm-drawer-tab.is-active{background:var(--tm-accent-soft);color:#b7d97a}.tm-drawer-body{display:flex;flex:1 1;flex-direction:column;gap:16px;overflow-y:auto;padding:14px 16px}.tm-drawer-foot{background:var(--tm-surface-solid);border-top:1px solid var(--tm-border);display:flex;flex-wrap:wrap;gap:8px;padding:12px 16px max(12px,env(safe-area-inset-bottom))}.tm-drawer-foot .tm-btn{flex:1 1 auto;min-width:130px}.tm-section{display:flex;flex-direction:column;gap:8px}.tm-section-title{color:var(--tm-dim);font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tm-datalist{grid-gap:1px;border:1px solid var(--tm-border);border-radius:10px;display:grid;gap:1px;grid-template-columns:minmax(0,1fr);overflow:hidden}.tm-datarow{align-items:baseline;background:hsla(0,0%,100%,.025);display:flex;font-size:13px;gap:12px;padding:9px 12px}.tm-datarow dt{color:var(--tm-muted);flex:0 0 42%;font-size:12px;margin:0}.tm-datarow dd{flex:1 1;margin:0;min-width:0;word-break:break-word}.tm-signal-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.tm-signal{align-items:center;background:#ffffff08;border-radius:9px;display:flex;font-size:12.5px;gap:8px;padding:8px 10px}.tm-signal-dot{background:currentColor;border-radius:50%;flex:0 0 auto;height:7px;width:7px}.tm-calbar{background:#ffffff14;border-radius:3px;height:5px;overflow:hidden}.tm-calbar-fill{background:currentColor;border-radius:3px;height:100%;transition:width .3s ease}.tm-modal-overlay{align-items:flex-end;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#03060cb3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:64px;top:var(--tm-chrome-top,64px);z-index:1000}.tm-modal{--tm-accent:#88b24b;--tm-border:#ffffff17;--tm-border-strong:#ffffff29;--tm-text:#e6edf3;--tm-muted:#93a1b1;--tm-dim:#6b7a8c;--tm-surface-solid:#161b22;animation:tm-slide-up .18s ease-out;background:var(--tm-surface-solid);border:1px solid var(--tm-border-strong);border-bottom:none;border-radius:18px 18px 0 0;box-shadow:0 -18px 50px #0009;color:var(--tm-text);display:flex;flex-direction:column;font-size:14px;max-height:calc(100vh - 72px);max-height:calc(100vh - var(--tm-chrome-top, 64px) - 8px);width:100%}.tm-modal *,.tm-modal :after,.tm-modal :before{box-sizing:border-box}.tm-modal-head{align-items:flex-start;border-bottom:1px solid var(--tm-border);display:flex;gap:10px;padding:16px}.tm-modal-title{font-size:16px;font-weight:700;line-height:1.25;margin:0}.tm-modal-sub{color:var(--tm-muted);font-size:12px;margin:3px 0 0}.tm-modal-body{display:flex;flex:1 1;flex-direction:column;gap:14px;overflow-y:auto;padding:16px}.tm-modal-foot{border-top:1px solid var(--tm-border);display:flex;gap:8px;padding:12px 16px max(12px,env(safe-area-inset-bottom))}.tm-modal-foot .tm-btn{flex:1 1}.tm-modal-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr}.tm-modal-full{grid-column:1/-1}.tm-note{border:1px solid #0000;border-radius:10px;display:flex;font-size:12.5px;gap:10px;line-height:1.5;padding:11px 12px}.tm-note.is-info{background:var(--tm-neutral-soft);border-color:var(--tm-neutral-line);color:var(--tm-text)}.tm-note.is-warning{background:var(--tm-warning-soft);border-color:var(--tm-warning-line);color:#fde68a}.tm-note.is-danger{background:var(--tm-critical-soft);border-color:var(--tm-critical-line);color:#fecaca}.tm-note svg{flex:0 0 auto;margin-top:1px}.tm-quickdates{display:flex;flex-wrap:wrap;gap:6px}.tm-quickdate{background:#ffffff0a;border:1px solid var(--tm-border-strong);border-radius:999px;color:var(--tm-muted);cursor:pointer;font:inherit;font-size:12.5px;font-weight:600;min-height:38px;padding:7px 12px}.tm-quickdate.is-active,.tm-quickdate:hover{background:#88b24b24;border-color:var(--tm-accent);color:#b7d97a}.tm-filepick{align-items:center;background:#ffffff08;border:1px dashed var(--tm-border-strong);border-radius:10px;color:var(--tm-muted);cursor:pointer;display:flex;font-size:13px;gap:8px;min-height:46px;padding:10px 12px}.tm-filepick:hover{border-color:var(--tm-accent);color:var(--tm-text)}.tm-filepick.is-set{background:#88b24b1a;border-color:#88b24b80;border-style:solid;color:#b7d97a}.tm-bulkrow{grid-gap:6px;align-items:center;display:grid;gap:6px;grid-template-columns:24px minmax(0,1fr) 84px 44px;margin-bottom:8px}.tm-bulkrow-index{color:var(--tm-dim);font-size:11.5px;text-align:center}@media (min-width:640px){.tm-modal-overlay{align-items:center;padding:20px}.tm-modal{border-bottom:1px solid var(--tm-border-strong);border-radius:16px;max-height:calc(100vh - 104px);max-height:calc(100vh - var(--tm-chrome-top, 64px) - 40px);max-width:640px}.tm-modal.is-wide{max-width:860px}.tm-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tm-modal-foot .tm-btn{flex:0 0 auto}.tm-modal-foot{justify-content:flex-end}}.tm-more{display:flex;justify-content:center;padding:4px 0 12px}.tm-footnote{color:var(--tm-dim);font-size:11.5px;padding-bottom:12px;text-align:center}@media (min-width:640px){.tm-page{gap:14px;padding:16px}.tm-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.tm-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.tm-toolbar-row{flex-wrap:wrap}.tm-datalist{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.tm-page{padding:20px 24px}.tm-header-title{font-size:1.35rem}.tm-kpis{grid-template-columns:repeat(5,minmax(0,1fr))}.tm-kpi{min-height:68px}.tm-toolbar{align-items:center;flex-direction:row;flex-wrap:wrap;padding:10px 12px}.tm-scope{overflow:visible}.tm-scope-btn{flex:0 0 auto}.tm-toolbar-row{flex:1 1;min-width:320px}.tm-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.tm-layout{grid-gap:16px;align-items:start;display:grid;gap:16px;grid-template-columns:minmax(0,1fr) 320px}.tm-attention{position:-webkit-sticky;position:sticky;top:0}.tm-attention-list{max-height:calc(100vh - 264px);max-height:calc(100vh - var(--tm-chrome-top, 64px) - 200px)}.tm-sheet{animation:tm-slide-left .18s ease-out;border-bottom:1px solid var(--tm-border-strong);border-radius:16px 0 0 16px;bottom:0;left:auto;max-height:none;right:0;top:64px;top:var(--tm-chrome-top,64px);width:380px}@keyframes tm-slide-left{0%{opacity:0;transform:translateX(16px)}}.tm-drawer{animation:tm-slide-left .18s ease-out;border-left:1px solid var(--tm-border-strong);bottom:0;box-shadow:-18px 0 50px #00000080;left:auto;right:0;top:64px;top:var(--tm-chrome-top,64px);width:min(560px,100vw)}}@media (min-width:1440px){.tm-cards{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.tm-drawer,.tm-sheet,.tm-skeleton,.tm-spinner{animation:none}}.sus-page-container.dashboard-mode{background-color:#0d1117;box-sizing:border-box;height:100%;min-height:100vh;padding:20px}.sus-dashboard-header{align-items:center;display:flex;flex:0 0 auto;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.sus-logo-wrapper.small{align-items:center;display:flex;gap:12px}.sus-logo-img{filter:drop-shadow(0 0 8px rgba(136,178,75,.4));height:42px}.sus-header-title{color:#fff;font-size:1.4rem;font-weight:800;line-height:1.1;margin:0}.sus-header-subtitle{color:#8b949e;color:var(--sus-text-muted);font-size:.85rem;margin:2px 0 0}.sus-glass-panel{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#161b22bf;border-radius:16px;padding:20px}.sus-glass-panel.control-bar{align-items:stretch;background:#161b22f2;border-bottom:1px solid #ffffff26;display:flex;flex-direction:column;gap:16px;padding:16px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.sus-glass-panel.content-area{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;border:none;flex:1 1;min-height:0;padding:0}.sus-dashboard-content{height:100%;overflow:hidden}.sus-tabs{-webkit-overflow-scrolling:touch;align-items:center;border-bottom:1px solid #ffffff1a;display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding-bottom:12px;scrollbar-width:none;width:100%}.sus-tabs::-webkit-scrollbar{display:none}.sus-tab-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:99px;display:flex;flex-shrink:0;font-size:.85rem;gap:6px;transition:all .2s ease;white-space:nowrap}.sus-tab-btn.active{background:#88b24b;background:var(--sus-green);border-color:#88b24b;border-color:var(--sus-green);box-shadow:0 2px 8px #88b24b4d}.sus-tab-btn.admin.active{background:#ef4444;border-color:#ef4444}.counter-badge{background:#fff;border-radius:10px;color:#000;font-size:.7rem;font-weight:800;padding:1px 6px}.sus-filters{align-items:center;display:flex;gap:10px;justify-content:flex-start;max-width:100%;width:100%}.input-wrapper.search{flex:1 1;max-width:none;min-width:200px;width:auto}.search-icon{color:#8b949e;color:var(--sus-text-muted);left:12px;position:absolute;top:50%;transform:translateY(-50%)}.sus-input-field{transition:border-color .2s}.sus-input-field.search{padding-left:36px}select.sus-input-field{padding-right:32px}select.sus-input-field.select{min-width:150px;width:auto}.sus-input-field.small{height:36px;padding:6px 12px}.sus-table-responsive{width:100%}.sus-table{border-collapse:initial;border-spacing:0;color:#e6edf3;width:100%}.sus-table th{background:#161b22f2;border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--sus-border);color:#8b949e;color:var(--sus-text-muted);font-size:.75rem;font-weight:700;padding:12px 16px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:5}.sus-table td{background:#161b2266;border-bottom:1px solid #ffffff0d;padding:16px;vertical-align:middle}.sus-table tr:hover td{background:#ffffff05}.tool-img-box{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:8px;display:flex;height:44px;justify-content:center;overflow:hidden;width:44px}.tool-img-box img{height:100%;object-fit:cover;width:100%}.tool-name{color:#fff;font-size:.95rem;font-weight:600}.tool-meta{color:#8b949e;color:var(--sus-text-muted);font-size:.75rem}.booking-info{display:flex;flex-direction:column;gap:4px}.info-pill{align-items:center;border-radius:6px;display:inline-flex;font-size:.8rem;font-weight:500;gap:6px;max-width:100%;padding:3px 8px;width:-webkit-fit-content;width:fit-content}.info-pill.user{background:#3b82f626;border:1px solid #3b82f64d;color:#bfdbfe}.info-pill.location{background:#f59e0b26;border:1px solid #f59e0b4d;color:#fde68a}.info-pill.date{background:#0000;color:#8b949e;color:var(--sus-text-muted);font-size:.75rem;padding:0 0 0 2px}.action-buttons-wrapper{display:flex;gap:6px;justify-content:flex-end}.sus-icon-btn{font-size:1.1rem;height:34px;width:34px}.sus-icon-btn:hover{transform:scale(1.05)}.sus-icon-btn.green{border-color:#88b24b4d;color:#88b24b;color:var(--sus-green)}.sus-icon-btn.green:hover{background:#88b24b33}.sus-icon-btn.yellow{border-color:#f59e0b4d;color:#f59e0b}.sus-icon-btn.blue{border-color:#3b82f64d;color:#3b82f6}.content-actions{background:#161b2299;margin-bottom:0;padding:10px 16px;width:100%}.content-area .content-actions--grid{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:1fr auto 1fr}.content-area .content-actions__left{display:flex;gap:10px}.content-area .content-actions__center{display:flex;justify-content:center}.content-area .content-actions__right{display:flex;justify-content:flex-end}.sus-action-btn{transition:.2s}.sus-action-btn.small{font-size:.85rem;height:36px;padding:6px 12px}.sus-action-btn.orange{background:#f59e0b}.status-badge{border-radius:6px;display:inline-block;font-size:.75rem;font-weight:600;padding:3px 8px;white-space:nowrap}.status-badge.green{background:#88b24b26;border:1px solid #88b24b33;color:#88b24b;color:var(--sus-green)}.status-badge.red{background:#ef444426;border:1px solid #ef444433;color:#fca5a5}.status-badge.blue{background:#3b82f626;border:1px solid #3b82f633;color:#93c5fd}.status-badge.orange{background:#f9731626;border:1px solid #f9731633;color:#fdba74}.status-badge.gray{background:#9ca3af26;color:#9ca3af}.status-badge.blue-outline{background:#0000;border:1px solid #3b82f666;color:#93c5fd}.sus-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);height:100vh;height:100dvh;left:0;top:0;width:100%;z-index:1000}.sus-glass-card.modal-card{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin:0 auto;max-width:500px;min-height:300px;text-align:center;width:100%}.sus-card-title{font-size:1.4rem}.sus-form-group{display:flex;flex-direction:column;gap:16px;margin-top:20px}.sus-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.status-grid-select{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.status-card{background:#ffffff08;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:12px;cursor:pointer;padding:15px;text-align:center}.status-card.active{background:#ffffff1a;border-color:currentColor}.dropdown-container{position:relative}.sus-dropdown-menu{background:#161b22;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:12px;box-shadow:0 10px 40px #000000b3;margin-top:5px;overflow:hidden;position:absolute;right:0;top:100%;width:220px;z-index:100}.menu-item{align-items:center;background:none;border:none;color:#e6edf3;cursor:pointer;display:flex;font-size:.9rem;gap:10px;padding:12px;text-align:left;width:100%}.menu-item:hover{background:#ffffff0d}.sus-loader-container{color:#8b949e;color:var(--sus-text-muted);gap:10px;justify-content:center;padding:40px}.spinner-inline{animation:spin .8s linear infinite;border:2px solid #ffffff1a;border-top:2px solid var(--sus-green);height:20px;width:20px}@media (max-width:900px){.sus-page-container.dashboard-mode{padding:8px}.sus-dashboard-header{align-items:flex-start;flex-direction:column;gap:10px;margin-bottom:10px}.sus-header-actions{display:flex;justify-content:flex-end;width:100%}.sus-glass-panel.control-bar{align-items:stretch;border:1px solid #88b24b66;border-radius:12px;box-shadow:0 5px 20px #00000080;flex-direction:column;gap:10px;height:auto;padding:10px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.sus-tabs{border-bottom:1px solid #ffffff1a;margin-bottom:8px;padding-bottom:8px;width:100%}.sus-filters{align-items:stretch;flex-direction:column}.input-wrapper.search,.sus-input-field.select{margin-bottom:0;max-width:none;width:100%}.content-area .content-actions--grid{gap:10px;grid-template-columns:1fr}.content-area .content-actions__center,.content-area .content-actions__left,.content-area .content-actions__right{flex-wrap:wrap;justify-content:center}.pagination-select-wrapper,.sus-table thead{display:none}.sus-table tbody,.sus-table td,.sus-table tr{box-sizing:border-box;display:block;width:100%}.sus-table tr{background:#1e232dd9;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:12px;box-shadow:0 4px 10px #0000004d;margin-bottom:12px;padding:16px;position:relative}.sus-table td{align-items:center;background:#0000!important;border:none;display:flex;justify-content:space-between;padding:4px 0;text-align:right}.sus-table tr td:first-child .tool-img-box{height:60px;left:16px;position:absolute;top:16px;width:60px}.sus-table tr td:first-child{height:0;padding:0}.sus-table tr td:nth-child(2){align-items:flex-start;border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--sus-border);display:flex;flex-direction:column;justify-content:center;margin-bottom:12px;min-height:60px;padding-bottom:12px;padding-left:75px}.sus-table tr td:nth-child(2) .tool-name{font-size:1.2rem;line-height:1.2;margin-bottom:4px}.sus-table tr td:nth-child(3){background:#ffffff08!important;border-radius:8px;display:block;margin:8px 0;padding:10px;text-align:left;width:100%}.sus-table tr td:nth-child(3):empty{display:none}.sus-table tr td:nth-child(3) .booking-info{flex-direction:row;flex-wrap:wrap;gap:8px}.sus-table tr td:nth-child(4):before{color:#8b949e;color:var(--sus-text-muted);content:"Serial:";font-size:.85rem}.sus-table tr td:nth-child(5):before{color:#8b949e;color:var(--sus-text-muted);content:"Gewicht:";font-size:.85rem}.sus-table tr td:nth-child(6){justify-content:space-between;margin-top:5px}.sus-table tr td:nth-child(6):before{color:#8b949e;color:var(--sus-text-muted);content:"Status:";font-size:.85rem}.sus-table tr td:last-child{border-top:1px solid #ffffff1a;border-top:1px solid var(--sus-border);justify-content:space-between;margin-top:16px;padding-top:16px}.action-buttons-wrapper{gap:10px;justify-content:space-between;width:100%}.orders-section .sus-table tr td:first-child{border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--sus-border);display:block;height:auto;margin-bottom:10px;padding-bottom:10px;position:static;text-align:left;width:100%}.orders-section .sus-table tr td:first-child strong{display:block;font-size:1.2rem}.orders-section .sus-table tr td:nth-child(2){border:none;flex-direction:row;margin:0;min-height:0;padding-left:0}.orders-section .sus-table tr td:nth-child(2):before{color:#8b949e;color:var(--sus-text-muted);content:"Menge:"}.orders-section .sus-table tr td:nth-child(3){margin-top:5px}.orders-section .sus-table tr td:nth-child(3):before{color:#8b949e;color:var(--sus-text-muted);content:"Status:"}.orders-section .sus-table tr td:nth-child(4):before{color:#8b949e;color:var(--sus-text-muted);content:"Laufzeit:"}.orders-section .sus-table tr td:nth-child(5):before{color:#8b949e;color:var(--sus-text-muted);content:"Erstellt:"}.sus-icon-btn{background:#ffffff14;border-radius:12px;font-size:1.4rem;height:48px;width:48px}.sus-modal-actions{flex-direction:column-reverse}.sus-modal-actions button{font-size:1rem;padding:14px;width:100%}.quick-date-buttons{grid-gap:5px;display:grid;gap:5px;grid-template-columns:1fr 1fr 1fr 1fr;margin-bottom:10px}.quick-date-buttons button{font-size:.8rem;padding:8px 4px}}.Toastify__toast{align-items:center!important;display:flex!important;justify-content:flex-start;min-height:60px;padding:12px 16px}.Toastify__toast-body{flex-grow:1;font-family:inherit;line-height:1.4;margin:0 12px;text-align:left}.Toastify__toast>svg{flex-shrink:0;margin-right:12px}.sus-page-container.sidebar-layout{background-color:#0d1117;display:flex;flex-direction:row;height:100vh;overflow:hidden;padding:0;width:100%}.sus-sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#161b22f2;border-right:1px solid #ffffff1a;display:flex;flex-direction:column;flex-shrink:0;height:100%;padding:20px;width:260px;z-index:50}.sus-sidebar-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;gap:12px;margin-bottom:30px;padding-bottom:20px}.sus-logo-img{height:36px;width:auto}.sus-brand-text h1{color:#fff;font-size:1.1rem;font-weight:800;line-height:1;margin:0}.sus-brand-text span{color:#88b24b;color:var(--sus-green);font-size:.75rem;font-weight:600}.sus-nav-links{display:flex;flex:1 1;flex-direction:column;gap:8px;overflow-y:auto}.sus-nav-divider{color:#64748b;font-size:.7rem;font-weight:700;letter-spacing:1px;margin-bottom:5px;margin-top:15px;padding-left:12px}.sus-nav-item{align-items:center;background:#0000;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:12px;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.sus-nav-item:hover{background:#ffffff0d;color:#fff}.sus-nav-item.active{background:linear-gradient(90deg,#88b24b26,#0000);border-left:3px solid #88b24b;border-left:3px solid var(--sus-green);border-radius:4px 8px 8px 4px;color:#88b24b;color:var(--sus-green)}.nav-badge{background:#ef4444;border-radius:6px;color:#fff;font-size:.7rem;font-weight:700;margin-left:auto;padding:2px 6px}.sus-sidebar-footer{border-top:1px solid #ffffff1a;margin-top:auto;padding-top:20px}.user-info-mini{align-items:center;background:#ffffff0d;border-radius:8px;color:#fff;display:flex;gap:10px;padding:10px}.user-info-mini .u-name{display:block;font-size:.85rem;font-weight:600}.user-info-mini .u-role{color:#94a3b8;display:block;font-size:.7rem;text-transform:uppercase}.sus-main-view{display:flex;flex:1 1;flex-direction:column;height:100%;overflow:hidden;position:relative}.sus-top-bar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d1117cc;border-bottom:1px solid #ffffff1a;display:flex;flex-shrink:0;height:70px;justify-content:space-between;padding:0 20px}.top-bar-title h2{color:#fff;font-size:1.2rem;margin:0}.sus-content-scroll{flex:1 1;overflow-y:auto;padding:20px}.sus-filters{justify-content:flex-end;width:auto}@media (max-width:900px){.sus-page-container.sidebar-layout{flex-direction:column}.sus-sidebar{align-items:center;border-bottom:1px solid #ffffff1a;border-right:none;flex-direction:row;height:auto;overflow-x:auto;padding:10px 15px;width:100%}.sus-sidebar-header{border-bottom:none;margin-bottom:0;margin-right:20px;min-width:-webkit-fit-content;min-width:fit-content;padding-bottom:0}.sus-nav-links{flex-direction:row;overflow-x:auto;padding-bottom:5px}.sus-nav-item{padding:8px 12px;white-space:nowrap;width:auto}.sus-brand-text,.sus-nav-divider,.sus-sidebar-footer{display:none}.sus-top-bar{align-items:stretch;flex-direction:column;gap:10px;height:auto;padding:15px}.sus-filters{flex-direction:column;width:100%}.top-bar-title{display:none}}.sus-page-container.dashboard-mode{padding:10px}.sus-dashboard-header{margin-bottom:10px}.sus-logo-img{height:32px}.sus-glass-panel{margin-bottom:10px;padding:12px 16px}.sus-glass-panel.control-bar{gap:10px;padding:10px 16px}.sus-table td{font-size:.85rem;padding:6px 12px}.tool-img-box{height:32px;width:32px}.tool-name{font-size:.9rem;line-height:1.2}.sus-icon-btn{border-radius:6px;font-size:.9rem;height:28px;width:28px}.action-buttons-wrapper{gap:4px}.status-badge{font-size:.7rem;padding:2px 6px}.info-pill{font-size:.75rem;gap:4px;padding:1px 6px}.booking-info{gap:2px}.sus-tabs{padding-bottom:8px}.sus-tab-btn{font-size:.8rem}.content-actions,.sus-tab-btn{padding:6px 12px}.sus-order-request-modal{border-top:4px solid #f97316!important;display:flex;flex-direction:column;max-height:85vh;max-height:85dvh;max-width:750px!important;overflow:hidden;width:90%}.sus-form-row{display:flex;gap:15px;margin-bottom:15px}.sus-form-row .input-wrapper{flex:1 1;margin-bottom:0}.sus-form-row .input-wrapper.narrow{flex:0 0 120px}.sus-toolmanagement-order-button{justify-content:center;padding:10px 25px;transition:all .2s ease}.sus-toolmanagement-order-button:hover{filter:brightness(1.1);transform:translateY(-1px)}@media (max-width:650px){.sus-form-row{flex-direction:column;gap:15px}.sus-form-row .input-wrapper.narrow{flex:1 1}.sus-order-request-modal .sus-modal-actions{flex-direction:column-reverse}.sus-order-request-modal .sus-modal-actions button{width:100%!important}}.sus-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;z-index:9999}.sus-modal-glass-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#171717cc;box-shadow:0 25px 50px -12px #00000080}.sus-modal-glass-card.large{max-width:950px}.sus-modal-footer{padding:16px 24px}.sus-modal-grid.single{grid-template-columns:1fr}.sus-toolmanagement-order-button{align-items:center;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:8px;box-shadow:0 4px 12px #f973164d;color:#fff!important;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:10px 24px}@media (max-width:768px){.sus-modal-grid{gap:15px;grid-template-columns:1fr}.sus-modal-grid-full{grid-column:span 1}.sus-modal-footer{flex-direction:column-reverse}.sus-modal-footer button{width:100%}.sus-modal-glass-card{margin-top:0;max-height:85vh;max-height:min(85dvh,100% - 32px)}}.sus-booking-quick-date-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.sus-btn-date-pill{background:#3b82f626;border:1px solid #3b82f64d;border-radius:20px;color:#60a5fa;cursor:pointer;font-size:.85rem;padding:6px 12px;transition:all .2s ease}.sus-btn-date-pill:hover{background:#3b82f64d;transform:translateY(-1px)}.sus-tool-template-copy-area{background:#4ade800d;border:1px dashed #4ade804d;border-radius:12px;margin-bottom:20px;padding:15px}.sus-bulk-template-row{grid-gap:12px;align-items:center;background:#ffffff08;border-radius:8px;display:grid;gap:12px;grid-template-columns:40px 1fr 120px 45px;margin-bottom:8px;padding:10px}.sus-row-number-badge{color:#94a3b8;font-size:.9rem;font-weight:700}.sus-bulk-scroll-container{margin-bottom:15px;max-height:40vh;max-height:40dvh;overflow-y:auto;padding-right:10px}.sus-modal-image-section{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;display:flex;gap:20px;padding:15px}.sus-image-preview-wrapper{align-items:center;background:#0003;border:2px solid #ffffff1a;border-radius:10px;display:flex;flex-shrink:0;height:100px;justify-content:center;overflow:hidden;width:100px}.sus-image-preview-wrapper img{height:100%;object-fit:cover;width:100%}.sus-image-preview-wrapper .placeholder-icon{color:#fff3;font-size:2rem}.sus-image-upload-controls{display:flex;flex:1 1;flex-direction:column;gap:8px}.sus-image-upload-info{color:#94a3b8;font-size:.75rem;margin-top:4px}.sus-modal-top-split{align-items:start;margin-bottom:20px}.sus-compact-img-upload{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;display:flex;flex-direction:column;gap:10px;padding:12px}.sus-preview-box-small{align-items:center;background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;display:flex;height:80px;justify-content:center;overflow:hidden;width:80px}.sus-preview-box-small img{height:100%;object-fit:cover;width:100%}.sus-template-select-box{background:#4ade800d;border:1px dashed #4ade804d;border-radius:12px;display:flex;flex-direction:column;height:100%;justify-content:center;padding:15px}@media (max-width:600px){.sus-modal-top-split{grid-template-columns:1fr}.sus-compact-img-upload{flex-direction:row;justify-content:flex-start}}.sus-modal-glass-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#141417d9;box-shadow:0 25px 50px -12px #0009;max-width:750px}.sus-modal-top-split{grid-template-columns:140px 1fr}.sus-modal-image-container{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;display:flex;flex-direction:column;padding:12px}.sus-modal-image-preview{background:#000;border:1px solid #ffffff1a;border-radius:8px;height:80px;margin-bottom:10px;overflow:hidden;width:80px}.sus-modal-image-preview img{height:100%;object-fit:cover;width:100%}.sus-quick-date-container{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.sus-date-pill{font-size:.8rem}@media (max-width:600px){.sus-modal-grid,.sus-modal-top-split{grid-template-columns:1fr}.sus-modal-grid-full{grid-column:span 1}.sus-modal-footer{flex-direction:column-reverse}}.sus-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000bf}.sus-modal-glass-card{background:#141417f2;border-radius:20px;max-height:85vh;max-width:650px;width:100%}.sus-modal-glass-card.large{max-width:900px}.sus-modal-header{padding:24px 28px}.sus-modal-form-layout{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.sus-modal-body{padding:24px 28px}.sus-modal-footer{padding:20px 28px}.sus-modal-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.sus-modal-grid-full{grid-column:span 2}.sus-modal-top-split{grid-gap:20px;align-items:stretch;display:grid;gap:20px;grid-template-columns:130px 1fr;margin-bottom:25px}.sus-compact-img-box{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;display:flex;flex-direction:column;padding:12px}.sus-compact-preview{align-items:center;background:#000;border:1px solid #ffffff1a;border-radius:8px;display:flex;height:80px;justify-content:center;margin-bottom:10px;overflow:hidden;width:80px}.sus-compact-preview img{height:100%;object-fit:cover;width:100%}.sus-quick-dates{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.sus-date-pill{background:#3b82f61a;border:1px solid #3b82f633;border-radius:15px;color:#60a5fa;cursor:pointer;font-size:.75rem;padding:5px 12px;transition:.2s}.sus-date-pill:hover{background:#3b82f640}.sus-theme-orange{border-top:4px solid #f97316}.sus-theme-green{border-top:4px solid #22c55e}.sus-theme-blue{border-top:4px solid #3b82f6}.sus-theme-red{border-top:4px solid #ef4444}.sus-theme-purple{border-top:4px solid #a855f7}.sus-bulk-row-layout{grid-gap:12px;align-items:center;background:#ffffff08;border-radius:8px;display:grid;gap:12px;grid-template-columns:40px 1fr 100px 40px;margin-bottom:8px;padding:8px}@media (max-width:600px){.sus-modal-grid,.sus-modal-top-split{grid-template-columns:1fr}.sus-modal-grid-full{grid-column:span 1}.sus-modal-footer{flex-direction:column-reverse}.sus-compact-img-box{flex-direction:row;gap:15px;width:100%}.sus-compact-preview{margin-bottom:0}}.sus-toolmanagement-template-container{display:flex;flex-direction:column;gap:2rem;padding:1rem 0;width:100%}.sus-toolmanagement-template-creation-bar{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:1.5rem}.sus-toolmanagement-template-section-title{align-items:center;color:#fff;display:flex;font-size:1.2rem;font-weight:600;gap:.5rem}.sus-toolmanagement-template-input-group{align-items:center;display:flex;gap:.75rem}.sus-toolmanagement-template-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.sus-toolmanagement-template-card{background:#1e1e2399;border:1px solid #ffffff14;border-radius:12px;display:flex;flex-direction:column;height:450px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.sus-toolmanagement-template-card:hover{border-color:#fff3;box-shadow:0 8px 20px #0003;transform:translateY(-2px)}.sus-toolmanagement-template-card-header{background:#ffffff05;border-bottom:1px solid #ffffff0d;padding:1.25rem}.sus-toolmanagement-template-card-header .card-title{color:#fff;font-size:1.1rem;font-weight:700;margin:0 0 .75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-actions-top{display:flex;font-size:.85rem;gap:1rem}.sus-toolmanagement-template-action-link{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-weight:500;gap:.35rem;padding:0;transition:opacity .2s}.sus-toolmanagement-template-action-link:hover{opacity:.8}.sus-toolmanagement-template-action-link.blue{color:#60a5fa}.sus-toolmanagement-template-action-link.green{color:#4ade80}.sus-toolmanagement-template-card-body{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:1rem}.body-label{color:#fff6;display:block;font-size:.75rem;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.sus-toolmanagement-template-list{list-style:none;margin:0;padding:0}.sus-toolmanagement-template-list-item{align-items:center;border-bottom:1px solid #ffffff0d;display:flex;font-size:.9rem;justify-content:space-between;padding:.6rem 0}.sus-toolmanagement-template-list-item:last-child{border-bottom:none}.item-info{display:flex;flex-direction:column;overflow:hidden}.item-name{color:#e2e2e2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-weight{color:#ffffff80;font-size:.75rem}.empty-state{color:#ffffff4d;font-size:.85rem;font-style:italic;padding-top:1rem}.sus-toolmanagement-template-card-footer{background:#0003;border-top:1px solid #ffffff0d;padding:1rem}.footer-input-row{display:flex;gap:.5rem}.sus-toolmanagement-template-input{background:#ffffff12;border:1px solid #ffffff1a;border-radius:6px;color:#fff;outline:none;padding:.6rem;transition:border-color .2s}.sus-toolmanagement-template-input:focus{background:#ffffff1a;border-color:#60a5fa}.sus-toolmanagement-template-input.main-input{width:250px}.sus-toolmanagement-template-input.small{flex:1 1;font-size:.85rem;padding:.4rem}.sus-toolmanagement-template-input.weight-input{flex:none;text-align:center;width:60px}.sus-toolmanagement-template-button{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-weight:600;gap:.5rem;justify-content:center;transition:filter .2s}.sus-toolmanagement-template-button:hover{filter:brightness(1.1)}.sus-toolmanagement-template-button.primary{background:#10b981;color:#fff;padding:.6rem 1.2rem}.sus-toolmanagement-template-button.small-add{background:#3b82f6;color:#fff;padding:0;width:32px}.sus-toolmanagement-template-icon-btn{background:none;border:none;color:#fff6;cursor:pointer;padding:.2rem;transition:color .2s}.sus-toolmanagement-template-icon-btn.delete:hover{color:#ef4444}.sus-tool-layout-wrapper{align-items:flex-start;display:flex;gap:24px;height:calc(100vh - 100px);overflow:hidden;width:100%}.sus-tool-content-col{height:100%;overflow:hidden}.sus-glass-panel.content-area{height:100%;overflow-y:auto!important}.sus-tool-sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#161b2299;border:1px solid #ffffff0d;border-radius:12px;display:flex;flex-direction:column;flex-shrink:0;gap:8px;padding:16px;width:240px}.sus-tool-content-col{display:flex;flex-direction:column;flex-grow:1;gap:16px;min-width:0;overflow-y:hidden}.sus-tab-vertical{align-items:center;background:#0000;border:none;border-left:3px solid #0000;border-radius:8px;color:#94a3b8;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:12px;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.sus-tab-vertical:hover{background:#ffffff0d;color:#fff}.sus-tab-vertical.active{background:linear-gradient(90deg,#88b24b26,#0000);border-left:3px solid #88b24b;color:#88b24b;font-weight:600}.sus-tab-vertical .badge-count{background:#ffffff1a;border-radius:12px;color:#fff;font-size:.75rem;margin-left:auto;padding:2px 8px}.sus-tab-vertical.active .badge-count{background:#88b24b;color:#000}.sus-filter-bar-compact{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#161b2299;border:1px solid #ffffff0d;border-radius:12px;display:flex;justify-content:space-between;padding:12px 20px}@media (max-width:900px){.sus-tool-layout-wrapper{flex-direction:column;gap:16px}.sus-tool-sidebar{align-items:center;flex-direction:row;overflow-x:auto;padding:10px;width:100%}.sus-tab-vertical{border-bottom:3px solid #0000;border-left:none;border-radius:8px;padding:8px 12px;white-space:nowrap;width:auto}.sus-tab-vertical.active{background:#88b24b1a;border-bottom:3px solid #88b24b;border-left:none}.sus-dashboard-content,.sus-glass-panel.content-area,.sus-page-container.dashboard-mode,.sus-tool-content-col,.sus-tool-layout-wrapper{display:block!important;overflow-y:visible!important;padding:5px}.sus-dashboard-header{align-items:flex-start;flex-direction:column;gap:10px}.sus-glass-panel.control-bar{flex-direction:column;gap:10px;padding:10px;position:static}.sus-filters{flex-direction:column;width:100%}.input-wrapper.search,.sus-input-field.select{max-width:100%!important;width:100%!important}.sus-table thead{display:none}.sus-table tbody,.sus-table td,.sus-table tr{box-sizing:border-box;display:block;width:100%}.sus-table tr{background:#1e232d99;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 4px 12px #0003;margin-bottom:15px;padding:15px;position:relative}.sus-table td{align-items:center;background:#0000!important;border:none;display:flex;justify-content:space-between;padding:5px 0;text-align:right}.sus-table tr td:first-child{height:60px;left:15px;padding:0;position:absolute;top:15px;width:60px}.tool-img-box{height:60px!important;width:60px!important}.sus-table tr td:nth-child(2){align-items:flex-start;border-bottom:1px solid #ffffff1a;display:flex;flex-direction:column;justify-content:center;margin-bottom:10px;min-height:60px;padding-left:75px}.sus-table tr td:nth-child(2) .tool-name{font-size:1.1rem;font-weight:700;text-align:left}.sus-table tr td:nth-child(4):before{color:#8b949e;content:"Seriennr.:";font-size:.85rem}.sus-table tr td:nth-child(5):before{color:#8b949e;content:"Gewicht:";font-size:.85rem}.sus-table tr td:nth-child(6):before{color:#8b949e;content:"Status:";font-size:.85rem}.sus-table tr td:last-child{border-top:1px solid #ffffff1a;justify-content:center;margin-top:15px;padding-top:15px}.action-buttons-wrapper{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr 1fr;width:100%}.sus-icon-btn{background:#ffffff14;border-radius:8px;font-size:1.2rem;height:48px;width:100%}.sus-modal-glass-card{margin-top:0;max-height:85vh;max-height:min(85dvh,100% - 32px);max-width:100%!important;width:100%!important}.sus-modal-footer,.sus-modal-header{flex-shrink:0}.sus-modal-body{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow-y:auto}.sus-form-row{flex-direction:column;gap:15px}.sus-form-row .input-wrapper.narrow{flex:1 1}.sus-modal-actions,.sus-modal-footer{flex-direction:column-reverse;gap:10px}.sus-modal-actions button,.sus-modal-footer button,.sus-toolmanagement-order-button{font-size:1rem;padding:14px;width:100%}.sus-booking-quick-date-grid,.sus-quick-dates{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.sus-btn-date-pill,.sus-date-pill{padding:10px;text-align:center;width:100%}}.sus-table tr.empty-state-row td:first-child{display:block!important;height:auto!important;padding:0!important;position:static!important;text-align:center!important;width:100%!important}@media (max-width:480px){.sus-modal-overlay:has(.sus-modal-glass-card){align-items:flex-end;padding:0}.sus-modal-overlay:has(.sus-modal-glass-card) .sus-modal-glass-card{border-radius:16px 16px 0 0}.sus-modal-glass-card,.sus-modal-glass-card.large{max-height:min(85dvh,100% - 32px);max-width:100%!important;width:100%!important}.sus-modal-glass-card .sus-modal-body,.sus-modal-glass-card .sus-modal-header{padding:16px 18px}.sus-modal-glass-card .sus-modal-footer{padding:14px 18px calc(14px + var(--safe-bottom))}.sus-btn-date-pill,.sus-date-pill,.sus-modal-actions button,.sus-modal-footer button,.sus-toolmanagement-order-button{min-height:44px}.sus-bulk-row-layout,.sus-bulk-template-row{grid-template-columns:32px 1fr;row-gap:8px}.status-grid-select,.sus-modal-grid,.sus-modal-top-split{grid-template-columns:1fr}.sus-modal-grid-full{grid-column:span 1}}.cv-page{--cv-surface:#161b22d1;--cv-surface-solid:#161b22;--cv-raised:#1c2430;--cv-sunken:#0000004d;--cv-line:#ffffff17;--cv-line-strong:#ffffff29;--cv-text:#e6edf3;--cv-muted:#93a1b1;--cv-dim:#6b7a8c;--cv-accent:#88b24b;--cv-accent-soft:#88b24b24;--cv-accent-line:#88b24b57;--cv-accent-ring:#88b24b2e;--cv-on-accent:#10160c;--cv-good:#a2c96b;--cv-warning:#fbbf24;--cv-warning-soft:#fbbf2421;--cv-warning-line:#fbbf244d;--cv-critical:#f87171;--cv-critical-soft:#f8717121;--cv-critical-line:#f8717157;--cv-neutral-soft:#94a3b81a;--cv-neutral-line:#94a3b83d;--cv-radius:14px;--cv-radius-sm:10px;--cv-gap:12px;--cv-control:38px;--cv-rail-width:300px;--cv-chrome-top:var(--header-height,64px);--cv-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:var(--cv-text);display:flex;flex-direction:column;font-size:14px;gap:var(--cv-gap);min-height:100%;width:100%}.cv-page *,.cv-page :after,.cv-page :before{box-sizing:border-box}.cv-icon{display:block;flex-shrink:0}.cv-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.cv-page :is(button,a,input,select,textarea,[tabindex]):focus-visible{border-radius:6px;outline:2px solid var(--cv-accent);outline-offset:2px}.cv-page :is(input,select,textarea):focus-visible{border-color:var(--cv-accent);box-shadow:0 0 0 3px var(--cv-accent-ring)}.cv-page :is(button,a,input,select,textarea):focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:reduce){.cv-page *,.cv-page :after,.cv-page :before{animation:none!important;transition:none!important}}.cv-topbar{align-items:center;display:flex;flex-wrap:wrap;gap:var(--cv-gap)}.cv-topbar-logo{filter:drop-shadow(0 0 8px rgba(136,178,75,.35));flex-shrink:0;height:34px;width:auto}.cv-topbar-titles{min-width:0}.cv-topbar-title{color:#fff;font-size:1.15rem;font-weight:800;line-height:1.15;margin:0}.cv-topbar-sub{color:var(--cv-muted);font-size:.8rem;margin:2px 0 0}.cv-topbar-spacer{flex:1 1}.cv-topbar-tools{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.cv-modes{background:#00000047;border:1px solid var(--cv-line);border-radius:12px;display:inline-flex;gap:4px;padding:4px}.cv-mode-btn{align-items:center;background:none;border:none;border-radius:9px;color:var(--cv-muted);cursor:pointer;display:inline-flex;font:inherit;font-weight:600;gap:7px;min-height:34px;padding:0 13px;transition:background .15s ease,color .15s ease;white-space:nowrap}.cv-mode-btn:hover{background:#ffffff0d;color:var(--cv-text)}.cv-mode-btn[aria-pressed=true]{background:var(--cv-accent);color:var(--cv-on-accent)}.cv-mode-btn[aria-pressed=true]:hover{background:#93bd52;color:var(--cv-on-accent)}.cv-btn{align-items:center;background:var(--cv-raised);border:1px solid var(--cv-line-strong);border-radius:var(--cv-radius-sm);color:var(--cv-text);cursor:pointer;display:inline-flex;font:inherit;font-size:13px;font-weight:500;gap:7px;justify-content:center;min-height:var(--cv-control);padding:0 13px;transition:background .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease;white-space:nowrap}.cv-btn:hover:not(:disabled){background:#232c3a;border-color:var(--cv-line-strong)}.cv-btn:disabled{cursor:not-allowed;opacity:.42}.cv-btn.primary{background:var(--cv-accent);border-color:var(--cv-accent);color:var(--cv-on-accent);font-weight:700}.cv-btn.primary:hover:not(:disabled){background:#93bd52;border-color:#93bd52}.cv-btn.quiet{background:none;border-color:#0000;color:var(--cv-muted)}.cv-btn.quiet:hover:not(:disabled){background:#ffffff0f;color:var(--cv-text)}.cv-btn.active{background:var(--cv-accent-soft);border-color:var(--cv-accent);color:var(--cv-text)}.cv-btn.active:hover:not(:disabled){background:#88b24b33;border-color:var(--cv-accent)}.cv-btn.danger{color:var(--cv-critical)}.cv-btn.danger:hover:not(:disabled){background:var(--cv-critical-soft);border-color:var(--cv-critical-line);color:var(--cv-critical)}.cv-btn.icon-only{min-width:var(--cv-control);padding:0 9px}.cv-btn.is-small{font-size:12.5px;min-height:32px;padding:0 10px}.cv-btn.is-small.icon-only{min-width:32px;padding:0 7px}.cv-btn .cv-btn-note{font-feature-settings:"tnum";color:var(--cv-dim);font-variant-numeric:tabular-nums;font-weight:400}.cv-btn.primary .cv-btn-note{color:#10160c9e}.cv-input,.cv-select{background:var(--cv-sunken);border:1px solid var(--cv-line-strong);border-radius:var(--cv-radius-sm);color:var(--cv-text);font:inherit;font-size:14px;min-height:var(--cv-control);padding:0 11px;transition:border-color .15s ease,box-shadow .15s ease}.cv-input::placeholder{color:var(--cv-dim)}.cv-select option{background:var(--cv-surface-solid);color:var(--cv-text)}.cv-field{display:flex;flex-direction:column;gap:5px;margin-bottom:10px}.cv-field>span{color:var(--cv-dim);font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.cv-field input,.cv-field select{width:100%}.cv-sep{align-self:stretch;background:var(--cv-line-strong);margin:4px 3px;width:1px}.cv-link{background:none;border:none;color:var(--cv-muted);cursor:pointer;font:inherit;font-size:12.5px;padding:4px 2px;transition:color .15s ease}.cv-link:hover{color:var(--cv-text);text-decoration:underline}.cv-link.danger:hover{color:var(--cv-critical)}.cv-badge,.cv-count{font-feature-settings:"tnum";align-items:center;background:var(--cv-neutral-soft);border:1px solid var(--cv-neutral-line);border-radius:999px;color:var(--cv-muted);display:inline-flex;font-size:11px;font-variant-numeric:tabular-nums;font-weight:600;justify-content:center;line-height:1.3;min-width:20px;padding:3px 8px}.cv-badge.on,.cv-count.on{background:var(--cv-accent-soft);border-color:var(--cv-accent-line);color:var(--cv-good)}.cv-check{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:9px;min-height:34px;padding:4px 7px;position:relative;transition:background .15s ease}.cv-check:hover{background:#ffffff0d}.cv-check input{cursor:pointer;height:18px;left:7px;margin:0;opacity:0;position:absolute;width:18px}.cv-box{align-items:center;background:var(--cv-sunken);border:1px solid var(--cv-line-strong);border-radius:6px;color:#0000;display:flex;flex-shrink:0;height:18px;justify-content:center;transition:background .15s ease,border-color .15s ease,color .15s ease;width:18px}.cv-check.on .cv-box{background:var(--cv-accent);border-color:var(--cv-accent);color:var(--cv-on-accent)}.cv-check input:focus-visible+.cv-box{outline:2px solid var(--cv-accent);outline-offset:2px}.cv-check-label{flex:1 1;font-size:13px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cv-check-count{font-feature-settings:"tnum";color:var(--cv-dim);flex-shrink:0;font-size:11.5px;font-variant-numeric:tabular-nums}.cv-row{align-items:center;border-radius:8px;display:flex;gap:9px;min-height:34px;padding:4px 7px}.cv-row:hover{background:#ffffff0a}.cv-row-label{flex:1 1;font-size:13px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cv-note{align-items:flex-start;background:var(--cv-neutral-soft);border:1px solid var(--cv-neutral-line);border-radius:var(--cv-radius-sm);color:var(--cv-text);display:flex;font-size:12.5px;gap:9px;line-height:1.45;padding:11px 12px}.cv-note .cv-icon{margin-top:1px}.cv-note-body{flex:1 1;min-width:0}.cv-note.is-info{background:var(--cv-neutral-soft);border-color:var(--cv-neutral-line)}.cv-note.is-warning{background:var(--cv-warning-soft);border-color:var(--cv-warning-line)}.cv-note.is-warning .cv-icon{color:var(--cv-warning)}.cv-note.is-danger{background:var(--cv-critical-soft);border-color:var(--cv-critical-line)}.cv-note.is-danger .cv-icon{color:var(--cv-critical)}.cv-notes{display:flex;flex-direction:column;gap:8px}.cv-spinner{animation:cv-spin .7s linear infinite;border:2px solid var(--cv-line-strong);border-radius:50%;border-top-color:var(--cv-accent);flex-shrink:0;height:15px;width:15px}@keyframes cv-spin{to{transform:rotate(1turn)}}.cv-dragveil{align-items:center;background:#0d1117b8;border:2px dashed var(--cv-accent);color:var(--cv-text);font-size:1.05rem;font-weight:700;inset:var(--cv-chrome-top) 0 0 0;letter-spacing:.02em;pointer-events:none;position:fixed;z-index:3500}.cv-dragveil,.cv-start{display:flex;justify-content:center}.cv-start{padding:8px 0 24px}.cv-start-inner{display:flex;flex-direction:column;gap:16px;max-width:720px;width:100%}.cv-start h2{font-size:1.05rem;font-weight:700;margin:0}.cv-start-lead{color:var(--cv-muted);font-size:13px;line-height:1.5;margin:4px 0 0}.cv-dropzone{align-items:center;background:#0000002e;border:1px dashed var(--cv-line-strong);border-radius:var(--cv-radius);color:var(--cv-text);cursor:pointer;display:flex;flex-direction:column;font:inherit;font-size:14px;gap:9px;justify-content:center;padding:40px 24px;text-align:center;transition:background .15s ease,border-color .15s ease,color .15s ease;width:100%}.cv-dropzone.dragging,.cv-dropzone:hover{background:var(--cv-accent-soft);border-color:var(--cv-accent)}.cv-dropzone .cv-icon{color:var(--cv-accent)}.cv-dropzone b{font-weight:600}.cv-dropzone small{color:var(--cv-dim);font-size:11.5px;line-height:1.5}.cv-start-modes{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.cv-start-mode{align-items:flex-start;background:var(--cv-surface);border:1px solid var(--cv-line);border-radius:var(--cv-radius);color:var(--cv-text);cursor:pointer;display:flex;font:inherit;gap:11px;padding:14px;text-align:left;transition:background .15s ease,border-color .15s ease}.cv-start-mode:hover{background:var(--cv-raised);border-color:var(--cv-line-strong)}.cv-start-mode[aria-pressed=true]{background:var(--cv-accent-soft);border-color:var(--cv-accent-line)}.cv-start-mode .cv-icon{color:var(--cv-accent);margin-top:2px}.cv-start-mode-text{display:flex;flex-direction:column;gap:3px;min-width:0}.cv-start-mode-text b{font-size:13.5px;font-weight:700}.cv-start-mode-text span{color:var(--cv-muted);font-size:12.5px;line-height:1.45}.cv-start-hint{color:var(--cv-dim);font-size:12px;line-height:1.5;margin:0}.cv-workspace{align-items:flex-start;display:flex;gap:var(--cv-gap);min-height:0}.cv-rail{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--cv-surface);border:1px solid var(--cv-line);border-radius:var(--cv-radius);display:flex;flex:0 0 var(--cv-rail-width);flex-direction:column;max-height:calc(100vh - var(--cv-chrome-top) - 64px);overflow:hidden;position:-webkit-sticky;position:sticky;top:0;width:var(--cv-rail-width)}.cv-rail[hidden]{display:none}.cv-rail-scroll{flex:1 1;min-height:0;overflow-y:auto;overscroll-behavior:contain}.cv-rail-head{align-items:center;border-bottom:1px solid var(--cv-line);display:none;font-size:13px;font-weight:700;gap:8px;padding:10px 12px}.cv-scrim{display:none}.cv-sect+.cv-sect{border-top:1px solid var(--cv-line)}.cv-sect-head{align-items:center;background:none;border:none;color:var(--cv-text);cursor:pointer;display:flex;font:inherit;font-size:11.5px;font-weight:700;gap:9px;letter-spacing:.08em;min-height:42px;padding:0 12px;text-align:left;text-transform:uppercase;transition:background .15s ease;width:100%}.cv-sect-head:hover{background:#ffffff0a}.cv-sect-head>.cv-sect-title{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis}.cv-sect-head .cv-chevron{color:var(--cv-dim);transition:transform .15s ease}.cv-sect-head[aria-expanded=true] .cv-chevron{transform:rotate(90deg)}.cv-sect-body{padding:0 12px 12px}.cv-file{align-items:center;background:var(--cv-sunken);border:1px solid var(--cv-line);border-radius:var(--cv-radius-sm);display:flex;gap:9px;padding:7px 8px;transition:border-color .15s ease}.cv-file+.cv-file{margin-top:6px}.cv-file:hover{border-color:var(--cv-line-strong)}.cv-file>.cv-icon{color:var(--cv-dim)}.cv-file-body{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.cv-file-name{font-size:12.5px;overflow-wrap:anywhere}.cv-file-meta{font-feature-settings:"tnum";color:var(--cv-dim);font-size:11px;font-variant-numeric:tabular-nums}.cv-file-drop{align-items:center;background:none;border:1px dashed var(--cv-line-strong);border-radius:var(--cv-radius-sm);color:var(--cv-muted);cursor:pointer;display:flex;font:inherit;font-size:12.5px;gap:8px;justify-content:center;margin-top:8px;min-height:42px;padding:10px;transition:background .15s ease,border-color .15s ease,color .15s ease;width:100%}.cv-file-drop.dragging,.cv-file-drop:hover{background:var(--cv-accent-soft);border-color:var(--cv-accent);color:var(--cv-text)}.cv-list{margin:0 -7px;max-height:260px;overflow-y:auto;overscroll-behavior:contain}.cv-facet+.cv-facet{margin-top:2px}.cv-facet-head{align-items:center;background:none;border:none;border-radius:8px;color:var(--cv-text);cursor:pointer;display:flex;font:inherit;font-size:13px;gap:8px;min-height:34px;padding:4px 7px;text-align:left;transition:background .15s ease;width:100%}.cv-facet-head:hover{background:#ffffff0d}.cv-facet-head>span:first-of-type{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cv-facet-head .cv-chevron{color:var(--cv-dim);transition:transform .15s ease}.cv-facet-head[aria-expanded=true] .cv-chevron{transform:rotate(90deg)}.cv-mini-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.cv-help{color:var(--cv-dim);font-size:11.5px;line-height:1.5;margin:7px 0 0}.cv-sect-sub{border-top:1px solid var(--cv-line);color:var(--cv-text);font-size:11.5px;font-weight:600;margin-top:12px;padding-top:9px}.cv-main{display:flex;flex:1 1;flex-direction:column;gap:10px;min-width:0}.cv-toolbar{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--cv-surface);border:1px solid var(--cv-line);border-radius:var(--cv-radius);display:flex;flex-wrap:wrap;gap:8px;padding:10px}.cv-toolbar-spacer{flex:1 1}.cv-toolbar-group{flex-wrap:wrap;gap:6px}.cv-search,.cv-toolbar-group{align-items:center;display:flex}.cv-search{flex:1 1 220px;min-width:0;position:relative}.cv-search>.cv-icon{color:var(--cv-dim);left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.cv-search input{padding:0 38px 0 34px;width:100%}.cv-search-clear{align-items:center;background:none;border:none;border-radius:7px;color:var(--cv-dim);cursor:pointer;display:flex;height:28px;justify-content:center;position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:background .15s ease,color .15s ease;width:28px}.cv-search-clear:hover{background:#ffffff14;color:var(--cv-text)}.cv-chips{align-items:center;background:#00000038;border:1px solid var(--cv-line);border-radius:12px;display:flex;flex-wrap:wrap;gap:7px;padding:9px 10px}.cv-chips-label{color:var(--cv-dim);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.cv-chip{align-items:center;background:#ffffff0d;border:1px solid var(--cv-line-strong);border-radius:999px;color:var(--cv-text);display:inline-flex;font-size:12px;gap:7px;max-width:100%;min-height:30px;padding:3px 4px 3px 11px}.cv-chip-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cv-chip b{color:var(--cv-muted);font-weight:600}.cv-chip button{align-items:center;background:none;border:none;border-radius:50%;color:var(--cv-dim);cursor:pointer;display:flex;flex-shrink:0;height:22px;justify-content:center;transition:background .15s ease,color .15s ease;width:22px}.cv-chip button:hover{background:#ffffff1f;color:var(--cv-text)}.cv-card{background:var(--cv-surface);border:1px solid var(--cv-line);border-radius:var(--cv-radius);display:flex;flex-direction:column;min-height:0;overflow:hidden}.cv-table-scroll{flex:1 1;max-height:calc(100vh - var(--cv-chrome-top) - 300px);min-height:240px;overflow:auto}.cv-table{border-collapse:collapse;font-size:13px;width:100%}.cv-table th{background:#172033;border-bottom:1px solid var(--cv-line-strong);color:var(--cv-muted);cursor:pointer;font-size:10.5px;font-weight:700;letter-spacing:.06em;padding:10px 12px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;transition:color .15s ease,background .15s ease;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:2}.cv-table th:hover{background:#1c2740;color:var(--cv-text)}.cv-table th[aria-sort]:not([aria-sort=none]){color:var(--cv-good)}.cv-th-inner{align-items:center;display:flex;gap:6px}.cv-table th.num .cv-th-inner{justify-content:flex-end}.cv-table td,.cv-th-text{overflow:hidden;text-overflow:ellipsis}.cv-table td{border-bottom:1px solid #ffffff0d;color:var(--cv-text);max-width:420px;padding:9px 12px;white-space:nowrap}.cv-table td.num,.cv-table th.num{text-align:right}.cv-table td.mono{font-feature-settings:"tnum";font-family:var(--cv-mono);font-variant-numeric:tabular-nums}.cv-table th.mono{font-family:inherit}.cv-table tbody tr{transition:background .1s ease}.cv-table tbody tr:hover{background:hsla(0,0%,100%,.035)}.cv-table tbody tr:last-child td{border-bottom:none}.cv-empty{align-items:center;color:var(--cv-muted);display:flex;flex-direction:column;font-size:13px;gap:10px;padding:44px 20px;text-align:center}.cv-empty .cv-icon{color:var(--cv-dim)}.cv-empty-title{color:var(--cv-text);font-size:14px;font-weight:600}.cv-empty-list{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:2px}.cv-empty-cell{max-width:none!important;padding:0!important;white-space:normal!important}.cv-status{font-feature-settings:"tnum";background:#00000038;border-top:1px solid var(--cv-line);color:var(--cv-muted);flex-wrap:wrap;font-size:11.5px;font-variant-numeric:tabular-nums;gap:8px 16px;padding:9px 12px}.cv-status,.cv-status-right{align-items:center;display:flex}.cv-status-right{gap:8px;margin-left:auto}.cv-pager{align-items:center;display:flex;gap:4px}.cv-pager span{padding:0 6px;white-space:nowrap}.cv-pager button{align-items:center;background:var(--cv-raised);border:1px solid var(--cv-line-strong);border-radius:8px;color:var(--cv-text);cursor:pointer;display:flex;height:30px;justify-content:center;transition:background .15s ease,opacity .15s ease;width:30px}.cv-pager button:hover:not(:disabled){background:#232c3a}.cv-pager button:disabled{cursor:not-allowed;opacity:.35}.cv-preview{display:flex;flex-direction:column;min-height:0}.cv-preview-bar{align-items:center;background:#00000038;border-bottom:1px solid var(--cv-line);color:var(--cv-muted);display:flex;flex-wrap:wrap;font-size:12px;gap:9px;padding:9px 12px}.cv-preview-frame{background:#20261f;border:none;height:calc(100vh - var(--cv-chrome-top) - 320px);min-height:320px;width:100%}.cv-chart{display:flex;flex-direction:column;gap:10px;padding:14px}.cv-chart-svg{height:auto;width:100%}.cv-chart-grid{stroke:#ffffff17;stroke-width:1}.cv-chart-axis{stroke:#ffffff29;stroke-width:1}.cv-chart-label{fill:var(--cv-dim);font-family:var(--cv-mono);font-size:11px}.cv-chart-line{fill:none;stroke-width:1.6;stroke-linejoin:round;stroke-linecap:round}.cv-chart-legend{align-items:center;color:var(--cv-muted);display:flex;flex-wrap:wrap;font-size:12px;gap:7px 14px}.cv-chart-key{align-items:center;display:inline-flex;gap:6px}.cv-chart-key i{border-radius:2px;height:3px;width:11px}.cv-chart-range{color:var(--cv-dim);font-family:var(--cv-mono);font-size:11.5px;margin-left:auto}.cv-modal-overlay{align-items:center;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);background:#03060ab8;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:var(--cv-chrome-top);z-index:4000}.cv-modal{background:var(--cv-surface-solid);border:1px solid var(--cv-line-strong);border-radius:var(--cv-radius);box-shadow:0 20px 60px #0009;display:flex;flex-direction:column;max-height:100%;max-width:440px;overflow:hidden;width:100%}.cv-modal-head{align-items:flex-start;display:flex;gap:10px;padding:14px 14px 10px}.cv-modal-title{font-size:1rem;font-weight:700;margin:0}.cv-modal-sub{color:var(--cv-muted);font-size:12.5px;line-height:1.5;margin:4px 0 0}.cv-modal-body{overflow-y:auto;padding:0 14px}.cv-modal-foot{display:flex;gap:8px;justify-content:flex-end;padding:14px}@media (max-width:1024px){.cv-page{--cv-control:44px}.cv-workspace{min-height:460px;position:relative}.cv-rail{bottom:0;box-shadow:10px 0 30px #00000080;flex-basis:auto;left:0;max-height:none;position:absolute;top:0;width:min(340px,calc(100% - 44px));z-index:30}.cv-rail-head{display:flex}.cv-scrim{background:#03060a99;border:none;border-radius:var(--cv-radius);cursor:pointer;display:block;inset:0;padding:0;position:absolute;z-index:25}.cv-table-scroll{max-height:calc(100vh - var(--cv-chrome-top) - 260px)}.cv-check,.cv-facet-head,.cv-file-drop,.cv-link,.cv-mode-btn,.cv-row,.cv-sect-head{min-height:44px}.cv-link{align-items:center;display:inline-flex;min-width:44px}.cv-chip{min-height:38px}.cv-chip button,.cv-pager button,.cv-search-clear{height:36px;width:36px}.cv-list{max-height:none}}@media (max-width:768px){.cv-page{font-size:14px}.cv-input,.cv-select{font-size:16px}.cv-modes,.cv-topbar-tools{width:100%}.cv-mode-btn{flex:1 1;justify-content:center;padding:0 8px}.cv-table-scroll{max-height:none}.cv-preview-frame{height:60vh}.cv-search{flex-basis:100%}.cv-toolbar-group{width:100%}.cv-toolbar-group .cv-btn{flex:1 1}.cv-modal-overlay{align-items:flex-end;padding:0}.cv-modal{border-radius:var(--cv-radius) var(--cv-radius) 0 0;max-width:none}}@media (max-width:480px){.cv-dropzone{padding:28px 14px}.cv-start{padding-bottom:12px}}.tcx-page{--tcx-accent:#88b24b;--tcx-accent-soft:#88b24b24;--tcx-bg:#0d1117;--tcx-surface:#161b22d1;--tcx-surface-solid:#161b22;--tcx-raised:#1c2430;--tcx-surface-2:#1a2028;--tcx-border:#ffffff17;--tcx-border-strong:#ffffff29;--tcx-text:#e6edf3;--tcx-muted:#93a1b1;--tcx-dim:#6b7a8c;--tcx-good:#4ade80;--tcx-info:#60a5fa;--tcx-warning:#fbbf24;--tcx-critical:#f87171;--tcx-radius:14px;--tcx-chrome-top:var(--header-height,64px);color:var(--tcx-text);display:flex;flex-direction:column;font-size:14px;gap:12px;width:100%}.tcx-page,.tcx-page *,.tcx-page :after,.tcx-page :before{box-sizing:border-box}.tcx-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.tcx-header-logo{filter:drop-shadow(0 0 8px rgba(136,178,75,.35));height:34px;width:auto}.tcx-header-title{color:#fff;font-size:1.15rem;font-weight:800;line-height:1.15;margin:0}.tcx-header-subtitle{color:var(--tcx-muted);font-size:.8rem;margin:2px 0 0;max-width:70ch}.tcx-spacer{flex:1 1}.tcx-section{display:flex;flex-direction:column;gap:10px}.tcx-section-head{align-items:baseline;display:flex;flex-wrap:wrap;gap:10px}.tcx-section-title{color:var(--tcx-muted);font-size:11px;font-weight:700;letter-spacing:.08em;margin:0;text-transform:uppercase}.tcx-section-hint{color:var(--tcx-dim);font-size:11.5px}.tcx-cards{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr}.tcx-card{background:var(--tcx-surface);border:1px solid var(--tcx-border);border-radius:var(--tcx-radius);display:flex;flex-direction:column;gap:10px;padding:14px;transition:border-color .15s ease}.tcx-card:hover{border-color:var(--tcx-border-strong)}.tcx-card-title{font-size:15px;font-weight:700;line-height:1.25;margin:0}.tcx-card-sub{color:var(--tcx-muted);font-size:12.5px;line-height:1.55;margin:0}.tcx-card-foot{gap:8px;margin-top:auto}.tcx-card-foot,.tcx-meta{align-items:center;display:flex;flex-wrap:wrap}.tcx-meta{gap:6px}.tcx-metatext{color:var(--tcx-dim);font-size:11.5px}.tcx-badge{align-items:center;background:#94a3b81a;border:1px solid #94a3b83d;border-radius:999px;color:var(--tcx-muted);display:inline-flex;font-size:11.5px;font-weight:600;gap:5px;padding:4px 9px;white-space:nowrap}.tcx-badge.tone-good{background:#4ade8021;border-color:#4ade8052;color:#86efac}.tcx-badge.tone-info{background:#60a5fa21;border-color:#60a5fa52;color:#93c5fd}.tcx-badge.tone-warning{background:#fbbf2421;border-color:#fbbf2452;color:#fcd34d}.tcx-badge.tone-critical{background:#f8717121;border-color:#f8717157;color:#fca5a5}.tcx-badge.tone-accent{background:var(--tcx-accent-soft);border-color:#88b24b57;color:#b7d97a}.tcx-btn{align-items:center;background:#ffffff0d;border:1px solid var(--tcx-border-strong);border-radius:10px;color:var(--tcx-text);cursor:pointer;display:inline-flex;font:inherit;font-size:13px;font-weight:600;gap:6px;justify-content:center;min-height:44px;padding:10px 14px;text-decoration:none;transition:background .15s ease,border-color .15s ease;white-space:nowrap}.tcx-btn:hover:not(:disabled){background:#ffffff1a}.tcx-btn:disabled{cursor:not-allowed;opacity:.42}.tcx-btn.is-primary{background:var(--tcx-accent);border-color:var(--tcx-accent);color:#10160c}.tcx-btn.is-primary:hover:not(:disabled){background:#9ac256}.tcx-btn.is-danger{border-color:#f8717180;color:#fca5a5}.tcx-btn.is-small{font-size:12.5px;min-height:38px;padding:7px 11px}.tcx-btn.is-block{width:100%}.tcx-actions{display:flex;flex-wrap:wrap;gap:8px}.tcx-machinebench{grid-gap:10px;align-items:stretch;display:grid;gap:10px;grid-auto-rows:clamp(320px,46vh,520px);grid-template-columns:minmax(200px,250px) minmax(0,1fr) minmax(240px,330px)}.tcx-machinebench>.tcx-panel{min-height:0}.tcx-machinebench>.tcx-panel>.tcx-panel-body{flex:1 1 auto;max-height:none;min-height:0;overflow-y:auto}.tcx-machinebench .tcx-tree-item{font-size:12.5px;min-height:32px;padding:5px 10px}.tcx-machinebench .tcx-canvas{min-height:0}@media (max-width:1180px){.tcx-machinebench{grid-auto-rows:auto;grid-template-columns:minmax(0,1fr)}.tcx-machinebench>.tcx-panel>.tcx-panel-body{max-height:300px}.tcx-machinebench .tcx-canvas{min-height:clamp(280px,40vh,420px)}}.tcx-panel{background:var(--tcx-surface);border:1px solid var(--tcx-border);border-radius:var(--tcx-radius);display:flex;flex-direction:column;overflow:hidden}.tcx-panel-head{align-items:center;border-bottom:1px solid var(--tcx-border);color:var(--tcx-muted);display:flex;font-size:10.5px;font-weight:700;gap:8px;letter-spacing:.07em;padding:10px 12px;text-transform:uppercase}.tcx-panel-body{max-height:420px;overflow-y:auto;padding:12px}.tcx-tree{display:flex;flex-direction:column;gap:2px}.tcx-tree-item{align-items:center;background:#0000;border:none;border-radius:8px;color:var(--tcx-text);cursor:pointer;display:flex;font:inherit;font-size:13px;gap:8px;min-height:38px;padding:7px 10px;text-align:left;width:100%}.tcx-tree-item:hover{background:#ffffff0d}.tcx-tree-item.is-active{background:var(--tcx-accent-soft);color:#b7d97a}.tcx-tree-item.is-group{color:var(--tcx-muted);cursor:default;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.tcx-tree-item.is-group:hover{background:#0000}.tcx-tree-tag{color:var(--tcx-dim);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;margin-left:auto}.tcx-tree-child{padding-left:22px}.tcx-canvas{align-items:center;background:radial-gradient(circle at 50% 40%,#1b2331 0,#0d1117 70%);display:flex;flex:1 1 auto;justify-content:center;min-height:clamp(300px,38vh,480px);position:relative}.tcx-canvas-empty{color:var(--tcx-muted);font-size:13px;max-width:46ch;padding:30px 20px;text-align:center}.tcx-canvas-empty-hint{color:var(--tcx-dim);font-size:11.5px;line-height:1.5;margin-top:8px}.tcx-datalist{border:1px solid var(--tcx-border);border-radius:10px;display:flex;flex-direction:column;gap:1px;overflow:hidden}.tcx-datarow{align-items:baseline;background:hsla(0,0%,100%,.025);display:flex;font-size:12.5px;gap:12px;padding:8px 11px}.tcx-datarow dt{color:var(--tcx-muted);flex:0 0 44%;font-size:11.5px;margin:0}.tcx-datarow dd{flex:1 1;margin:0;min-width:0;word-break:break-word}.tcx-value{font-feature-settings:"tnum";font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-variant-numeric:tabular-nums}.tcx-value.is-out{color:var(--tcx-critical);font-weight:700}.tcx-value.is-ok{color:var(--tcx-good)}.tcx-sim{display:flex;flex-direction:column;gap:10px}.tcx-task{background:#88b24b12;border:1px solid var(--tcx-border-strong);border-left:3px solid var(--tcx-accent);border-radius:var(--tcx-radius);padding:14px}.tcx-task-label{color:#b7d97a;display:block;font-size:10px;font-weight:700;letter-spacing:.08em;margin-bottom:5px;text-transform:uppercase}.tcx-task-text{font-size:14px;line-height:1.5;margin:0}.tcx-log{display:flex;flex-direction:column;gap:6px;max-height:260px;overflow-y:auto}.tcx-log-entry{align-items:flex-start;background:#ffffff08;border-left:2px solid #0000;border-radius:9px;display:flex;font-size:12.5px;gap:8px;line-height:1.45;padding:8px 10px}.tcx-log-entry.is-good{background:#4ade8012;border-left-color:var(--tcx-good)}.tcx-log-entry.is-bad{background:#f8717112;border-left-color:var(--tcx-critical)}.tcx-log-entry.is-alarm{background:#fbbf2412;border-left-color:var(--tcx-warning)}.tcx-log-time{color:var(--tcx-dim);flex:0 0 auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.tcx-score{align-items:baseline;display:flex;gap:10px}.tcx-score-value{font-feature-settings:"tnum";font-size:2.4rem;font-variant-numeric:tabular-nums;font-weight:800;line-height:1}.tcx-part{align-items:center;border-bottom:1px solid #ffffff0d;display:flex;font-size:12.5px;gap:10px;padding:8px 0}.tcx-part:last-child{border-bottom:none}.tcx-part-name{flex:0 0 34%;font-weight:600}.tcx-part-reason{color:var(--tcx-muted);flex:1 1;min-width:0}.tcx-part-score{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700;white-space:nowrap}.tcx-bar{background:#ffffff17;border-radius:3px;flex:0 0 70px;height:5px;overflow:hidden}.tcx-bar-fill{background:currentColor;border-radius:3px;height:100%}.tcx-block{background:var(--tcx-surface);border:1px solid var(--tcx-border);border-radius:var(--tcx-radius);display:flex;flex-direction:column;gap:12px;padding:16px}.tcx-block-body{color:var(--tcx-text);font-size:14px;line-height:1.65;margin:0}.tcx-option{align-items:center;background:#ffffff0a;border:1px solid var(--tcx-border-strong);border-radius:10px;color:var(--tcx-text);cursor:pointer;display:flex;font:inherit;font-size:13.5px;gap:10px;min-height:46px;padding:11px 14px;text-align:left;width:100%}.tcx-option:hover:not(:disabled){background:#ffffff14}.tcx-option.is-selected{background:var(--tcx-accent-soft);border-color:var(--tcx-accent)}.tcx-option.is-correct{background:#4ade801f;border-color:#4ade8099}.tcx-option.is-wrong{background:#f871711f;border-color:#f8717199}.tcx-progress{display:flex;gap:4px}.tcx-progress-step{background:#ffffff1a;border-radius:2px;flex:1 1;height:4px}.tcx-progress-step.is-done{background:var(--tcx-accent)}.tcx-progress-step.is-current{background:#b7d97a}.tcx-empty,.tcx-loading{align-items:center;background:#0000002e;border:1px dashed var(--tcx-border-strong);border-radius:var(--tcx-radius);color:var(--tcx-muted);display:flex;flex-direction:column;font-size:13px;gap:10px;padding:40px 20px;text-align:center}.tcx-spinner{animation:tcx-spin .8s linear infinite;border:2px solid #ffffff24;border-radius:50%;border-top:2px solid var(--tcx-accent);height:22px;width:22px}@keyframes tcx-spin{to{transform:rotate(1turn)}}.tcx-banner{align-items:center;background:#f871711a;border:1px solid #f8717159;border-radius:12px;color:#fecaca;padding:10px 12px}.tcx-banner,.tcx-note{display:flex;font-size:12.5px;gap:10px}.tcx-note{background:#ffffff0a;border:1px solid var(--tcx-border-strong);border-radius:10px;color:var(--tcx-muted);line-height:1.5;padding:11px 12px}@media (min-width:640px){.tcx-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.tcx-header-title{font-size:1.35rem}.tcx-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.tcx-panel-body{max-height:520px}.tcx-canvas{min-height:520px}.tcx-sim{grid-gap:12px;align-items:start;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) 340px}.tcx-sim-full{grid-column:1/-1}}@media (max-width:480px){.tcx-option{font-size:15px}}@media (prefers-reduced-motion:reduce){.tcx-spinner{animation:none}}.tcx-studio{display:flex;flex-direction:column;gap:10px}.tcx-node-dot{background:var(--tcx-muted);border-radius:50%;flex:0 0 auto;height:8px;width:8px}.tcx-node-dot.tone-good{background:#86efac}.tcx-node-dot.tone-info{background:#93c5fd}.tcx-node-dot.tone-warning{background:#fcd34d}.tcx-node-dot.tone-critical{background:#fca5a5}.tcx-node-dot.tone-accent{background:#b7d97a}.tcx-editor-field{display:flex;flex-direction:column;gap:6px;margin-top:14px}.tcx-editor-label{color:var(--tcx-muted);font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.tcx-editor-list{display:flex;flex-direction:column;gap:6px}.tcx-editor-row{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.tcx-editor-block{background:#0003;border:1px solid var(--tcx-border);border-radius:10px;display:flex;flex-direction:column;gap:6px;padding:10px}.tcx-input{background:#0000004d;border:1px solid var(--tcx-border-strong);border-radius:9px;color:var(--tcx-text);flex:1 1;font:inherit;font-size:13px;min-height:40px;min-width:0;padding:9px 11px}.tcx-input:focus{border-color:var(--tcx-accent);box-shadow:0 0 0 3px #88b24b29;outline:none}@media (min-width:1024px){.tcx-studio{grid-gap:12px;align-items:start;display:grid;gap:12px;grid-template-columns:260px minmax(0,1fr) 320px}}.tcx-simple{display:flex;flex-direction:column;gap:10px;max-width:860px}.tcx-studio-bar{background:var(--tcx-surface-solid);box-shadow:0 10px 22px #00000059;position:-webkit-sticky;position:sticky;top:0;z-index:5}.tcx-simple-card{background:var(--tcx-surface);border:1px solid var(--tcx-border);border-radius:14px;padding:14px 16px 16px;position:relative}.tcx-simple-card.is-end{border-style:dashed}.tcx-simple-head{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.tcx-simple-step{background:var(--tcx-accent-soft);border-radius:50%;color:#b7d97a;display:grid;flex:0 0 auto;font-size:12.5px;font-weight:700;height:26px;place-items:center;width:26px}.tcx-simple-title{color:var(--tcx-text);font-size:14px;font-weight:700;margin:0}.tcx-simple-insert{margin-top:14px}.tcx-tpl{display:flex;flex-direction:column;gap:10px}@media (min-width:1024px){.tcx-tpl{grid-gap:12px;align-items:start;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) minmax(300px,400px)}}.tcx-tpl-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(min(230px,100%),1fr))}.tcx-tpl-card{align-items:flex-start;background:#ffffff08;border:1px solid var(--tcx-border-strong);border-radius:12px;color:var(--tcx-text);cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:4px;padding:12px 13px;text-align:left;transition:border-color .15s ease,background .15s ease}.tcx-tpl-card:hover:not(:disabled){background:#ffffff12;border-color:var(--tcx-accent)}.tcx-tpl-card.is-active{background:var(--tcx-accent-soft);border-color:var(--tcx-accent)}.tcx-tpl-card.is-locked{cursor:not-allowed;opacity:.55}.tcx-tpl-card-title{font-size:13.5px;font-weight:700}.tcx-tpl-card-hint{color:var(--tcx-muted);font-size:12px;line-height:1.45}.tcx-tpl-card-meta{color:var(--tcx-muted);font-size:11px;letter-spacing:.03em}.tcx-tpl-picklist{display:flex;flex-wrap:wrap;gap:5px;max-height:210px;overflow-y:auto;padding:2px}.tcx-gen-list{display:flex;flex-direction:column;gap:6px;margin-top:10px;max-height:420px;overflow-y:auto}.tcx-gen-item{align-items:flex-start;background:#0000002e;border:1px solid var(--tcx-border);border-radius:10px;cursor:pointer;display:flex;gap:10px;padding:9px 11px}.tcx-gen-item:hover{border-color:var(--tcx-border-strong)}.tcx-gen-body{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0}.tcx-gen-title{color:var(--tcx-text);font-size:13px;font-weight:600}.tcx-gen-meta{align-items:center;display:flex;flex-wrap:wrap;gap:6px}@media (max-width:480px){.tcx-input{font-size:16px}}.tcx-hmi{width:100%}.tcx-hmi-frame{background:linear-gradient(180deg,#0a0e14f5,#06090df5);border:1px solid #ffffff1f;border-radius:16px;box-shadow:inset 0 1px 0 #ffffff0d,0 18px 40px #00000059;padding:10px}.tcx-hmi-tabs{border-bottom:1px solid #ffffff14;display:flex;gap:4px;margin-bottom:8px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin}.tcx-hmi-tab{background:#0000;border:1px solid #0000;border-radius:9px;color:var(--tcx-muted);cursor:pointer;flex:0 0 auto;font:inherit;font-size:12.5px;font-weight:600;min-height:38px;padding:8px 14px}.tcx-hmi-tab.is-active{background:var(--tcx-accent-soft);border-color:#88b24b57;color:#b7d97a}.tcx-hmi-grid{grid-gap:8px;display:grid;gap:8px;grid-auto-rows:minmax(84px,auto)}.tcx-hmi-cell{min-width:0}.tcx-hmi-tile{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;color:var(--tcx-text);display:flex;flex-direction:column;font:inherit;gap:4px;height:100%;justify-content:center;min-height:84px;padding:12px;text-align:left;width:100%}.tcx-hmi-label{color:var(--tcx-muted);font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.tcx-hmi-reading{font-feature-settings:"tnum";font-size:26px;font-variant-numeric:tabular-nums;font-weight:700;line-height:1.1}.tcx-hmi-unit{font-size:13px;margin-left:4px}.tcx-hmi-state,.tcx-hmi-unit{color:var(--tcx-muted);font-weight:600}.tcx-hmi-state{font-size:12px}.tcx-hmi-tile.is-value.tone-critical{background:#f871711a;border-color:#f8717173}.tcx-hmi-tile.is-value.tone-critical .tcx-hmi-reading{color:#fca5a5}.tcx-hmi-lamp{background:#ffffff1f;border:1px solid #ffffff29;border-radius:50%;height:18px;width:18px}.tcx-hmi-tile.is-lamp.is-on.tone-good .tcx-hmi-lamp{background:#4ade80;box-shadow:0 0 14px #4ade8099}.tcx-hmi-tile.is-lamp.is-on.tone-warning .tcx-hmi-lamp{background:#fbbf24;box-shadow:0 0 14px #fbbf2499}.tcx-hmi-tile.is-lamp.is-on.tone-critical .tcx-hmi-lamp{background:#f87171;box-shadow:0 0 14px #f8717199}.tcx-hmi-tile.is-lamp.is-on.tone-info .tcx-hmi-lamp{background:#60a5fa;box-shadow:0 0 14px #60a5fa99}.tcx-hmi-bar{background:#ffffff17;border-radius:999px;height:12px;overflow:hidden}.tcx-hmi-bar-fill{background:var(--tcx-accent);border-radius:999px;display:block;height:100%;transition:width .25s ease}.tcx-hmi-tile.is-bar.tone-critical .tcx-hmi-bar-fill{background:#f87171}.tcx-hmi-alarmlist{display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;max-height:160px;overflow-y:auto;padding:0}.tcx-hmi-alarmlist li{align-items:baseline;background:#fbbf241a;border-left:3px solid #fbbf24;border-radius:7px;display:flex;font-size:12px;gap:8px;padding:5px 8px}.tcx-hmi-alarmlist li.tone-critical{background:#f871711a;border-left-color:#f87171}.tcx-hmi-alarmlist li.tone-info{background:#60a5fa1a;border-left-color:#60a5fa}.tcx-hmi-note{color:var(--tcx-muted);font-size:12.5px;line-height:1.5;margin:0}button.tcx-hmi-tile{cursor:pointer;min-height:84px;transition:transform .08s ease,border-color .15s ease,background .15s ease}button.tcx-hmi-tile:hover:not(:disabled){background:#ffffff12;border-color:#88b24b66}button.tcx-hmi-tile:active:not(:disabled){transform:scale(.98)}button.tcx-hmi-tile:disabled{cursor:not-allowed;opacity:.4}.tcx-hmi-tile.is-button{align-items:center;justify-content:center;text-align:center}.tcx-hmi-button-label{font-size:14px;font-weight:700}.tcx-hmi-tile.is-button.tone-accent{background:var(--tcx-accent-soft);border-color:#88b24b5c;color:#cfe6a4}.tcx-hmi-tile.is-button.tone-critical{background:#f871711f;border-color:#f8717166;color:#fca5a5}.tcx-hmi-switch{background:#ffffff1f;border:1px solid #ffffff29;border-radius:999px;display:flex;height:24px;padding:2px;width:46px}.tcx-hmi-knob{background:#cbd5e1;border-radius:50%;height:18px;transition:transform .16s ease;width:18px}.tcx-hmi-tile.is-toggle.is-on .tcx-hmi-switch{background:var(--tcx-accent-soft);border-color:#88b24b80}.tcx-hmi-tile.is-toggle.is-on .tcx-hmi-knob{background:var(--tcx-accent);transform:translateX(22px)}.tcx-hmi-tile.is-nav{align-items:center;flex-direction:row;justify-content:space-between}@media (max-width:640px){.tcx-hmi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tcx-hmi-cell{grid-column:span 1!important}.tcx-hmi-reading{font-size:21px}}.tcx-hmi.is-compact .tcx-hmi-tile,.tcx-hmi.is-compact button.tcx-hmi-tile{min-height:68px;padding:9px}.tcx-hmi.is-compact .tcx-hmi-reading{font-size:20px}.tcx-viewtools{background:var(--tcx-surface);border:1px solid var(--tcx-border);border-radius:12px;display:flex;flex-direction:column;gap:8px;margin-top:8px;padding:10px}.tcx-viewtools-row{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.tcx-viewtools-slider{align-items:center;display:flex;flex:1 1 200px;gap:8px;min-width:160px}.tcx-viewtools-slider input[type=range]{accent-color:var(--tcx-accent);cursor:pointer;flex:1 1;height:28px;min-width:0}.tcx-kpis{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.tcx-kpi{align-items:flex-start;background:var(--tcx-surface);border:1px solid var(--tcx-border);border-radius:12px;color:var(--tcx-text);cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:4px;min-height:64px;padding:12px;text-align:left;transition:border-color .15s ease,background .15s ease}.tcx-kpi:hover{border-color:var(--tcx-border-strong)}.tcx-kpi.is-active{background:var(--tcx-accent-soft);border-color:#88b24b80}.tcx-kpi-value{font-feature-settings:"tnum";font-size:24px;font-variant-numeric:tabular-nums;font-weight:800;line-height:1}.tcx-kpi-value.tone-good{color:#86efac}.tcx-kpi-value.tone-warning{color:#fcd34d}.tcx-kpi-value.tone-critical{color:#fca5a5}.tcx-kpi-label{color:var(--tcx-muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.tcx-matrix-wrap{-webkit-overflow-scrolling:touch;background:var(--tcx-surface);border:1px solid var(--tcx-border);border-radius:var(--tcx-radius);overflow-x:auto}.tcx-matrix{border-collapse:collapse;font-size:12.5px;width:100%}.tcx-matrix td,.tcx-matrix th{border-bottom:1px solid var(--tcx-border);padding:9px 10px;text-align:left;white-space:nowrap}.tcx-matrix thead th{color:var(--tcx-muted);font-size:10.5px;font-weight:700;letter-spacing:.06em;max-width:160px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;top:0;z-index:2}.tcx-matrix thead th,.tcx-matrix-person{background:var(--tcx-surface-solid);position:-webkit-sticky;position:sticky}.tcx-matrix-person{left:0;min-width:160px;z-index:1}.tcx-matrix thead .tcx-matrix-person{z-index:3}.tcx-matrix tbody tr:hover .tcx-matrix-person,.tcx-matrix tbody tr:hover td{background:#ffffff0a}.tcx-matrix-name{color:var(--tcx-text);display:block;font-size:13px;font-weight:700}@media (max-width:640px){.tcx-matrix-person{min-width:130px}}.tcx-canvas-tag{background:#fbbf2424;border:1px solid #fbbf2457;border-radius:999px;color:#fcd34d;font-size:10.5px;font-weight:700;left:10px;letter-spacing:.07em;padding:4px 9px;pointer-events:none;position:absolute;text-transform:uppercase;top:10px;z-index:2}.tcx-nudge{display:flex;flex-direction:column;gap:4px;margin-top:6px}.tcx-nudge-row{align-items:center;display:flex;gap:6px}.tcx-nudge-axis{color:var(--tcx-muted);font-size:11px;font-weight:700;width:16px}.tcx-nudge-value{font-feature-settings:"tnum";color:var(--tcx-text);flex:1 1;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;font-variant-numeric:tabular-nums;text-align:center}.tcx-nudge .tcx-btn{min-width:34px;padding-left:8px;padding-right:8px}.tcx-canvas-gear{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0d1117b8;border:1px solid #ffffff29;border-radius:10px;color:var(--tcx-text);cursor:pointer;display:flex;font-size:17px;height:38px;justify-content:center;line-height:1;position:absolute;right:10px;top:10px;transition:background .15s,border-color .15s;width:38px;z-index:3}.tcx-canvas-gear:hover{background:#0d1117e6;border-color:#ffffff4d}.tcx-canvas-gear.is-open{background:var(--tcx-accent-soft);border-color:var(--tcx-accent);color:#b7d97a}.tcx-canvas-settings{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d1117ed;border:1px solid #ffffff2e;border:1px solid var(--tcx-border-strong,#ffffff2e);border-radius:12px;box-shadow:0 18px 40px #00000073;display:flex;flex-direction:column;gap:10px;max-height:calc(100% - 70px);overflow-y:auto;padding:12px;position:absolute;right:10px;text-align:left;top:56px;width:min(330px,calc(100% - 20px));z-index:3}.tcx-canvas-settings-head{align-items:center;color:var(--tcx-muted);display:flex;font-size:10.5px;font-weight:700;gap:8px;letter-spacing:.07em;text-transform:uppercase}.tcx-canvas-close{background:#0000;border:none;border-radius:7px;color:var(--tcx-muted);cursor:pointer;font-size:17px;height:26px;line-height:1;width:26px}.tcx-canvas-close:hover{background:#ffffff14;color:var(--tcx-text)}.tcx-canvas-settings .tcx-mc-row,.tcx-canvas-settings .tcx-viewtools-row{flex-wrap:wrap}.tcx-canvas-settings .tcx-mc-slider,.tcx-canvas-settings .tcx-mc-switch{flex:1 1 100%}@media (max-width:640px){.tcx-canvas-settings{width:calc(100% - 20px)}}.tcx-hmi-header{grid-gap:6px;border-bottom:1px solid #ffffff1a;display:grid;gap:6px;grid-auto-rows:minmax(58px,auto);margin-bottom:8px;padding-bottom:8px}.tcx-hmi-header .tcx-hmi-tile,.tcx-hmi-header button.tcx-hmi-tile{gap:2px;min-height:58px;padding:7px 9px}.tcx-hmi-header .tcx-hmi-reading{font-size:15px}.tcx-hmi-header .tcx-hmi-alarmlist{max-height:58px}@media (max-width:640px){.tcx-hmi-header{grid-template-columns:repeat(4,minmax(0,1fr))!important}.tcx-hmi-header .tcx-hmi-cell{grid-column:span 2!important}}.tcx-wc{--wc-bg:#fff;--wc-line:#9aa0a6;--wc-line-soft:#c9ccd0;--wc-head:#f3f4f5;--wc-box:#e9eaec;--wc-text:#16325c;--wc-green:#78bd21;--wc-green-dark:#5f9a19;--wc-dark:#5b6068;--wc-grey:#a8adb3;--wc-table-head:#6d6f72;--wc-table-row:#e6e7e9;--wc-panel-width:1280px;--wc-panel-ratio:1280/800;aspect-ratio:var(--wc-panel-ratio);background:var(--wc-bg);border:1px solid var(--wc-line);border-radius:4px;color:var(--wc-text);display:flex;flex-direction:column;font-size:13px;gap:0;line-height:1.25;margin:0 auto;max-width:var(--wc-panel-width);overflow:hidden;width:100%}.tcx-wc>.tcx-wc-header,.tcx-wc>.tcx-wc-toolbar{flex:0 0 auto}.tcx-wc-header{align-items:stretch;background:var(--wc-bg);border-bottom:1px solid var(--wc-line);display:flex;flex-wrap:wrap;gap:10px;padding:6px 8px}.tcx-wc-logo{align-self:center;flex:0 0 auto;height:34px;width:auto}.tcx-wc-headmain{display:flex;flex:1 1 240px;flex-direction:column;gap:4px;justify-content:center;min-width:0}.tcx-wc-pagetitle{color:#3f4650;font-size:15px;font-weight:800;text-align:center}.tcx-wc-alarmline{background:#fbfbfc;border:1px solid var(--wc-line-soft);min-height:26px;padding:2px}.tcx-wc-alarmline,.tcx-wc-alarmrow{align-items:center;display:flex;overflow:hidden}.tcx-wc-alarmrow{background:#bcd3ee;font-size:11.5px;gap:10px;padding:3px 6px;text-overflow:ellipsis;white-space:nowrap;width:100%}.tcx-wc-alarmrow.tone-critical{background:#f0b4b4}.tcx-wc-alarmrow.is-empty{background:#0000;color:#6b7280;font-style:italic}.tcx-wc-lamps{display:flex;flex:0 0 auto;flex-direction:column;gap:2px;justify-content:center}.tcx-wc-status{align-items:center;display:flex;font-size:11px;font-weight:800;gap:6px;letter-spacing:.02em}.tcx-wc-led{background:#c9ccd0;border:1px solid #9aa0a6;flex:0 0 auto;height:12px;width:12px}.tcx-wc-led.is-on{background:var(--wc-green);border-color:var(--wc-green-dark)}.tcx-wc-login{flex:0 0 auto;flex-direction:column;gap:3px}.tcx-wc-login,.tcx-wc-userbtn{align-items:center;display:flex;justify-content:center}.tcx-wc-userbtn{background:#c0392b;border:1px solid #96271b;color:#fff;font-size:15px;height:34px;width:38px}.tcx-wc-userbtn.is-on{background:var(--wc-green);border-color:var(--wc-green-dark)}.tcx-wc-userlevel{font-size:11px;font-weight:800}.tcx-wc-ack{align-items:center;background:linear-gradient(180deg,#eef0f2,#cfd3d8);border:1px solid #8d949c;border-radius:3px;color:var(--wc-text);cursor:pointer;display:flex;flex:0 0 auto;font:inherit;font-size:11.5px;font-weight:800;gap:6px;justify-content:center;min-width:110px;padding:6px 10px}.tcx-wc-ack:disabled{cursor:not-allowed;opacity:.45}.tcx-wc-clock{font-feature-settings:"tnum";align-items:center;border:1px solid var(--wc-line-soft);display:flex;flex:0 0 auto;flex-direction:column;font-variant-numeric:tabular-nums;justify-content:center;padding:3px 10px}.tcx-wc-clock strong{font-size:13px}.tcx-wc-clock-label{color:#6b7280;font-size:9px;letter-spacing:.06em;text-transform:uppercase}.tcx-wc-main{align-items:stretch;display:flex;flex:1 1 auto;gap:8px;min-height:0;overflow:auto;padding:8px}.tcx-wc-main.is-column{flex-direction:column}.tcx-wc-main.is-column>.tcx-wc-panel{flex:1 1 auto;min-height:0}.tcx-wc-panel{background:var(--wc-bg);border:1px solid var(--wc-line);display:flex;flex:1 1;flex-direction:column;min-height:0;min-width:0}.tcx-wc-panel-head{align-items:center;background:var(--wc-head);border-bottom:1px solid var(--wc-line);display:flex;gap:10px;min-height:34px;padding:6px 8px}.tcx-wc-panel-title{flex:1 1;font-size:14px;font-weight:800;text-align:center}.tcx-wc-panel-head.tone-green{background:var(--wc-green);border-bottom-color:var(--wc-green-dark)}.tcx-wc-panel-head.tone-green .tcx-wc-panel-title{color:#17300a;text-align:left}.tcx-wc-panel-body{display:flex;flex:1 1;flex-direction:column;gap:7px;min-height:0;overflow:auto;padding:8px}.tcx-wc-panel:not(.is-row)>.tcx-wc-panel-body>.tcx-wc-panel{flex:0 0 auto}.tcx-wc-panel.is-row>.tcx-wc-panel-body{align-items:flex-start;flex-direction:row}.tcx-wc-panel.is-grid>.tcx-wc-panel-body{grid-gap:6px;align-content:start;display:grid;gap:6px;justify-content:start}.tcx-wc-panel.is-plain{background:#0000;border:0}.tcx-wc-panel.is-plain>.tcx-wc-panel-body{overflow:visible;padding:0}.tcx-flow-head{align-items:center;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;margin-bottom:4px}.tcx-flow-phase{color:#16325c;font-weight:700}.tcx-flow-fault,.tcx-flow-phase.is-fault{color:#b3261e}.tcx-flow-svg{height:auto;width:100%}.tcx-flow-label,.tcx-flow-small{fill:#5a6570;font-size:11px}.tcx-flow-value{fill:#16325c;font-size:12px;font-weight:700}.tcx-flow-small.is-fault,.tcx-flow-value.is-fault{fill:#b3261e;font-weight:800}.tcx-flow-tag{fill:#e08a1e;font-size:10px;font-weight:800}.tcx-flow-cu-btn{fill:#fff;font-size:10px;font-weight:700}.tcx-flow-slot.is-loadable{cursor:pointer}.tcx-flow-slot.is-loadable:focus-visible .tcx-flow-bag,.tcx-flow-slot.is-loadable:hover .tcx-flow-bag{stroke:#78bd21;stroke-width:2.5}.tcx-flow-sampletag{fill:#e08a1e;font-size:9px;font-weight:800;letter-spacing:.06em}.tcx-flow-hint{color:#2f6d0d;font-size:11.5px;font-weight:600;line-height:1.35;margin:6px 0 0}.tcx-flow-slot:focus{outline:none}.tcx-flow-rig{border-top:1px solid #d7dce1;color:#6b7680;display:flex;flex-wrap:wrap;font-size:11px;gap:6px 14px;margin-top:6px;padding-top:6px}.tcx-flow-rig .is-on{color:#2f6d0d;font-weight:600}.tcx-wc-panel-head.has-caption{background:var(--wc-table-head);border-bottom-color:var(--wc-table-head);min-height:26px;padding:4px 8px}.tcx-wc-panel-head.has-caption .tcx-wc-panel-title{color:#fff;font-size:13px;text-align:left}.tcx-wc-panel-caption{color:#fff;flex:0 0 auto;font-size:13px;font-weight:800;white-space:nowrap}.tcx-wc-panel.is-table>.tcx-wc-panel-body{gap:0;padding:0}.tcx-wc-panel.is-table>.tcx-wc-panel-body>*{padding:3px 8px}.tcx-wc-panel.is-table>.tcx-wc-panel-body>:nth-child(2n){background:var(--wc-table-row)}.tcx-wc-panel.is-table>.tcx-wc-panel-body>.tcx-wc-field.is-row{flex-wrap:nowrap;gap:10px}.tcx-wc-panel.is-table>.tcx-wc-panel-body>.tcx-wc-field.is-row .tcx-wc-label{min-width:0}.tcx-wc-panel.is-table>.tcx-wc-panel-body>.tcx-wc-field .tcx-wc-box{background:#0000;border-color:#0000;flex:0 0 auto;min-width:0;padding:1px 2px;text-align:right;width:5.5em}.tcx-wc-panel.is-table>.tcx-wc-panel-body>.tcx-wc-field .tcx-wc-box.is-editable:focus,.tcx-wc-panel.is-table>.tcx-wc-panel-body>.tcx-wc-field .tcx-wc-box.is-editable:hover{background:#fff;border-color:var(--wc-line)}.tcx-wc-panel.is-table>.tcx-wc-panel-body>.tcx-wc-field .tcx-wc-box.tone-critical{background:#f6d0d0;border-color:#c0392b}.tcx-wc-checkfield{align-items:center;background:#0000;border:0;color:inherit;cursor:pointer;display:flex;font:inherit;gap:8px;justify-content:space-between;padding:0;text-align:left;width:100%}.tcx-wc-checkfield .tcx-wc-label{flex:1 1 auto;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.tcx-wc-check{background:#cfd2d5;border:1px solid var(--wc-line);flex:0 0 auto;height:17px;width:17px}.tcx-wc-checkfield.is-on .tcx-wc-check{background:var(--wc-green);border-color:var(--wc-green-dark)}.tcx-wc-checkfield:disabled{cursor:default;opacity:.55}.tcx-wc .tcx-hmi-tile.is-nav{align-self:flex-start;background:var(--wc-table-head);border:1px solid var(--wc-line);border-radius:2px;box-shadow:none;color:#fff;flex:0 0 auto;height:auto;min-height:0;min-width:0;padding:8px 6px;width:auto}.tcx-wc .tcx-hmi-tile.is-nav .tcx-hmi-state{display:none}.tcx-wc-field{display:flex;flex-direction:column;gap:2px;min-width:0}.tcx-wc-field.is-row{align-items:center;flex-direction:row;flex-wrap:wrap;gap:8px}.tcx-wc-label{font-size:12px;font-weight:800;text-align:center}.tcx-wc-field.is-row .tcx-wc-label{flex:1 1 auto;min-width:7.5em;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.tcx-wc-box{font-feature-settings:"tnum";background:var(--wc-box);border:1px solid var(--wc-line);display:block;font-size:12.5px;font-variant-numeric:tabular-nums;font-weight:700;padding:5px 8px;text-align:center;white-space:nowrap}.tcx-wc-field.is-row .tcx-wc-box{flex:1 1 92px;min-width:92px}.tcx-wc-box.is-editable{background:#fff}.tcx-wc-box.tone-critical{background:#f6d0d0;border-color:#c0392b;color:#8b1f14}.tcx-wc-button{align-items:center;background:var(--wc-dark);border:1px solid #4a4f56;border-radius:3px;color:#fff;cursor:pointer;display:flex;font:inherit;font-size:12.5px;font-weight:800;gap:6px;justify-content:center;min-height:40px;padding:8px 12px;white-space:nowrap}.tcx-wc-button.tone-green{background:var(--wc-green);border-color:var(--wc-green-dark);color:#17300a}.tcx-wc-button.tone-grey{background:var(--wc-grey);border-color:#8d949c;color:#fff}.tcx-wc-button:disabled{cursor:not-allowed;opacity:.45}.tcx-wc-button:active:not(:disabled){transform:translateY(1px)}.tcx-wc-button.is-icon{background:linear-gradient(180deg,#e9ebed,#cbcfd4);border-color:#9aa0a6;color:#2b2f36;font-size:18px;min-height:48px;min-width:52px}.tcx-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.tcx-wc-note{font-size:12px;font-weight:800;margin:0;text-align:center}.tcx-wc-note.tone-error{color:#c0392b}.tcx-wc-note.tone-hint{-webkit-line-clamp:2;-webkit-box-orient:vertical;border-top:1px solid var(--wc-line-soft);color:#7b8189;display:-webkit-box;font-size:10px;font-weight:500;line-height:1.3;margin-top:auto;overflow:hidden;padding-top:4px;text-align:left}.tcx-wc-note.tone-hint:focus-visible,.tcx-wc-note.tone-hint:hover{-webkit-line-clamp:unset;overflow:visible}.tcx-wc-panel.is-row>.tcx-wc-panel-body>.tcx-wc-note.tone-hint{-webkit-line-clamp:1;align-self:center;border-top:none;flex:1 1 auto;margin-top:0;min-width:0;padding-top:0}.tcx-wc-image{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:0;min-width:0;padding:8px}.tcx-wc-image img{max-height:100%;max-width:100%;object-fit:contain}.tcx-wc-toolbar{background:var(--wc-bg);border-top:1px solid var(--wc-line);display:flex;gap:3px;overflow-x:auto;padding:4px}.tcx-wc-tab{background:var(--wc-grey);border:1px solid #8d949c;border-radius:2px;color:#fff;cursor:pointer;flex:1 1;font:inherit;font-size:12px;font-weight:800;min-height:44px;min-width:92px;padding:6px 8px;text-shadow:0 1px 1px #00000059}.tcx-wc-tab.is-active{background:var(--wc-green);border-color:var(--wc-green-dark);color:#17300a}.tcx-wc-tab.is-denied{cursor:not-allowed;opacity:.5}.tcx-wc.is-compact{--wc-panel-width:900px;--wc-panel-ratio:900/560}@media (max-width:860px){.tcx-wc,.tcx-wc.is-compact{aspect-ratio:auto;height:78vh;height:78dvh;min-height:460px}.tcx-wc-main{flex-direction:column}.tcx-wc-panel{flex:0 0 auto}.tcx-wc-header{gap:6px}.tcx-wc-headmain{flex-basis:100%;order:5}.tcx-wc-tab{flex:0 0 auto}}.tcx-wc-tab.is-open{background:var(--wc-green);border-color:var(--wc-green-dark);color:#17300a;text-shadow:none}.tcx-wc-tab.is-active{background:var(--wc-green-dark);border-color:#47750f;box-shadow:inset 0 0 0 2px #ffffff80;color:#fff;text-shadow:none}.tcx-wc-tab.is-locked{background:var(--wc-grey);border-color:#8d949c;color:#fff;cursor:not-allowed}button.tcx-wc-userbtn{cursor:pointer;font-size:16px;padding:0}.tcx-wc-loginbox{align-items:center;background:var(--wc-head);border-bottom:1px solid var(--wc-line);display:flex;flex-wrap:wrap;gap:6px;padding:8px}.tcx-wc-loginbox .tcx-wc-label{margin-right:4px}.tcx-wc-table-wrap{display:flex;flex:1 1 auto;flex-direction:column;gap:4px;min-height:0;min-width:0;overflow:hidden}.tcx-wc-table-scroll{flex:1 1 auto;min-height:0;overflow:auto}.tcx-wc-table{font-feature-settings:"tnum";border-collapse:collapse;font-size:11.5px;font-variant-numeric:tabular-nums;width:100%}.tcx-wc-table th{background:#5b6068;color:#fff;font-weight:800;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:1}.tcx-wc-table td,.tcx-wc-table th{padding:5px 7px;white-space:nowrap}.tcx-wc-table td{border-bottom:1px solid var(--wc-line-soft)}.tcx-wc-table tbody tr:nth-child(2n) td{background:#f4f5f6}.tcx-wc-table tbody tr.tcx-wc-table-detail td{background:inherit;border-bottom:1px solid var(--wc-line-soft);color:#4a5057;font-size:11px;font-weight:600;padding:0 7px 5px 24px;white-space:normal}.tcx-wc-table td.tone-critical{color:#8b1f14;font-weight:700}.tcx-wc-table td.tone-warning{color:#8a5b00;font-weight:700}.tcx-wc-table td.is-empty{color:#6b7280;font-style:italic;padding:14px;text-align:center}.tcx-wc-select{background:#fff;border:1px solid var(--wc-line);color:var(--wc-text);flex:1 1 92px;font:inherit;font-size:12.5px;font-weight:700;min-height:32px;min-width:92px;padding:4px 7px}.tcx-panel-body.is-plain{max-height:none;overflow:visible;padding:10px}.tcx-alarmlist{display:flex;flex-direction:column;gap:3px;list-style:none;margin:0 0 10px;max-height:220px;overflow-y:auto;padding:0}.tcx-alarmrow{grid-gap:10px;align-items:baseline;background:#fbbf241a;border-left:3px solid #fbbf24;border-radius:7px;display:grid;font-size:12px;gap:10px;grid-template-columns:minmax(90px,auto) 1fr auto;padding:7px 9px}.tcx-alarmrow.tone-critical{background:#f871711a;border-left-color:#f87171}.tcx-alarmrow.tone-info{background:#60a5fa1a;border-left-color:#60a5fa}.tcx-alarmrow-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:700;white-space:nowrap}.tcx-alarmrow-text{color:var(--tcx-muted);min-width:0}.tcx-alarmrow-time{font-feature-settings:"tnum";color:var(--tcx-dim);font-variant-numeric:tabular-nums;white-space:nowrap}@media (max-width:640px){.tcx-alarmrow{grid-template-columns:1fr auto}.tcx-alarmrow-text{grid-column:1/-1}}.tcx-wc-modal{align-items:center;background:#14181e80;display:flex;inset:0;justify-content:center;padding:16px;position:absolute;z-index:20}.tcx-wc{position:relative}.tcx-wc-dialog{background:var(--wc-bg);border:1px solid var(--wc-line);box-shadow:0 12px 40px #0006;display:flex;flex-direction:column;max-height:100%;width:min(420px,100%)}.tcx-wc-dialog-head{background:#5b6068;color:#fff;font-size:13px;font-weight:800;padding:9px 12px}.tcx-wc-dialog-body{display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding:12px}.tcx-wc-dialog-foot{align-items:center;background:var(--wc-head);border-top:1px solid var(--wc-line-soft);display:flex;gap:6px;padding:10px 12px}.tcx-wc-input{background:#fff;border:1px solid var(--wc-line);color:var(--wc-text);flex:1 1;font:inherit;font-size:13px;font-weight:600;min-height:36px;min-width:0;padding:6px 9px}.tcx-wc-input:focus{outline:2px solid var(--wc-green);outline-offset:-2px}.tcx-wc-accounts{border-top:1px dashed var(--wc-line-soft);display:flex;flex-wrap:wrap;gap:5px;padding-top:6px}.tcx-wc-account{align-items:flex-start;background:#f7f8f9;border:1px solid var(--wc-line-soft);color:var(--wc-text);cursor:pointer;display:flex;flex-direction:column;font:inherit;font-size:11px;gap:1px;padding:5px 8px;text-align:left}.tcx-wc-account:hover{background:#f0f6e8;border-color:var(--wc-green)}.tcx-wc-account span{color:#6b7280}.tcx-mc{background:var(--tcx-surface);border:1px solid var(--tcx-border);border-radius:12px;display:flex;flex-direction:column;gap:8px;margin-top:8px;padding:10px}.tcx-mc-row{flex-wrap:wrap}.tcx-mc-row,.tcx-mc-switch{align-items:center;display:flex;gap:8px}.tcx-mc-switch{background:#ffffff0d;border:1px solid var(--tcx-border-strong);border-radius:10px;color:var(--tcx-text);cursor:pointer;font:inherit;font-size:13px;font-weight:600;min-height:44px;padding:8px 12px;transition:border-color .15s ease,background .15s ease}.tcx-mc-switch:hover{background:#ffffff17}.tcx-mc-switch.is-on{background:var(--tcx-accent-soft);border-color:#88b24b80}.tcx-mc-knob{background:var(--tcx-dim);border-radius:50%;flex:0 0 auto;height:12px;width:12px}.tcx-mc-switch.is-on .tcx-mc-knob{background:var(--tcx-accent);box-shadow:0 0 10px #88b24b99}.tcx-mc-label{font-size:13px}.tcx-mc-state{font-feature-settings:"tnum";color:var(--tcx-muted);font-size:11px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.tcx-mc-slider{align-items:center;background:#ffffff0d;border:1px solid var(--tcx-border-strong);border-radius:10px;display:flex;flex:1 1 240px;gap:8px;min-height:44px;min-width:200px;padding:8px 12px}.tcx-mc-slider input[type=range]{accent-color:var(--tcx-accent);cursor:pointer;flex:1 1;height:28px;min-width:0}.tcx-alarmfilter{align-items:flex-end;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.tcx-alarmfilter-field{display:flex;flex:0 1 200px;flex-direction:column;gap:3px;min-width:0}.tcx-alarmfilter-field.is-wide{flex:1 1 260px}.tcx-alarmfilter select.tcx-input{padding-right:26px}.tcx-causelist{color:var(--tcx-muted);font-size:12px;line-height:1.6;margin:0;padding-left:18px}.tcx-filterbar{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.tcx-filterbar .tcx-input{flex:1 1 260px;min-width:0}.tcx-chips{display:flex;flex-wrap:wrap;gap:5px}.tcx-chip{background:#ffffff0a;border:1px solid var(--tcx-border-strong);border-radius:999px;color:var(--tcx-muted);cursor:pointer;font:inherit;font-size:12.5px;font-weight:600;min-height:38px;padding:7px 13px;transition:border-color .15s ease,background .15s ease,color .15s ease;white-space:nowrap}.tcx-chip:hover{background:#ffffff14;color:var(--tcx-text)}.tcx-chip.is-active{background:var(--tcx-accent-soft);border-color:#88b24b73;color:#b7d97a}@media (min-width:720px){.tcx-cards{grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr))}}.tcx-io-block{flex:1 1;min-width:0;overflow-x:auto}.tcx-io-table{font-feature-settings:"tnum";border:1px solid var(--wc-line-soft);border-collapse:collapse;font-size:11px;font-variant-numeric:tabular-nums;width:100%}.tcx-io-table th{background:var(--wc-dark);color:#fff;font-weight:800;padding:4px 8px;text-align:left;white-space:nowrap}.tcx-io-table td.tcx-io-status,.tcx-io-table th.tcx-io-status{text-align:center;width:58px}.tcx-io-table td.tcx-io-addr,.tcx-io-table th.tcx-io-addr{text-align:right;white-space:nowrap;width:84px}.tcx-io-table td{border-bottom:1px solid #e6e8ea;padding:3px 8px;white-space:nowrap}.tcx-io-table tbody tr:nth-child(2n) td{background:#eceef1}.tcx-io-label,.tcx-io-value{color:var(--wc-text);font-weight:700}.tcx-io-value{text-align:right}.tcx-io-value.is-out{color:#8b1f14}.tcx-io-row.is-spacer td{background:#0000;border-bottom:none;height:16px}.tcx-io-lamp{background:linear-gradient(180deg,#fff,#d7dade);border:1px solid #8c9298;display:inline-block;height:13px;padding:0;vertical-align:middle;width:13px}.tcx-io-lamp.is-round{border-radius:50%}.tcx-io-lamp.is-on{background:var(--wc-green);border-color:var(--wc-green-dark)}.tcx-io-lamp.is-alarm{background:#d0342c;border-color:#8b1f14}.tcx-io-lamp.is-force{box-shadow:0 0 0 2px #d87a0c8c;cursor:pointer}.tcx-io-lamp.is-force:hover{border-color:#b45f06}.tcx-io-lamp.is-force:focus-visible{outline:2px solid #b45f06;outline-offset:2px}.tcx-io-input{font-feature-settings:"tnum";background:#fff7ec;border:1px solid #b45f06;color:var(--wc-text);font:inherit;font-variant-numeric:tabular-nums;padding:2px 5px;text-align:right;width:92px}.tcx-workbench{grid-gap:12px;align-items:start;display:grid;gap:12px;grid-template-areas:"bar" "pick" "work";grid-template-columns:minmax(0,1fr)}@media (min-width:900px){.tcx-workbench{grid-template-areas:"bar  bar" "pick work";grid-template-columns:minmax(260px,320px) minmax(0,1fr)}}.tcx-wb-bar{grid-area:bar}.tcx-wb-pane.is-pick{grid-area:pick}.tcx-wb-pane.is-work{grid-area:work}.tcx-wb-pane{display:flex;flex-direction:column;gap:10px;min-width:0}.tcx-wb-bar{align-items:center;background:var(--tcx-surface-2);border:1px solid var(--tcx-border);border-radius:8px;display:flex;flex-wrap:wrap;gap:8px;padding:10px 12px}.tcx-wb-bar-label{color:var(--tcx-muted);font-size:10.5px;font-weight:700;letter-spacing:.06em;margin-right:2px;text-transform:uppercase}.tcx-wb-search{background:#ffffff0a;border:1px solid var(--tcx-border-strong);border-radius:8px;color:var(--tcx-text);font:inherit;font-size:13px;min-height:38px;padding:8px 12px;width:100%}.tcx-wb-search::placeholder{color:var(--tcx-muted)}.tcx-wb-search:focus{border-color:var(--tcx-accent);outline:none}.tcx-wb-tree{background:var(--tcx-surface);border:1px solid var(--tcx-border);border-radius:8px;max-height:clamp(240px,46vh,460px);overflow-x:hidden;overflow-y:auto}.tcx-wb-group-head{background:var(--tcx-surface-2);border-bottom:1px solid var(--tcx-border);color:var(--tcx-muted);font-size:10.5px;font-weight:700;letter-spacing:.06em;padding:6px 10px;position:-webkit-sticky;position:sticky;text-transform:uppercase;top:0;z-index:1}.tcx-wb-item{align-items:baseline;background:#0000;border:none;border-bottom:1px solid var(--tcx-border);border-left:3px solid #0000;color:inherit;cursor:pointer;display:flex;font:inherit;font-size:12.5px;gap:8px;padding:7px 10px;text-align:left;width:100%}.tcx-wb-item:hover{background:#ffffff0d}.tcx-wb-item.is-active{background:var(--tcx-accent-soft);border-left-color:var(--tcx-accent)}.tcx-wb-item-tag{font-feature-settings:"tnum";flex:none;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:.01em}.tcx-wb-item-name{color:var(--tcx-muted);flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tcx-wb-selected{background:var(--tcx-surface-2);border:1px solid var(--tcx-border-strong);border-radius:10px;padding:14px}.tcx-wb-selected-head{align-items:baseline;display:flex;flex-wrap:wrap;gap:4px 10px}.tcx-wb-selected-tag{font-feature-settings:"tnum";color:var(--tcx-text);font-size:15px;font-variant-numeric:tabular-nums;font-weight:800}.tcx-wb-selected-name{color:var(--tcx-text);font-size:14px}.tcx-wb-selected-meta{color:var(--tcx-muted);font-size:12px;margin-top:3px}.tcx-wb-grips{border-top:1px solid var(--tcx-border);margin-top:14px;padding-top:12px}.tcx-wb-grips-label{color:var(--tcx-muted);display:block;font-size:10.5px;font-weight:700;letter-spacing:.06em;margin-bottom:7px;text-transform:uppercase}.tcx-wb-grips-row{display:flex;flex-wrap:wrap;gap:8px}.tcx-wb-empty{border:1px dashed var(--tcx-border);border-radius:8px;color:var(--tcx-muted);font-size:12.5px;line-height:1.5;margin:0;padding:18px 14px}.tcx-wb-empty.is-lead{color:var(--tcx-text);font-size:13.5px;padding:26px 18px}.tcx-wb-confirm{background:var(--tcx-surface);border-left:3px solid var(--tcx-critical);margin-top:10px;padding:8px 10px}.tcx-wb-findings{display:flex;flex-direction:column;gap:8px;max-height:clamp(240px,46vh,460px);overflow-y:auto}.tcx-wb-finding{background:var(--tcx-surface);border-left:1px solid var(--tcx-border);border:1px solid var(--tcx-border);border-left-width:3px;border-radius:4px;font-size:12.5px;padding:8px 10px}.tcx-wb-finding.is-bad{border-left-color:var(--tcx-critical)}.tcx-wb-finding.is-good{border-left-color:var(--tcx-good)}.tcx-wb-finding-head{align-items:center;color:var(--tcx-muted);display:flex;font-size:11px;gap:8px;margin-bottom:4px}.tcx-wb-finding-kind{color:var(--tcx-text);font-weight:700;letter-spacing:.04em;text-transform:uppercase}.tcx-wb-finding-tag{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700}.tcx-wb-verdict{font-weight:600;margin:2px 0 6px}.tcx-wb-instrument{color:var(--tcx-muted);font-size:11.5px;font-style:italic;margin:0 0 6px}.tcx-wb-line{line-height:1.45;margin:2px 0}.tcx-wb-line.is-bad{color:var(--tcx-critical);font-weight:600}.tcx-wb-line.is-good{color:var(--tcx-good)}.tcx-wb-line.is-step{color:var(--tcx-muted);padding-left:10px}.tcx-wb-point{font-feature-settings:"tnum";color:var(--tcx-muted);display:inline-block;font-size:11px;font-variant-numeric:tabular-nums;margin-right:6px;min-width:64px}.tcx-wb-nominal{color:var(--tcx-muted);font-size:11.5px;font-style:normal}.tcx-panel.is-offering{border-color:var(--tcx-warning)}.tcx-tutor-offer{background:var(--tcx-surface-2);border-left:3px solid var(--tcx-warning);font-size:12.5px;font-weight:600;margin:0 0 8px;padding:6px 10px}.tcx-tutor-hint{display:flex;font-size:12.5px;gap:8px;line-height:1.5;margin:6px 0}.tcx-tutor-level{background:var(--tcx-accent-soft);border-radius:50%;color:var(--tcx-text);flex:none;font-size:11px;font-weight:700;height:20px;line-height:20px;text-align:center;width:20px}.tcx-wc-menu{grid-gap:14px;align-content:start;display:grid;gap:14px;padding:16px}.tcx-wc-menubtn{background:linear-gradient(180deg,#8dcb35 0,var(--wc-green) 55%,#6bab1b 100%);border:1px solid var(--wc-green-dark);border-radius:3px;color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:800;letter-spacing:.01em;min-height:56px;padding:10px 14px;text-shadow:0 1px 0 #00000040}.tcx-wc-menuspacer{min-height:56px}.tcx-wc-menubtn:hover{filter:brightness(1.06)}.tcx-wc-menubtn:active{filter:brightness(.94)}.tcx-wc-menubtn.is-disabled{background:linear-gradient(180deg,#c3c7cb 0,var(--wc-grey) 55%,#8f959b 100%);border-color:#7d8388;cursor:not-allowed}.tcx-wc-chart{gap:10px}.tcx-wc-chart,.tcx-wc-chart-main{display:flex;flex:3 1;min-width:0}.tcx-wc-chart-main{flex-direction:column;gap:6px}.tcx-wc-chart-svg{background:#fbfbfc;border:1px solid var(--wc-line-soft);height:auto;width:100%}.tcx-wc-chart-grid{stroke:#dfe2e5;stroke-width:1}.tcx-wc-chart-axis{fill:#4a5057;font-feature-settings:"tnum";font-size:9px;font-variant-numeric:tabular-nums}.tcx-wc-chart-line{stroke-width:1.6;stroke-linejoin:round;stroke-linecap:round}.tcx-wc-chart-nav{display:flex;gap:4px}.tcx-wc-chart-side{display:flex;flex:1 1;flex-direction:column;gap:6px;min-width:190px}.tcx-wc-chart-tabs{display:flex;gap:1px}.tcx-wc-chart-tab{background:var(--wc-head);border:1px solid var(--wc-line);color:var(--wc-text);cursor:pointer;flex:1 1;font:inherit;font-size:11px;font-weight:700;padding:5px 6px}.tcx-wc-chart-tab.is-active{background:var(--wc-green);border-color:var(--wc-green-dark);color:#fff}.tcx-wc-chart-legend{background:var(--wc-bg);border:1px solid var(--wc-line-soft);font-size:11px;list-style:none;margin:0;padding:6px}.tcx-wc-chart-legend li{align-items:center;display:flex;gap:6px;padding:2px 0}.tcx-wc-chart-swatch{border-radius:2px;flex:none;height:3px;width:16px}.tcx-wc-chart-name{color:var(--wc-text);flex:1 1;font-weight:700}.tcx-wc-chart-value{font-feature-settings:"tnum";color:var(--wc-text);font-variant-numeric:tabular-nums}.tcx-station{align-items:flex-start;display:flex;gap:16px;justify-content:center;width:100%}.tcx-station>.tcx-hmi,.tcx-station>.tcx-wc{flex:1 1 auto;min-width:0}.tcx-pc{background:linear-gradient(160deg,#e8eaec,#d5d8db 45%,#c6cacd);border:1px solid #9aa0a6;border-radius:4px;color:#16325c;display:flex;flex:0 0 auto;flex-direction:column;font-size:11px;gap:12px;padding:14px 12px;width:156px}.tcx-pc-label{display:block;font-weight:700;line-height:1.2}.tcx-pc-state{display:block;font-size:10px;letter-spacing:.04em;opacity:.75}.tcx-pc-switch{align-items:center;background:#f4f5f6;border:1px solid #7d8388;border-radius:3px;color:inherit;cursor:pointer;display:flex;font:inherit;gap:9px;padding:8px;text-align:left}.tcx-pc-switch:disabled{cursor:not-allowed;opacity:.55}.tcx-pc-knob{background:radial-gradient(circle at 35% 30%,#ffe14d 0,#f2c200 55%,#d2a400 100%);border:2px solid #c0392b;border-radius:50%;box-shadow:inset 0 1px 2px #fff9;flex:0 0 auto;height:34px;position:relative;width:34px}.tcx-pc-knob-grip{background:#4a2f0b;border-radius:2px;height:20px;left:50%;margin:-10px 0 0 -2px;position:absolute;top:50%;transform:rotate(0deg);transition:transform .12s ease-out;width:4px}.tcx-pc-switch.is-on .tcx-pc-knob-grip{transform:rotate(90deg)}.tcx-pc-switch.is-on .tcx-pc-state{color:#3f7d17;font-weight:800;opacity:1}.tcx-pc-estop,.tcx-pc-reset{align-items:center;background:#f4f5f6;border:1px solid #7d8388;border-radius:3px;color:inherit;cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:6px;padding:10px 8px;text-align:center}.tcx-pc-estop-head{background:radial-gradient(circle at 38% 30%,#ef5350 0,#c62828 60%,#8e1c1c 100%);border:5px solid #f2c200;border-radius:50%;box-shadow:0 2px 3px #00000059;height:46px;transition:transform .1s ease-out,box-shadow .1s ease-out;width:46px}.tcx-pc-estop.is-pressed .tcx-pc-estop-head{box-shadow:inset 0 2px 4px #00000080;transform:scale(.86)}.tcx-pc-estop.is-pressed .tcx-pc-state{color:#b3261e;font-weight:800;opacity:1}.tcx-pc-reset-head{background:radial-gradient(circle at 38% 30%,#7ec8ff 0,#2f80d0 60%,#1c5b99 100%);border:2px solid #7d8388;border-radius:50%;height:30px;width:30px}.tcx-pc-reset:disabled{cursor:default;opacity:.5}.tcx-pc-reset.is-required .tcx-pc-reset-head{animation:tcx-pc-blink 1.1s step-end infinite}@keyframes tcx-pc-blink{50%{filter:brightness(1.7)}}@media (prefers-reduced-motion:reduce){.tcx-pc-reset.is-required .tcx-pc-reset-head{animation:none}.tcx-pc-estop-head,.tcx-pc-knob-grip{transition:none}}.tcx-pc-note{border-radius:3px;font-size:10px;line-height:1.3;margin:0;padding:6px 7px}.tcx-pc-note.tone-error{background:#fdecea;border:1px solid #f0b4ae;color:#b3261e}.tcx-pc-note.tone-warning{background:#fff6e0;border:1px solid #f0d49a;color:#8a5a00}@media (max-width:900px){.tcx-station{align-items:stretch;flex-direction:column}.tcx-pc{align-items:center;flex-direction:row;flex-wrap:wrap;width:auto}.tcx-pc-note{flex:1 0 100%}}@media (max-width:1024px){.tcx-sim,.tcx-studio,.tcx-tpl{display:grid;grid-template-columns:minmax(0,1fr)}.tcx-workbench{grid-template-areas:"bar" "pick" "work";grid-template-columns:minmax(0,1fr)}}@media (max-width:768px){.tcx-btn.is-small{min-height:44px;min-width:44px}.tcx-input{min-height:44px}.tcx-editor-row>.tcx-input,.tcx-editor-row>select.tcx-input{flex:1 1 140px}.tcx-chip,.tcx-gen-item,.tcx-hmi-tab,.tcx-machinebench .tcx-tree-item,.tcx-tree-item,.tcx-viewtools-slider,.tcx-wb-item,.tcx-wb-search{min-height:44px}.tcx-canvas-close,.tcx-canvas-gear{height:44px;width:44px}.tcx-nudge .tcx-btn{min-width:44px}.tcx-gen-item input[type=checkbox]{flex:0 0 auto;height:20px;width:20px}.tcx-wb-item{align-items:flex-start}.tcx-wb-item-name{overflow:visible;overflow-wrap:break-word;text-overflow:clip;white-space:normal}.tcx-matrix thead th{max-width:none;overflow:visible;text-overflow:clip}.tcx-wc-note.tone-hint{-webkit-line-clamp:unset;overflow:visible}.tcx-wc-account,.tcx-wc-ack,.tcx-wc-button,.tcx-wc-chart-tab,.tcx-wc-checkfield,.tcx-wc-input,.tcx-wc-select{min-height:44px}.tcx-wc-userbtn{height:44px;width:44px}.tcx-io-table td{padding:11px 8px}.tcx-io-lamp.is-force{height:26px;width:26px}}@media (max-width:480px){.tcx-chips,.tcx-tpl-picklist{gap:8px}}.sus-modal-overlay{animation:fadeIn .3s ease-out;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#0009;padding:20px;z-index:10000}.sus-modal-card{animation:modalPop .4s cubic-bezier(.34,1.56,.64,1);background:#101c18d9;border:1px solid #ffffff1a;border-radius:20px;border-top-color:#88b24b80;box-shadow:0 25px 50px -12px #000c;display:flex;flex-direction:column;max-height:85vh;max-height:min(85dvh,100% - 32px);max-width:600px;position:relative;transform-origin:center;width:100%}.sus-modal-header{padding:24px 32px}.sus-header-text{flex-grow:1}.sus-modal-title{color:#fff}.sus-highlight{color:#88b24b}.sus-close-icon-btn{align-items:center;background:#0000;border:none;border-radius:50%;color:#94a3b8;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;line-height:1;margin:-8px -8px 0 0;padding:4px;transition:color .2s;width:32px}.sus-close-icon-btn:hover{background:#ffffff1a;color:#fff}.sus-modal-content{overflow-y:auto;padding:24px 32px}.sus-modal-content::-webkit-scrollbar{width:6px}.sus-modal-content::-webkit-scrollbar-track{background:#0000}.sus-modal-content::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.sus-modal-content::-webkit-scrollbar-thumb:hover{background:#88b24b80}.sus-version-entry{border-bottom:1px solid #ffffff0d;margin-bottom:24px;padding-bottom:24px}.sus-version-entry:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.sus-version-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.sus-version-number{background:#88b24b1a;border:1px solid #88b24b33;border-radius:6px;color:#a8d465;font-family:monospace;font-weight:700;padding:2px 8px}.sus-version-date{color:#64748b;font-size:.85rem}.sus-changelog-list{color:#e2e8f0;line-height:1.6;margin:0;padding-left:20px}.sus-changelog-list li{margin-bottom:6px}.sus-changelog-list li::marker{color:#88b24b}.sus-modal-footer{background:#0003;border-radius:0 0 20px 20px;padding:20px 32px 24px}.sus-modal-btn{background:linear-gradient(135deg,#88b24b,#9bc65e);border:none;border-radius:10px;box-shadow:0 4px 15px #88b24b33;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px;transition:transform .2s,box-shadow .2s;width:100%}.sus-modal-btn:hover{box-shadow:0 6px 20px #88b24b4d;transform:translateY(-2px)}@keyframes modalPop{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.sus-modal-card>.sus-modal-footer,.sus-modal-card>.sus-modal-header{flex-shrink:0}.sus-modal-card>.sus-modal-content{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0}@media (max-width:768px){.sus-modal-card>.sus-modal-content,.sus-modal-card>.sus-modal-header{padding:18px}.sus-modal-card>.sus-modal-footer{padding:16px 18px 18px}.sus-modal-title{font-size:1.25rem}.sus-modal-btn{min-height:44px}.sus-close-icon-btn{height:44px;margin:-6px -6px 0 0;width:44px}}@media (max-width:480px){.sus-modal-card>.sus-modal-header{align-items:stretch;flex-direction:column;gap:4px}.sus-modal-overlay:has(.sus-modal-card){align-items:flex-end;padding:0}.sus-modal-card{border-radius:20px 20px 0 0;max-width:100%}.sus-modal-card>.sus-modal-footer{border-radius:0;padding-bottom:calc(18px + var(--safe-bottom))}.sus-version-header{flex-wrap:wrap;gap:6px}.sus-changelog-list{overflow-wrap:break-word;padding-left:18px}}:root{--tc-accent:#88b24b;--tc-accent-glow:#88b24b66;--tc-bg-base:#0b1116;--tc-glass-bg:linear-gradient(180deg,#161b22b3,#0d1117d9);--tc-border:#ffffff14;--tc-text-primary:#f0f6fc;--tc-text-secondary:#8b949e}.sus-page-container.dashboard-mode{align-items:center;background-color:#0b1116;background-color:var(--tc-bg-base);display:flex;flex-direction:column;height:calc(100vh - 64px);justify-content:center;overflow-x:hidden;overflow-y:auto;position:relative;width:100%}.sus-cockpit-glow{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.glow-orb{animation:susLoginFloatingGlow 20s ease-in-out infinite alternate;border-radius:50%;filter:blur(120px);opacity:.35;position:absolute}.orb-1{animation-delay:0s;background:radial-gradient(circle,#88b24b66 0,#0000 70%);height:700px;left:-100px;top:-200px;width:700px}.orb-2{animation-delay:-5s;background:radial-gradient(circle,#6a8e3a4d 0,#0000 70%);bottom:-300px;height:900px;right:-200px;width:900px}@keyframes susTcFloatOrb{0%{transform:translate(0) scale(1)}to{transform:translate(30px,30px) scale(1.05)}}.sus-dashboard-content{align-items:center;display:flex;flex-direction:column;margin:auto;max-width:1400px;padding:40px 20px;position:relative;width:100%;z-index:10}.sus-dashboard-header{margin-bottom:50px;text-align:center}.sus-welcome-text{color:#fff;filter:drop-shadow(0 4px 15px rgba(0,0,0,.5));font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0 0 10px}.sus-highlight-text{color:#88b24b;color:var(--tc-accent);text-shadow:0 0 25px #88b24b4d}.sus-subline{color:#8b949e;color:var(--tc-text-secondary);font-size:1.1rem;font-weight:400;padding:0 10px}.sus-card-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;padding-bottom:40px;perspective:2000px;width:100%}.sus-card-wrapper{aspect-ratio:4/5;border-radius:24px;cursor:pointer;flex:1 1 300px;max-width:360px;min-height:320px;position:relative;transform-style:preserve-3d}.sus-dashboard-card{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:linear-gradient(180deg,#161b22b3,#0d1117d9);background:var(--tc-glass-bg);border:1px solid #ffffff14;border:1px solid var(--tc-border);border-bottom:1px solid #0000004d;border-radius:24px;border-top:1px solid #ffffff1f;box-shadow:0 10px 30px #0000004d;display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden;padding:30px;position:relative;transition:all .4s ease;width:100%}.sus-card-wrapper:hover .sus-dashboard-card{background:linear-gradient(180deg,#1e2832cc,#0f1419e6);border-color:#88b24b80;box-shadow:0 30px 60px #0009,0 0 30px #88b24b26}.sus-card-visual{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;mix-blend-mode:screen;opacity:.15;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .5s,transform .5s;z-index:0}.sus-card-wrapper:hover .sus-card-visual{opacity:.4;transform:scale(1.05)}.sus-card-wrapper[data-type=temptrack] .sus-card-visual{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 500 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 120h100l60-80h180l60 80h100' stroke='%23fff' stroke-width='6' fill='none' stroke-linejoin='round' stroke-linecap='round' opacity='.8'/%3E%3C/svg%3E");background-position:center 65%;background-size:110%}.sus-card-wrapper[data-type=worldmap] .sus-card-visual{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='100' cy='100' r='90' fill='none' stroke='rgba(255,255,255,0.3)' stroke-width='2'/%3E%3Cellipse cx='100' cy='100' rx='90' ry='30' fill='none' stroke='rgba(255,255,255,0.2)' stroke-width='2'/%3E%3Cellipse cx='100' cy='100' rx='90' ry='60' fill='none' stroke='rgba(255,255,255,0.1)'/%3E%3Cpath d='M100 10v180M10 100h180' stroke='rgba(255,255,255,0.3)' stroke-width='2'/%3E%3C/svg%3E");background-position:130% 130%;background-size:90%}.sus-card-wrapper[data-type=reports] .sus-card-visual{background-image:repeating-linear-gradient(45deg,#0000,#0000 15px,#ffffff26 0,#ffffff26 18px);-webkit-mask-image:linear-gradient(to bottom right,#0000,#000 30%);mask-image:linear-gradient(to bottom right,#0000,#000 30%)}.sus-card-wrapper[data-type=tools] .sus-card-visual{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20 0 17.32 10v20L20 40 2.68 30V10L20 0Z' fill='none' stroke='%23fff' stroke-width='2' opacity='.7'/%3E%3C/svg%3E");background-size:60px 60px;-webkit-mask-image:radial-gradient(circle at center,#000 40%,#0000 85%);mask-image:radial-gradient(circle at center,#000 40%,#0000 85%)}.sus-card-wrapper[data-type=audit] .sus-card-visual{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='5' y='20' fill='%23fff' opacity='.5' font-family='monospace' font-weight='bold' font-size='12'%3E1010%3C/text%3E%3Ctext x='25' y='45' fill='%23fff' opacity='.3' font-family='monospace' font-size='12'%3E0101%3C/text%3E%3C/svg%3E");background-size:80px 80px;-webkit-mask-image:linear-gradient(180deg,#000 10%,#0000 90%);mask-image:linear-gradient(180deg,#000 10%,#0000 90%);opacity:.2}.sus-card-wrapper[data-type=converter] .sus-card-visual{background-image:radial-gradient(circle,#88b24b26 2px,#0000 2.5px);background-size:20px 20px;-webkit-mask-image:radial-gradient(circle at center,#000 40%,#0000 90%);mask-image:radial-gradient(circle at center,#000 40%,#0000 90%);opacity:.3}.sus-tc-anim-layer{align-items:center;border-radius:24px;display:flex;height:100%;justify-content:center;left:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;transition:opacity .4s ease;width:100%;z-index:1}.sus-card-wrapper:hover .sus-tc-anim-layer{opacity:1}.sus-tc-audit-container{align-items:center;display:flex;justify-content:center;padding-bottom:20px;perspective:600px}.sus-tc-audit-doc{background:#0006;border:2px solid #fff3;border-radius:8px;box-shadow:0 4px 15px #00000080;display:flex;flex-direction:column;gap:8px;height:100px;padding:12px;position:relative;transform:rotateY(0deg) rotate(0deg);transition:all .5s ease;width:80px}.sus-card-wrapper:hover .sus-tc-audit-doc{background:#101c18cc;border-color:#88b24b;border-color:var(--tc-accent);transform:rotateY(20deg) rotate(-5deg) translateZ(30px)}.sus-tc-audit-row{background:#ffffff26;border-radius:3px;height:6px;transition:width .3s,background-color .3s;width:100%}.sus-card-wrapper:hover .sus-tc-ar1{background:#88b24b;background:var(--tc-accent);transition-delay:.1s;width:70%}.sus-card-wrapper:hover .sus-tc-ar2{background:#88b24b;background:var(--tc-accent);transition-delay:.2s;width:90%}.sus-card-wrapper:hover .sus-tc-ar3{background:#88b24b;background:var(--tc-accent);transition-delay:.3s;width:50%}.sus-tc-audit-glass{bottom:-15px;filter:drop-shadow(0 5px 10px rgba(0,0,0,.5));font-size:2.8rem;opacity:0;position:absolute;right:-25px;transition:all .5s cubic-bezier(.34,1.56,.64,1)}.sus-card-wrapper:hover .sus-tc-audit-glass{opacity:1;transform:translate(-15px,-15px) rotate(-20deg) scale(1.1);transition-delay:.1s}.sus-tc-network-map{transform:rotateX(20deg) rotate(-10deg)}.sus-tc-net-node{background:#1e293b;border:2px solid #ffffff80;border-radius:50%;box-shadow:0 0 10px #00000080;height:12px;width:12px}.sus-card-wrapper:hover .sus-tc-net-node{background:#88b24b;background:var(--tc-accent);border-color:#fff}.node-start-1{bottom:15%;left:15%}.node-start-2{bottom:15%;right:15%}.node-center{height:16px;left:45%;top:45%;transition-delay:.1s;width:16px}.node-end{height:14px;top:15%;transition-delay:.2s;width:14px}.node-success{color:#000;font-size:8px;font-weight:700;opacity:0}.sus-card-wrapper:hover .node-success{opacity:1;transition:.3s .5s}.sus-tc-data-packet{background:#fff;box-shadow:0 0 5px #fff}.sus-card-wrapper:hover .packet-1{animation:susTcFlowData1 1.5s linear infinite}.sus-card-wrapper:hover .packet-2{animation:susTcFlowData2 1.5s linear .75s infinite}@keyframes susTcFlowData1{0%{bottom:20%;left:20%;opacity:1}40%{bottom:50%;left:50%;opacity:1}50%{bottom:50%;left:50%;opacity:0;transform:scale(1.5)}to{bottom:50%;left:50%;opacity:0}}@keyframes susTcFlowData2{0%{bottom:20%;left:80%;opacity:1}40%{bottom:50%;left:50%;opacity:1}50%{bottom:50%;left:50%;opacity:1}90%{bottom:80%;left:50%;opacity:1}to{bottom:85%;left:50%;opacity:0}}.sus-tc-tool-container{padding-top:20px;perspective:600px}.sus-tc-toolbox{height:60px;position:relative;transform:translateY(30px);transition:transform .4s;width:100px;z-index:2}.sus-card-wrapper:hover .sus-tc-toolbox{transform:translateY(10px)}.sus-tc-toolbox-body{background:#1e293b;border:2px solid #64748b;border-radius:0 0 8px 8px;bottom:0;height:100%;position:absolute;width:100%;z-index:3}.sus-tc-toolbox-lid{background:#88b24b;background:var(--tc-accent);border:2px solid #fff;border-radius:4px 4px 0 0;height:15px;left:-2%;position:absolute;top:-2px;transform-origin:bottom;transition:transform .4s cubic-bezier(.34,1.56,.64,1);width:104%;z-index:4}.sus-card-wrapper:hover .sus-tc-toolbox-lid{transform:rotateX(-120deg)}.sus-tc-tool-item{bottom:10px;font-size:1.8rem;left:35%;opacity:0;position:absolute;transition:all .4s cubic-bezier(.175,.885,.32,1.275);z-index:1}.sus-card-wrapper:hover .sus-tc-tool-1{opacity:1;transform:translateY(-40px) translateX(-25px) rotate(-20deg);transition-delay:.1s}.sus-card-wrapper:hover .sus-tc-tool-2{opacity:1;transform:translateY(-50px) rotate(0deg);transition-delay:.15s;z-index:2}.sus-card-wrapper:hover .sus-tc-tool-3{opacity:1;transform:translateY(-40px) translateX(25px) rotate(20deg);transition-delay:.2s}.sus-tc-world-container{align-items:center;display:flex;justify-content:center;perspective:800px;transform-style:preserve-3d}.sus-tc-earth-sphere{animation:susTcRotateEarth 25s linear infinite;background-color:#0f172a;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 1000 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M842 165c-3 2-6 3-9 3-6-1-12-3-18-4-2 0-4 1-5 3-1 1-1 3 0 4 1 3 3 6 6 8 2 2 2 6 0 8-3 2-6 0-9-1-2-1-4-1-6 0-1 1-2 2-3 4s-2 4-4 5-5 1-7 0c-4-1-7-3-11-4-1 0-3 0-4 1-3 2-6 5-9 7-1 1-1 2-1 3 1 4 3 8 4 12 1 3 0 6-3 8s-6 3-9 2-6-3-8-5-5-4-8-4c-2 0-4 2-5 4-1 1-1 3-1 5s1 5 3 6c2 2 3 4 3 7 0 2-1 5-3 6-2 2-5 2-7 2-4-1-7-3-10-6-1-1-3-1-5-1-1 0-3 1-4 2-2 1-4 2-6 2-3 0-5-2-7-4-1-2-1-4 0-6s3-4 6-5c1 0 2-1 2-2 0-2-1-4-3-6-1-2-3-4-5-5-3-2-6-3-10-3-3 0-5 1-7 3-1 1-3 2-4 2-3 1-5 0-7-2-1-1-2-3-2-5 0-1 1-3 2-4 2-2 3-5 2-7-1-3-4-5-7-6-2-1-4-1-7-1-1 0-3 1-4 2-2 2-4 3-6 3-3 0-5-2-7-4-1-1-1-3 0-5 1-1 2-3 2-4 0-2-2-4-4-5s-4-2-6-2c-3 0-6 1-8 3s-3 4-4 7c-1 1-2 2-4 2s-4-1-5-2c-3-3-6-6-9-8-2-1-4-1-6 0-3 1-6 3-8 6-2 2-3 5-3 8 0 1 1 3 2 4 2 2 3 4 3 7-1 4-3 7-6 9-2 2-5 2-8 2-1 0-3-1-4-2-2-1-4-2-7-2-2 0-4 1-5 3-2 2-3 4-3 7s1 5 3 7 4 3 7 3c4 0 7-2 10-4 2-1 4-2 6-2 1 0 3 1 4 2 2 1 4 3 5 6 0 2 0 5-2 7s-4 3-7 3-6-2-8-4c-1-1-3-2-5-2-1 0-2 1-3 2-2 1-3 3-4 5s-1 4 0 6c2 2 4 4 7 4 1 0 3 0 4-1 2-1 4-2 6-2 3 0 5 2 7 4 1 1 2 3 2 5-1 2-2 4-4 5s-4 2-7 2-6-1-8-3-3-4-4-7c-1-1-2-3-4-3s-4 1-6 3-4 4-5 7c-1 2-1 5 0 7s3 4 5 5 4 1 7 0c2-1 3-2 5-2 3 0 5 2 7 4 1 1 1 3 1 5 0 1-1 3-3 4s-4 1-6 1c-3 0-5-1-7-3s-3-4-4-7c0-2-2-3-4-4-2 0-4 1-5 2-1 2-2 4-2 6 0 3 1 5 3 7s4 3 6 3c1 0 3 0 4-1 3-2 5-4 8-5 2-1 4-1 6 0s3 3 3 5-1 4-2 6c-2 2-4 3-6 3-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5-1 2-2 4-4 5-1 1-3 2-5 2-1 0-3 0-4-1-2-1-4-3-5-5s-3-3-5-3-4 1-5 3-2 4-2 6 1 4 2 6c2 2 4 3 6 3s4-1 5-2 2-3 2-5c0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5-1 2-2 4-4 5-1 1-3 2-5 2s-4-1-5-2c-1-2-2-4-2-6s1-4 2-6c2-2 4 3 6 3s4-1 5-2 2-3 2-5c0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5-1 2-2 4-4 5-1 1-3 2-5 2-1 0-3 0-4-1-2-1-4-3-5-5s-3-3-5-3-4 1-5 3-2 4-2 6 1 4 2 6c2 2 4 3 6 3s4-1 5-2 2-3 2-5c0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5-1 2-2 4-4 5-1 1-3 2-5 2s-4-1-5-2c-1-2-2-4-2-6s1-4 2-6c2-2 4 3 6 3s4-1 5-2 2-3 2-5c0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5 0-1-1-3-3-4s-4-1-6 1c-1 1-2 3-2 5 0 1 1 3 3 4s3 2 5 2c1 0 3 0 4-1 2-1 3-3 4-5 0-1 1-3 3-4s4-1 6 1c1 1 2 3 2 5 0 1-1 3-3 4s-4 1-6 1c-1 0-3 0-4-1-2-1-3-3-4-5' fill='%2388B24B' opacity='.55'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:200% 100%;border-radius:50%;box-shadow:inset 20px 0 50px 6px #000000e6,inset -6px 0 12px 0 #ffffff26,0 0 20px #3b82f633;height:140px;position:absolute;transform:rotateY(0deg);width:140px}@keyframes susTcRotateEarth{0%{background-position:0 0}to{background-position:-200% 0}}.sus-tc-equator-orbit{align-items:center;display:flex;height:240px;justify-content:center;transform:rotateX(75deg);width:240px}.sus-tc-equator-orbit,.sus-tc-orbit-spinner{position:absolute;transform-style:preserve-3d}.sus-tc-orbit-spinner{animation:susTcSpinOrbit 8s linear infinite;height:100%;width:100%}@keyframes susTcSpinOrbit{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sus-tc-plane-wrapper{height:100%;left:0;position:absolute;top:0;transform-style:preserve-3d;width:100%}.sus-tc-plane-icon{color:#fff;filter:drop-shadow(0 0 8px rgba(255,255,255,1));height:24px;left:50%;margin-left:-12px;margin-top:-12px;position:absolute;top:50%;transform:translateX(105px) rotate(0deg) rotateX(180deg);width:24px}.sus-tc-trail-effect{background:conic-gradient(from 90deg,#0000 0,#0000 15%,#ffffff1a 40%,#88b24b 100%);background:conic-gradient(from 90deg,#0000 0,#0000 15%,#ffffff1a 40%,var(--tc-accent) 100%);border-radius:50%;inset:0;mask:radial-gradient(#0000 58%,#000 65%);-webkit-mask:radial-gradient(#0000 58%,#000 65%);opacity:.7;position:absolute;transform:rotate(-20deg)}.sus-tc-frost-container{border-radius:24px;overflow:hidden}.sus-tc-frost-overlay{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);box-shadow:inset 0 0 80px 30px #ffffff26;inset:0;position:absolute;transition:-webkit-backdrop-filter 1s ease;transition:backdrop-filter 1s ease;transition:backdrop-filter 1s ease,-webkit-backdrop-filter 1s ease}.sus-card-wrapper:hover .sus-tc-frost-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.sus-tc-snowflake{color:#fff;font-size:1.2rem;opacity:0;position:absolute;text-shadow:0 0 5px #fff;transition:all .6s ease}.sus-card-wrapper:hover .sus-tc-snow-1{left:20%;opacity:.8;top:20%;transform:scale(1.2) rotate(45deg)}.sus-card-wrapper:hover .sus-tc-snow-2{opacity:.6;right:25%;top:60%;transform:scale(1) rotate(-30deg);transition-delay:.1s}.sus-card-wrapper:hover .sus-tc-snow-3{bottom:30%;left:30%;opacity:.7;transform:scale(.8) rotate(90deg);transition-delay:.2s}.sus-tc-report-container{align-items:center;display:flex;justify-content:center;perspective:800px}.sus-tc-paper-sheet{background:#f8fafc;border-radius:4px;box-shadow:0 5px 20px #00000080;height:110px;padding:12px;position:relative;transform:translateY(30px);transition:transform .4s;width:90px}.sus-card-wrapper:hover .sus-tc-paper-sheet{transform:translateY(0) rotate(-5deg)}.sus-tc-line{background:#cbd5e1;border-radius:2px;height:6px;margin-bottom:10px;width:0}.sus-tc-pen{bottom:10px;font-size:1.8rem;opacity:0;position:absolute;right:-15px}.sus-card-wrapper:hover .sus-tc-line{animation:susTcWriteLine .6s forwards}.sus-card-wrapper:hover .sus-tc-l1{animation-delay:.2s}.sus-card-wrapper:hover .sus-tc-l2{animation-delay:.5s}.sus-card-wrapper:hover .sus-tc-l3{animation-delay:.8s}.sus-card-wrapper:hover .sus-tc-pen{animation:susTcMovePen 1.5s linear .2s forwards;opacity:1}@keyframes susTcWriteLine{to{width:100%}}@keyframes susTcMovePen{0%{right:10px;top:12px}33%{right:10px;top:28px}66%{right:10px;top:44px}to{opacity:0;right:10px;top:60px}}.card-top-section{position:relative;z-index:10}.sus-card-action{border-top:1px solid #ffffff1a;justify-content:space-between;margin-top:auto;padding-top:20px}.card-icon-box,.sus-card-action{align-items:center;display:flex;position:relative;z-index:10}.card-icon-box{background:#ffffff08;border:1px solid #ffffff26;border-radius:16px;box-shadow:0 4px 15px #0000004d;flex-shrink:0;height:64px;justify-content:center;margin-bottom:20px;overflow:hidden;transform-style:preserve-3d;transition:transform .4s,background .4s,border-color .4s;width:64px}.sus-card-wrapper:hover .card-icon-box{background:#88b24b;background:var(--tc-accent);border-color:#88b24b;border-color:var(--tc-accent);box-shadow:0 10px 25px #88b24b66;transform:translateZ(30px) rotateY(180deg)}.icon-rotate-wrapper{align-items:center;display:flex;height:100%;justify-content:center;transition:transform .4s;width:100%}.sus-card-wrapper:hover .icon-rotate-wrapper{transform:rotateY(-180deg)}.sus-card-logo-mask{background-color:#88b24b;background-color:var(--tc-accent);height:60%;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;transition:background-color .3s;width:60%}.sus-card-wrapper:hover .sus-card-logo-mask{background-color:#0b1116}.sus-card-info h2{color:#fff;font-size:1.4rem;font-weight:700;margin:0 0 8px;text-shadow:0 2px 10px #00000080}.sus-card-info p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#8b949e;color:var(--tc-text-secondary);display:-webkit-box;font-size:.9rem;line-height:1.5;margin:0;overflow:hidden;position:relative;z-index:10}.sus-text-btn{color:#88b24b;color:var(--tc-accent);font-size:.85rem;font-weight:700;gap:8px;letter-spacing:1px;text-transform:uppercase}.action-arrow,.sus-text-btn{align-items:center;display:flex;transition:.3s}.action-arrow{border:1px solid #fff3;border-radius:50%;color:#fff;height:32px;justify-content:center;width:32px}.sus-card-wrapper:hover .sus-text-btn{color:#fff;text-shadow:0 0 10px #88b24b;text-shadow:0 0 10px var(--tc-accent)}.sus-card-wrapper:hover .action-arrow{background:#88b24b;background:var(--tc-accent);border-color:#88b24b;border-color:var(--tc-accent);color:#000;transform:translateX(5px)}@media (max-width:768px){.sus-dashboard-content{padding:30px 15px 60px}.sus-card-grid{gap:20px;grid-template-columns:1fr}.sus-card-wrapper{aspect-ratio:auto;min-height:260px}}.sus-tc-converter-container{align-items:center;display:flex;justify-content:center;perspective:800px}.sus-tc-network-map{height:140px;position:relative;transform:rotateX(20deg) rotate(0deg);transform-style:preserve-3d;transition:transform .5s ease;width:140px}.sus-card-wrapper:hover .sus-tc-network-map{transform:rotateX(0deg) rotate(0deg) scale(1.1)}.sus-tc-network-lines{height:100%;left:0;overflow:visible;position:absolute;top:0;width:100%}.sus-tc-net-line{stroke:#fff3;stroke-width:2;stroke-linecap:round;transition:stroke .3s}.sus-card-wrapper:hover .sus-tc-net-line{stroke:#88b24b;stroke:var(--tc-accent)}.sus-tc-net-node{align-items:center;display:flex;justify-content:center;position:absolute;transition:all .3s;z-index:2}.node-sensor-1,.node-sensor-2{background:#1e293b;border:1px solid #ffffff4d;border-radius:8px;box-shadow:0 4px 10px #00000080;flex-direction:column;height:30px;width:30px}.node-sensor-1{bottom:15%;left:10%}.node-sensor-2{bottom:15%;right:10%}.sus-card-wrapper:hover .node-sensor-1,.sus-card-wrapper:hover .node-sensor-2{background:#1e293be6;border-color:#88b24b;border-color:var(--tc-accent);transform:translateY(-5px)}.sensor-icon{font-size:14px;line-height:1}.sensor-label{bottom:-18px;color:#8b949e;color:var(--tc-text-secondary);font-family:monospace;font-size:9px;opacity:.7;position:absolute;transition:color .3s;white-space:nowrap}.sus-card-wrapper:hover .sensor-label{color:#fff;opacity:1}.node-center{background:#0f172a;border:2px solid #fff;border-radius:50%;box-shadow:0 0 15px #fff3;height:24px;left:42%;top:42%;width:24px}.sus-card-wrapper:hover .node-center{border-color:#88b24b;border-color:var(--tc-accent);box-shadow:0 0 20px #88b24b66;box-shadow:0 0 20px var(--tc-accent-glow)}.node-core{background:#fff;border-radius:50%;height:8px;width:8px}.node-end{background:#88b24b;background:var(--tc-accent);border-radius:4px;color:#000;font-size:12px;font-weight:700;height:20px;left:45%;opacity:0;top:10%;transform:translateY(10px);width:20px}.sus-card-wrapper:hover .node-end{opacity:1;transform:translateY(0);transition:.3s cubic-bezier(.34,1.56,.64,1) .6s}.sus-tc-data-packet{background:#88b24b;background:var(--tc-accent);border-radius:50%;box-shadow:0 0 5px #88b24b;box-shadow:0 0 5px var(--tc-accent);height:6px;opacity:0;pointer-events:none;position:absolute;width:6px;z-index:3}.sus-card-wrapper:hover .packet-1{animation:susTcSensorFlow1 1.5s linear infinite}.sus-card-wrapper:hover .packet-2{animation:susTcSensorFlow2 1.5s linear .75s infinite}@keyframes susTcSensorFlow1{0%{bottom:20%;left:15%;opacity:0}10%{opacity:1}45%{bottom:45%;left:45%;opacity:1}50%{opacity:0;transform:scale(0)}to{opacity:0}}@keyframes susTcSensorFlow2{0%{bottom:20%;left:85%;opacity:0}10%{opacity:1}45%{bottom:45%;left:55%;opacity:1}50%{bottom:50%;left:50%;opacity:1}90%{bottom:85%;left:50%;opacity:1}to{bottom:90%;left:50%;opacity:0}}.sus-tc-cast-container{align-items:flex-start;justify-content:center}.sus-tc-cast-svg{height:32%;left:7%;opacity:.85;overflow:visible;position:absolute;right:7%;top:47%;width:86%}.sus-tc-cast-grid line{stroke:#ffffff12;stroke-width:.7}.sus-tc-cast-draw{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}.sus-card-wrapper:hover .sus-tc-cast-draw{animation:susTcCastReveal 3.4s cubic-bezier(.45,0,.25,1) infinite}.sus-tc-cast-line{fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.sus-tc-cast-line.ref{stroke:#5bd0f0}.sus-tc-cast-line.pred{stroke:#e8a33d;stroke-dasharray:5 4}.sus-tc-cast-gap{stroke:#e8a33d8c;stroke-width:1.1;stroke-dasharray:2 2;vector-effect:non-scaling-stroke}.sus-tc-cast-dot.ref{fill:#5bd0f0}.sus-tc-cast-dot.pred{fill:#e8a33d}@keyframes susTcCastReveal{0%{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}55%{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}86%{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}to{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}}@media (prefers-reduced-motion:reduce){.sus-card-wrapper:hover .sus-tc-cast-draw,.sus-tc-cast-draw{animation:none;-webkit-clip-path:none;clip-path:none}}@media (max-width:480px){.sus-dashboard-content{padding:24px 12px calc(32px + var(--safe-bottom)) 12px}.sus-dashboard-header{margin-bottom:28px}.sus-subline{font-size:1rem;padding:0}.sus-card-grid{gap:16px;padding-bottom:16px}.sus-card-wrapper{flex:1 1 100%;max-width:100%;min-height:0}.sus-dashboard-card{padding:20px}.card-icon-box{height:52px;margin-bottom:14px;width:52px}.sus-card-info h2{font-size:1.2rem}.sus-card-action{padding-top:14px}.action-arrow{height:44px;width:44px}}.tt-tutorial-overlay{align-items:center;background:#000000c7;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:150000}.tt-tutorial-modal{background:#171923;border:1px solid #ffffff1f;border-radius:16px;box-shadow:0 30px 80px #000000d9;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;justify-content:flex-start;max-height:92vh;overflow:auto;padding:1rem;position:relative;text-align:center;width:min(1000px,92vw)}.tt-tutorial-close{background:#ffffff0f;border:1px solid #ffffff24;border-radius:10px;color:#fff;cursor:pointer;font-size:18px;height:38px;line-height:1;position:absolute;right:12px;top:12px;width:38px}.tt-tutorial-close:hover{border-color:#88b24b8c;box-shadow:0 0 0 3px #88b24b24}.tutorial-fallback{align-items:center;background:#111;border-radius:10px;color:#bbb;display:flex;height:100%;justify-content:center;padding:2rem;text-align:center}.video-container{background:#000;margin-bottom:1rem;position:relative;width:100%}.aspect-16-9 .video-container{padding-top:56.25%}.tutorial-video{height:100%;inset:0;object-fit:contain;position:absolute;width:100%}.tt-help-body{border-top:1px solid #ffffff14;margin-top:14px;padding-top:14px}.tt-tutorial-modal:not(.aspect-16-9){width:min(720px,94vw)}.tt-tutorial-modal .tutorial-title{padding-right:52px;text-align:left}@media (max-width:768px){.tt-tutorial-overlay{height:100vh;height:100dvh;padding:12px}.tt-tutorial-modal,.tt-tutorial-modal:not(.aspect-16-9){max-height:100%;padding:.9rem;width:100%}.tt-tutorial-close{height:44px;right:8px;top:8px;width:44px}.tt-tutorial-modal .tutorial-title{font-size:1.15rem;line-height:1.3;overflow-wrap:break-word;padding-right:56px}.tutorial-done-button{background:#88b24b26;border:1px solid #88b24b80;border-radius:10px;color:#e2e8f0;cursor:pointer;font:inherit;font-weight:600;margin-top:14px;min-height:48px;padding:12px 16px;width:100%}.tt-help-error{padding:12px}}@media (max-width:480px){.tt-tutorial-overlay{align-items:flex-end;padding:0}.tt-tutorial-modal,.tt-tutorial-modal:not(.aspect-16-9){border-radius:16px 16px 0 0;max-height:92dvh;padding-bottom:.9rem;padding-bottom:calc(.9rem + var(--safe-bottom, 0px));width:100%}}.tt-help{color:#d6dae0;font-size:.95rem;line-height:1.6;text-align:left}.tt-help-purpose{background:#88b24b1a;border-left:3px solid #88b24b;border-radius:0 8px 8px 0;color:#e8ecf1;margin:0 0 18px;padding:12px 14px}.tt-help-section{margin-bottom:20px}.tt-help-heading{color:#94a3b8;font-size:.8rem;font-weight:700;letter-spacing:.06em;margin:0 0 8px;text-transform:uppercase}.tt-help-steps,.tt-help-tips{margin:0;padding-left:22px}.tt-help-steps li,.tt-help-tips li{margin-bottom:7px}.tt-help-steps li::marker{color:#88b24b;font-weight:700}.tt-help-tips li::marker{color:#64748b}.tt-help-problems{margin:0}.tt-help-problem{background:#ffffff08;border:1px solid #ffffff12;border-radius:8px;margin-bottom:10px;padding:10px 12px}.tt-help-problem dt{color:#f0b429;font-weight:600;margin-bottom:4px}.tt-help-problem dd{color:#cbd5e1;margin:0}.tt-help-related{display:flex;flex-wrap:wrap;gap:8px}.tt-help-link{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:999px;color:#cbd5e1;cursor:pointer;font-size:.85rem;padding:5px 12px}.tt-help-link:hover{border-color:#88b24b8c;color:#fff}.tt-help-missing{color:#94a3b8;font-style:italic;text-align:left}.tt-help-error{background:#f0525214;border:1px solid #f0525266;border-radius:10px;color:#e8ecf1;padding:14px 16px;text-align:left}.tt-help-error-title{color:#ff9c9c;font-size:1rem;font-weight:700;margin:0 0 6px}.tt-help-error-what{color:#cbd5e1;margin:0 0 10px}.tt-help-error-todo{margin:0;padding-left:22px}.tt-help-error-todo li{margin-bottom:6px}.tt-help-raw{color:#94a3b8;font-size:.8rem;margin-top:12px}.tt-help-raw summary{cursor:pointer}.tt-help-raw pre{background:#00000059;border-radius:6px;color:#cbd5e1;font-size:.78rem;margin:6px 0 0;padding:8px 10px;white-space:pre-wrap;word-break:break-word}@media (max-width:768px){.tt-help-error-todo,.tt-help-steps,.tt-help-tips{padding-left:20px}.tt-help-link{font-size:.9rem;min-height:44px;padding:8px 14px}.tt-help-related{gap:10px}.tt-help-raw summary{align-items:center;display:flex;min-height:44px}.tt-help-raw pre{-webkit-overflow-scrolling:touch;max-width:100%;overflow-wrap:anywhere;overflow-x:auto}.tt-help-purpose{padding:10px 12px}.tt-help-problem{padding:10px}}body,html{display:flex;flex-direction:column;height:100%;margin:0;overflow-x:hidden;overflow-y:auto;padding:0}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;left:0;margin:-1px;overflow:hidden;padding:0;position:absolute;top:0;white-space:nowrap;width:1px}.service-reports-wrapper{background:#0f111a;color:#fff;font-family:Segoe UI,sans-serif;min-height:100dvh;overflow:auto;padding:50px 30px 2rem;text-align:center;z-index:0}@media (max-width:768px){.service-reports-wrapper{padding:40px 20px 2rem}}.service-reports-wrapper h1{font-size:2.5rem;margin-bottom:10px}.service-reports-wrapper p{color:#ccc;font-size:1.2rem;margin-bottom:40px}.service-reports-content{background:#0000;box-shadow:none;margin:0 auto;max-width:none;padding:0;width:100%}.card-grid{flex-wrap:wrap;gap:40px;margin:0 auto}.card-grid,.card-wrapper{display:flex;justify-content:center}.card-wrapper{align-items:center;height:440px;position:relative;width:300px}@keyframes shimmer{0%{opacity:.9}50%{opacity:.6}to{opacity:.9}}.card-wrapper:before{animation:shimmer 3s ease-in-out infinite;background-blend-mode:screen;background-position:top;background-repeat:no-repeat;background-size:100% 100%;border-radius:12px;content:"";filter:blur(20px);height:100%;mix-blend-mode:screen;opacity:1;position:absolute;transform:rotate(-15deg);width:120px;z-index:0}.card-wrapper.orange:before{background:linear-gradient(180deg,#fbb034,#fd00)}.card-wrapper.teal:before{background:linear-gradient(180deg,#00f2fe,#4facfe00)}.card-wrapper.pink:before{background:linear-gradient(180deg,#ff00c3,#ff6ec400)}.card-wrapper.violet:before{background:linear-gradient(180deg,#8e2de2,#4a00e000)}.card-wrapper:after{background:radial-gradient(ellipse at center,#fff3 0,#0000 80%);bottom:0;content:"";filter:blur(10px);height:40px;position:absolute;width:80%;z-index:0}.input-glass.select-custom{-webkit-appearance:none;appearance:none;background-color:#ffffff0d;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23ccc' height='24' width='24'%3E%3Cpath d='m7 10 5 5 5-5z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.25rem;transition:all .2s ease}.input-glass.select-custom:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f666;outline:none}.input-glass.select-custom option{background-color:#1f2937;color:#f1f1f1}.card-glass{backdrop-filter:blur(10px) saturate(150%);-webkit-backdrop-filter:blur(10px) saturate(150%);background:#ffffff0d;border:1px solid #ffffff26;border-radius:20px;box-shadow:0 10px 40px #0006;color:#f1f1f1;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:30px 25px;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:100%;z-index:1}.card-glass:hover{box-shadow:0 0 20px #ffffff1a,0 20px 60px #0009;transform:translateY(-8px)}.card-glass h2{font-size:1.5rem;justify-items:center;margin-bottom:10px}.card-glass p{color:#e0e0e0;font-size:1rem;line-height:1.4}.card-icon{color:#fffc;margin-bottom:15px}.glass-button{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(135deg,#00ffc814,#00c8ff08);border:1px solid #00ffc833;border-radius:10px;box-shadow:0 0 4px #00ffc81a;color:#8fffea;gap:8px;line-height:1;max-width:280px;padding:0 16px;transition:all .3s ease;width:100%}.card-glass:hover .glass-button{background:#00ffc81f;border-color:#b727ab33;box-shadow:0 0 4px #00ffc826,0 0 8px #b727ab14;color:#a982ab;text-shadow:none;transform:scale(1.02)}.input-grid{grid-gap:1.25rem 2rem;display:grid;gap:1.25rem 2rem;grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr))}.input-grid>div{box-sizing:border-box;flex:1 1 300px;max-width:100%;padding-right:1rem}fieldset{backdrop-filter:blur(8px) saturate(160%);-webkit-backdrop-filter:blur(8px) saturate(160%);background:hsla(0,0%,100%,.025);border:1px solid #ffffff14;border-radius:1rem;box-shadow:0 6px 20px #0000004d;margin-bottom:2rem;padding:2rem}fieldset legend{background:#ffffff0d;border-radius:.5rem;color:#fff;display:inline-block;font-size:1.2rem;font-weight:600;margin-bottom:1rem;padding-inline:.5rem;text-align:center}fieldset label{color:#bfbfbf;display:block;font-size:.85rem;font-weight:500;letter-spacing:.02em;margin-bottom:.35rem;text-align:center}fieldset input,fieldset textarea{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:.5rem;color:#e0e0e0;display:block;font-size:.95rem;margin-inline:auto;max-width:520px;padding:.75rem 1rem;transition:all .2s ease;width:100%}fieldset input:focus,fieldset textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f666;outline:none}fieldset.collapsed{cursor:pointer;max-height:3rem;overflow:hidden;padding:.5rem 1rem;transition:all .3s ease}fieldset.collapsed legend{font-size:1rem;margin-bottom:0;padding:.25rem 0}fieldset.collapsed .fieldset-content{display:none}input.required:invalid{background-color:#4b1f1f;border-color:#ef4444}.error-label{color:#fca5a5;font-size:.8rem;margin-top:.2rem}.workday-row{align-items:center;display:flex;flex-wrap:nowrap;gap:.5rem;justify-content:center;margin:0 auto .75rem;max-width:800px;overflow-x:auto}.workday-row input{background-color:#ffffff1a;border:1px solid #374151;border-radius:.375rem;color:#fff;font-size:.9rem;padding:.5rem}.workday-row input[name=technician]{flex:2 1;min-width:140px}.workday-row input[name=tws]{width:80px}.workday-row input[name=date]{width:140px}.workday-row input[name=end],.workday-row input[name=pause],.workday-row input[name=start]{width:80px}.remove-day-button{align-items:center;background-color:initial;border:none;color:#f87171;cursor:pointer;display:flex;font-size:1rem;height:24px;justify-content:center;line-height:1;padding:0;transition:color .2s;width:24px}.remove-day-button:hover{color:#b91c1c}@media (max-width:600px){.workday-row{align-items:stretch;flex-direction:column;gap:.75rem}.workday-row input{min-width:0;min-width:auto;width:100%!important}.remove-cell{display:flex;gap:.5rem;justify-content:flex-end;width:100%}}.incident-strength-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(140px,100%),1fr));margin-top:1rem}.incident-button{align-items:center;background-color:#ffffff1a;border:1px solid #374151;border-radius:.75rem;color:#e0e0e0;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;justify-content:center;padding:.75rem;text-align:center;transition:all .2s ease}.incident-button.active{background-color:#1e3a8a;border-color:#3b82f6;box-shadow:0 0 0 2px #93c5fd;color:#dbeafe;font-weight:600}.service-type-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr));margin-top:1rem}.service-button{background-color:#ffffff1a;border:1px solid #374151;border-radius:.75rem;color:#e0e0e0;cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1rem;text-align:center;transition:all .2s ease;width:100%}.service-button.active{background-color:#1e3a8a;border-color:#3b82f6;box-shadow:0 0 0 2px #93c5fd;color:#dbeafe;font-weight:600}.modal-overlay{background-color:#00000080;height:100vh;height:100dvh;width:100vw;z-index:9999}.modal{background-color:#1f2937;border-radius:.5rem;box-shadow:0 10px 25px #0000004d;color:#f9fafb;max-height:90vh;max-height:90dvh;max-width:90vw;min-width:300px;overflow-y:auto;padding:2rem;position:relative}.modal-actions{display:flex;gap:1rem;justify-content:space-between;margin-top:1rem}.modal-actions button{border:none;border-radius:.5rem;cursor:pointer;font-size:.95rem;font-weight:500;padding:.5rem 1rem;transition:background-color .2s ease}.modal-actions button:first-child{background-color:#ffffff1a;color:#e0e0e0}.modal-actions button:last-child{background-color:#10b981;color:#fff}.modal-actions button:hover{opacity:.9}.signature-canvas.drawing{box-shadow:inset 0 0 0 3px #3b82f6;cursor:crosshair}.upload-section{margin-bottom:2rem}.section-title{color:#e0e0e0;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-label{color:#e0e0e0;display:block;font-weight:500;margin-bottom:.25rem}.file-input,.select-input{background-color:#ffffff1a;border:1px solid #374151;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;color:#e0e0e0;cursor:pointer;font-size:.95rem;padding:.6rem;width:100%}.missing-field{background-color:#4b1f1f;border-color:#ef4444!important;transition:all .3s ease}.photo-preview{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1rem}.photo-preview img{border:1px solid #374151;border-radius:.5rem;width:120px}.photo-preview textarea{background-color:#ffffff1a;border:1px solid #374151;border-radius:.375rem;color:#fff;flex:1 1;min-height:60px;padding:.5rem}.remove-button{background:#0000;border:none;color:#f87171;cursor:pointer;font-size:1.2rem;margin-top:.25rem;transition:color .2s ease}.remove-button:hover{color:#b91c1c}.dropzone{backdrop-filter:blur(6px) saturate(160%);-webkit-backdrop-filter:blur(6px) saturate(160%);background:#ffffff08;border:2px dashed #ffffff26;border-radius:1rem;box-shadow:0 4px 15px #0000004d;color:#e0e0e0;cursor:pointer;font-size:.95rem;margin-bottom:2rem;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.dropzone:hover{background:#ffffff14;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f6}.file-input-hidden{cursor:pointer;height:100%;inset:0;opacity:0;position:absolute;width:100%}.signature-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr))}.signature-card{align-items:center;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;color:#fff;display:flex;flex-direction:column;margin-bottom:10rem;padding:1.5rem;text-align:center}.signature-card input[type=date],.signature-card input[type=text]{background-color:#ffffff1a;border:1px solid #374151;border-radius:.375rem;color:#fff;margin-bottom:.5rem;max-width:100%;padding:.5rem;width:100%}.signature-card img{margin-top:.5rem;max-width:100%}.signature-card button,.signature-card img{border:1px solid #374151;border-radius:.5rem}.signature-card button{background:#ffffff1a;color:#fff;cursor:pointer;font-weight:500;margin-top:1rem;padding:.6rem 1rem;transition:all .2s ease}.signature-card button:hover{background:#fff3}.Toastify__toast-container{right:1rem!important;top:74px!important;z-index:9999999!important}.Toastify__toast{background-color:#fff!important;border:1px solid #ffffff1a;border-radius:8px;box-shadow:0 10px 30px #00000080;color:#1f2937!important;font-weight:500}.Toastify__toast-body{color:#1f2937!important;font-family:Inter,sans-serif;font-size:.95rem}.Toastify__close-button{color:#9ca3af!important;opacity:.7}.Toastify__close-button:hover{color:#1f2937!important;opacity:1}.Toastify__progress-bar{background:#88b24b!important}@media (max-width:480px){.Toastify__toast-container{align-items:center;display:flex;flex-direction:column;left:0!important;padding:0 10px;top:70px!important;width:100%!important}.Toastify__toast{margin-bottom:10px;width:100%!important}}.email-modal-buttons{align-items:center;display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.email-modal-buttons button{border:none;border-radius:.5rem;cursor:pointer;font-weight:500;padding:.6rem 1rem;transition:background-color .2s ease;width:100%}.email-modal-buttons button:first-child{background-color:#10b981;color:#fff}.email-modal-buttons button:last-child{background-color:#ffffff1a;color:#e0e0e0}.email-modal-buttons button:hover{opacity:.9}.service-type-wrapper{max-width:300px;position:relative;width:100%;z-index:100000}.service-type-label{color:#e2e8f0;display:block;font-weight:500;margin-bottom:.4rem;z-index:100000}.service-type-button{align-items:center;background-color:#0f172a;border:1px solid #334155;border-radius:.5rem;color:#e2e8f0;cursor:pointer;display:flex;font-size:1rem;justify-content:space-between;padding:.5rem .75rem;transition:background .2s ease,border .2s ease;width:100%;z-index:1}.service-type-button:hover{background-color:#1e293b;border-color:#475569}.chevron{color:#94a3b8;font-size:.85rem;margin-left:.5rem;z-index:100000}.service-type-dropdown{background-color:#1e293b;border:1px solid #334155;border-radius:.5rem;box-shadow:0 8px 16px #0006;left:0;padding:.5rem;position:absolute;top:calc(100% + .3rem);width:100%;z-index:10000000}.service-type-option{align-items:center;border-radius:.4rem;color:#e2e8f0;cursor:pointer;display:flex;font-size:.95rem;justify-content:space-between;padding:.4rem .25rem;z-index:100000}.service-type-option:hover{background-color:#334155}.toggle-switch{display:inline-block;height:22px;position:relative;width:40px}.toggle-switch input{height:0;opacity:0;width:0}.slider{background-color:#334155;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:16px;left:3px;width:16px}.toggle-switch input:checked+.slider{background-color:#10b981}.toggle-switch input:checked+.slider:before{transform:translateX(18px)}.input-glass{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#ffffff0d;background-color:#ffffff0d;border:1px solid #ffffff26;border-radius:.5rem;color:#f1f1f1;font-size:.95rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.input-glass:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f666;outline:none}.spare-parts-table{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffff08;border-collapse:collapse;border-radius:.75rem;margin-top:1rem;overflow:hidden;width:100%}.spare-parts-table thead{background-color:#ffffff0d;color:#f1f1f1;text-align:left}.spare-parts-table td,.spare-parts-table th{border-bottom:1px solid #ffffff12;font-size:.95rem;padding:.75rem 1rem}.spare-parts-table input{background-color:#ffffff12;border:1px solid #ffffff26;border-radius:.375rem;color:#e0e0e0;padding:.5rem;width:100%}.spare-parts-remove-btn{background:none;border:none;color:#f87171;cursor:pointer;font-size:1.2rem}.spare-parts-remove-btn:hover{color:#f43f5e}.spare-parts-card-container{display:flex;flex-direction:column;gap:1.5rem}.spare-part-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.spare-part-fields{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem}.spare-part-field{flex:1 1 200px;min-width:160px}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.info-popup{position:relative;z-index:10000}textarea[name=errorDetails],textarea[name=errorDetection],textarea[name=errorSolution]{min-height:180px;resize:vertical;width:100%}.description-section{margin-bottom:2rem;margin-inline:auto;max-width:1400px;position:relative;width:100%}.description-textarea{display:block;margin-inline:auto;max-width:1300px;width:100%}@media (max-width:768px){.description-textarea{box-sizing:border-box;max-width:100%;padding-inline:1rem}}textarea[name=description]{font-size:1rem;min-height:240px;resize:vertical;width:100%}.add-day-button{align-items:center;background-color:initial;border:none;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:24px;justify-content:center;padding:0;transition:color .2s;width:24px}.add-day-button:hover{color:#10b981}.remove-part-button{align-items:center;background-color:initial;border:none;color:#f87171;cursor:pointer;display:flex;font-size:1rem;height:24px;justify-content:center;line-height:1;padding:0;transition:color .2s ease;width:24px}.remove-part-button:hover{color:#b91c1c}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-overlay{animation:fadeIn .3s ease forwards}.modal{animation:zoomIn .4s ease forwards}.form-row{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:2rem}.data-card{flex:1 1;min-width:280px}.select-group .select-container{display:flex;flex:1 1;flex-direction:column;min-width:300px}.select-group .select-dropdown,.select-group select{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:.5rem;box-sizing:border-box;color:#f1f1f1;cursor:pointer;font-size:.95rem;padding:.75rem 1rem;width:100%}.dropdown-menu{background:#1e293b}.dropdown-item-list{grid-gap:.4rem;display:grid;gap:.4rem;grid-template-columns:1fr}.dropdown-item{font-size:.9rem}.dropdown-item input{accent-color:#3b82f6;height:16px;margin:0;width:16px}.select-group{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));margin-bottom:1rem}.select-container{position:relative}.machine-grid{grid-gap:1.5rem 2rem;align-items:end;display:grid;gap:1.5rem 2rem;grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr))}.input-column{display:flex;flex-direction:column;gap:-.5rem;min-width:260px}.input-column>:not(label){margin-top:-.2rem}.select-container{display:flex;flex-direction:column}.select-glass{box-sizing:border-box;display:block;min-height:44px}.input-glass.select-custom,.select-glass{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:.5rem;color:#f1f1f1;cursor:pointer;font-size:.95rem;padding:.75rem 1rem;width:100%}select[multiple]{min-height:100px}.select-dropdown{box-sizing:border-box;cursor:pointer;display:block;font-size:.95rem;padding:.75rem 1rem}.dropdown-menu,.select-dropdown{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:.5rem;color:#f1f1f1;width:100%}.dropdown-menu{box-shadow:0 4px 12px #00000080;left:0;margin-top:.5rem;max-height:200px;overflow-y:auto;padding:.75rem;position:absolute;top:100%;z-index:10}.dropdown-item{align-items:center;border-radius:.4rem;cursor:pointer;display:flex;font-size:.95rem;gap:.4rem;padding:.3rem .5rem;transition:background .2s ease}.dropdown-item:hover{background:#ffffff14}.add-button,.delete-button{background:#eee;border:1px solid #ccc;border-radius:8px;cursor:pointer;margin-top:1rem;padding:.5rem 1rem}.add-button:hover,.delete-button:hover{background:#ddd}.input-error{background-color:#ff00000d;border:1px solid red}select optgroup{background-color:#1f2937;color:#9ca3af;font-weight:700}.photo-card-modern{align-items:flex-start;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;display:flex;flex-wrap:wrap;gap:1rem;padding:1rem;position:relative}.photo-image-wrapper{flex:0 0 320px;max-width:320px;position:relative}.photo-img-modern{border:1px solid #374151;border-radius:.5rem;height:auto;object-fit:cover;width:100%}.photo-remove-button{background:#dc2626;border-radius:9999px;font-size:.9rem;height:24px;width:24px}.photo-remove-button:hover{background:#b91c1c}.photo-comment-modern{background-color:#ffffff12;border:1px solid #ffffff26;border-radius:.5rem;color:#f1f1f1;flex:1 1;font-size:.95rem;min-height:120px;padding:.75rem 1rem;resize:vertical;width:100%}@media (max-width:600px){.photo-card-modern{align-items:stretch;flex-direction:column}.photo-image-wrapper{max-width:100%}}.pdf-list-item{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.pdf-list-content{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdf-icon-buttons{display:flex;gap:.5rem}.pdf-download-icon,.pdf-preview-icon{background:none;border:none;color:#10b981;cursor:pointer;font-size:1.1rem;transition:transform .15s ease}.pdf-download-icon:hover,.pdf-preview-icon:hover{transform:scale(1.2)}.pdf-list-item{border-bottom:1px solid #444;padding:.5rem}.pdf-download-icon:hover{cursor:pointer;opacity:.8}.pdf-fake-path{font-family:monospace}.modal-container{position:relative}.fehlerbild-container{padding:2rem;position:relative}.fehlerbild-close-button{all:unset;color:#aaa;cursor:pointer;font-size:1.5rem;line-height:1;position:absolute;right:-1rem;top:-2.5rem;z-index:1000}.fehlerbild-content{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.fehlerbild-select,.fehlerbild-textarea{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:.5rem;color:#f1f1f1;font-size:.95rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.fehlerbild-select:focus,.fehlerbild-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f666;outline:none}.fehlerbild-save-button{align-items:center;background-color:#10b981;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;width:100%}.fehlerbild-save-button:disabled{background-color:#6b7280;cursor:not-allowed}.fehlerbild-error-text{color:red;margin-top:.5rem}.input-error{background-color:#ff00000d!important;border-color:red!important}mark{background-color:#facc15;border-radius:2px;color:#000;padding:0 2px}@media (max-width:420px){.card-wrapper{height:auto;max-width:100%;width:100%}.card-glass{padding:20px}.card-grid{gap:16px;padding-inline:10px}.service-reports-wrapper h1{font-size:1.6rem}.service-reports-wrapper p{font-size:1rem;margin-bottom:2rem}.input-grid,.select-group{grid-template-columns:1fr}.data-card,.input-column,.select-column,.spare-part-field{min-width:0}.machine-grid{flex-direction:column;gap:1rem}.modal{padding:1.5rem;width:95vw}.workday-row{flex-wrap:nowrap;overflow-x:auto}.spare-parts-table{font-size:.85rem}.glass-button{font-size:.95rem;padding:.5rem 1rem}.sign-btn-icon{font-size:.9rem;height:26px;width:26px}.photo-card-modern{flex-direction:column}.photo-image-wrapper{max-width:100%}.sign-fields{align-items:stretch;flex-direction:column}}.fehlerbild-select option[disabled][hidden],.fehlerbild-select:invalid{background-color:#1f2937;color:#9ca3af}.fehlerbild-select option{background-color:#1f2937;color:#f1f1f1}.pdf-list-modal{background-color:#1f2937;border-radius:.5rem;color:#f9fafb;height:90vh;height:90dvh;max-height:100vh;max-height:100dvh;max-width:100vw;min-height:0;min-height:auto;min-width:0;min-width:auto;overflow:auto;padding:1.25rem;position:relative;width:95vw}@media (max-width:768px){.pdf-list-modal{border-radius:.4rem;height:90vh;padding:1rem;width:95vw}}@media (max-width:430px){.pdf-list-modal{border-radius:0;height:100vh;max-height:100%;padding:.75rem;width:100vw}}.pdf-list-modal h2{font-size:1.1rem;margin:0;padding-right:1rem;padding-top:2rem}.pdf-list-search{background-color:#111827;border:1px solid #374151;border-radius:.4rem;color:#f3f4f6;font-size:.9rem;margin-bottom:1rem;padding:.6rem;width:100%}.pdf-list-breadcrumb{color:#9ca3af;font-size:.8rem;margin-bottom:1rem;word-break:break-word}.pdf-list-breadcrumb span{cursor:pointer;text-decoration:underline}.pdf-folder-item{background-color:#1f2937;border-radius:.4rem;color:#e5e7eb;cursor:pointer;font-size:.9rem;margin-bottom:.35rem;padding:.6rem;transition:background .2s}.pdf-folder-item:hover{background-color:#374151}.pdf-file-item{align-items:center;background-color:#111827;border-radius:.4rem;color:#d1d5db;display:flex;font-size:.9rem;gap:.6rem;justify-content:space-between;margin-bottom:.3rem;padding:.6rem;transition:background .2s}.pdf-file-item:hover{background-color:#1f2937}@media (max-width:430px){.pdf-file-item{align-items:flex-start;flex-direction:column;font-size:.85rem}}.pdf-file-content{flex:1 1;min-width:0;overflow:hidden}.pdf-file-content strong{display:inline-block;max-width:100%}.pdf-file-content strong,.pdf-file-meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdf-file-meta{color:#9ca3af;font-size:.75rem;margin-top:.25rem}.pdf-clickable{border-radius:.3rem;cursor:pointer;padding:.25rem .35rem;transition:background-color .2s,transform .15s}.pdf-clickable:hover{background-color:#2d3748;transform:translateX(2px)}.pdf-clickable strong{text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:2px}.pdf-file-actions{flex-shrink:0;gap:.6rem}@media (max-width:430px){.pdf-file-actions{justify-content:flex-end;margin-top:.4rem;width:100%}}.pdf-download-link{background:#0000;border:none;color:#34d399;cursor:pointer;font-size:1.2rem;line-height:1;text-decoration:none}.pdf-info-btn-wrapper{position:absolute;right:.5rem;top:.5rem;z-index:10}.pdf-info-btn{align-items:center;background-color:#2563eb;border:none;border-radius:50%;box-shadow:0 1px 4px #00000040;color:#fff;cursor:pointer;display:flex;font-size:.8rem;font-weight:700;height:28px;justify-content:center;width:28px}.pdf-modal-close{cursor:pointer;font-size:22px;left:.5rem;position:absolute;top:.5rem;z-index:11}.template-fieldset{margin:0 auto;max-width:900px;position:relative}.info-btn-wrapper{position:absolute;right:-.75rem;top:-4.25rem;z-index:10}.info-btn{align-items:center;background-color:#2563eb;border:none;border-radius:50%;box-shadow:0 1px 4px #00000040;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:24px;justify-content:center;width:24px}.info-btn,.template-legend{cursor:pointer}.template-search{margin-bottom:1.5rem}.template-search-input{margin-bottom:1rem;width:100%}.template-select__control{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0d!important;border:1px solid #ffffff26!important;border-radius:.5rem!important;box-shadow:none!important;color:#f1f1f1!important;min-height:44px}.template-select__control--is-focused{border-color:#3b82f6!important;box-shadow:0 0 0 2px #3b82f666!important}.template-select__single-value{color:#f1f1f1!important}.template-select__placeholder{color:#9ca3af!important}.template-select__menu{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1e293bf2!important;border:1px solid #ffffff26!important;border-radius:.5rem!important;position:relative;z-index:9999!important}.template-select__option{background:#0000!important;color:#f1f1f1!important;cursor:pointer}.template-select__option--is-focused{background:#3b82f64d!important}.template-select__option--is-selected{background:#3b82f680!important;color:#fff!important}.template-select__indicator{color:#9ca3af!important}.template-select__indicator-separator{display:none!important}.template-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.template-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid #0000;border-radius:.5rem;cursor:pointer;flex:1 1 220px;font-weight:500;gap:.5rem;height:44px;justify-content:center;min-width:220px;transition:all .25s ease}.template-btn,.template-btn-icon{align-items:center;display:flex;font-size:1rem}.template-btn-save{background:linear-gradient(135deg,#10b98126,#10b9810d);border:1px solid #10b98199;color:#34d399}.template-btn-save:hover{background:#10b98140;color:#6ee7b7}.template-btn-delete{background:linear-gradient(135deg,#ef444426,#ef44440d);border:1px solid #ef444499;color:#f87171}.template-btn-delete:hover{background:#ef444440;color:#fca5a5}.template-fieldset input,.template-fieldset textarea{background-color:#ffffff0d;border:1px solid #ffffff26;color:#f1f1f1!important}.template-fieldset input::placeholder,.template-fieldset textarea::placeholder{color:#9ca3af!important}.machine-select__control{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0d!important;border:1px solid #ffffff26!important;border-radius:.5rem!important;box-shadow:none!important;color:#f1f1f1!important;min-height:44px}.machine-select__control--is-focused{border-color:#3b82f6!important;box-shadow:0 0 0 2px #3b82f666!important}.machine-select__single-value{color:#f1f1f1!important}.machine-select__placeholder{color:#9ca3af!important}.machine-select__menu{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1e293bf2!important;border:1px solid #ffffff26!important;border-radius:.5rem!important;position:relative;z-index:9999!important}.machine-select__option{background:#0000!important;color:#f1f1f1!important;cursor:pointer}.machine-select__option--is-focused{background:#3b82f64d!important}.machine-select__option--is-selected{background:#3b82f680!important;color:#fff!important}.machine-select__indicator{color:#9ca3af!important}.machine-select__indicator-separator{display:none!important}.service-select__control{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0d!important;border:1px solid #ffffff26!important;border-radius:.5rem!important;box-shadow:none!important;color:#f1f1f1!important;min-height:44px}.service-select__control--is-focused{border-color:#3b82f6!important;box-shadow:0 0 0 2px #3b82f666!important}.service-select__multi-value{background:#10b98126!important;border-radius:.25rem;color:#10b981}.service-select__multi-value__label{color:#10b981!important;font-weight:500}.service-select__multi-value__remove{color:#10b981!important;cursor:pointer}.service-select__multi-value__remove:hover{background:#10b9814d!important;color:#fff!important}.service-select__single-value{color:#f1f1f1!important}.service-select__placeholder{color:#9ca3af!important}.service-select__menu{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1e293bf2!important;border:1px solid #ffffff26!important;border-radius:.5rem!important;z-index:9999!important}.service-select__option{background:#0000!important;color:#f1f1f1!important;cursor:pointer}.service-select__option--is-focused{background:#3b82f64d!important}.service-select__option--is-selected{background:#3b82f680!important;color:#fff!important}.service-select__indicator{color:#9ca3af!important}.service-select__indicator-separator{display:none!important}.incident-select__control{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0d!important;border:1px solid #ffffff26!important;border-radius:.5rem!important;box-shadow:none!important;color:#f1f1f1!important;min-height:44px}.incident-select__control--is-focused{border-color:#3b82f6!important;box-shadow:0 0 0 2px #3b82f666!important}.incident-select__single-value{color:#f1f1f1!important}.incident-select__placeholder{color:#9ca3af!important}.incident-select__menu{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1e293bf2!important;border:1px solid #ffffff26!important;border-radius:.5rem!important;z-index:9999!important}.incident-select__option{color:#f1f1f1!important;cursor:pointer}.incident-select__option--is-focused{background:#3b82f64d!important}.incident-select__option--is-selected{background:#3b82f680!important;color:#fff!important}.incident-select__indicator{color:#9ca3af!important}.incident-select__indicator-separator{display:none!important}.info-btn-wrapper-incident{display:flex;justify-content:center;margin-top:.5rem}.info-btn-incident{background:#10b98126;border:1px solid #10b98199;border-radius:.5rem;color:#34d399;cursor:pointer;font-size:.85rem;padding:.3rem .6rem;transition:all .2s ease}.info-btn-incident:hover{background:#10b9814d;color:#6ee7b7}.incident-info-popup{animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:.75rem;color:#e5e7eb;margin-top:.75rem;padding:1rem;text-align:center}.incident-info-popup h5{font-weight:600;margin-bottom:.25rem;margin-top:.5rem}.incident-info-popup p{font-size:.9rem;margin-bottom:.75rem}.info-popup-close{background:#10b981;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:inline-block;font-weight:600;margin-top:1rem;padding:.6rem 1.2rem}.incident-info-popup .button-row{display:flex;justify-content:center}.helper-text{color:#9ca3af;font-size:.8rem;margin-top:.25rem}@media (max-width:480px){.error-details-grid{gap:1rem;grid-template-columns:1fr!important}.error-details-grid textarea{min-height:120px!important}}.description-info-btn{position:absolute;right:2rem;top:1.25rem;z-index:10}@media (max-width:768px){.description-info-btn{right:1rem;top:.5rem}.description-textarea{font-size:.95rem;min-height:140px}}.info-btn-lhr,.info-btn-workdays{position:absolute;right:-.75rem;z-index:10}.info-btn-workdays{top:-1.5rem}.info-btn-lhr{top:-4.25rem}@media (max-width:768px){.info-btn-workdays{right:.5rem;top:-1rem}.info-btn-lhr{right:.5rem;top:-2.5rem}}.incident-select__input input,.machine-select__input input,.service-select__input input{caret-color:#f1f1f1!important;color:#f1f1f1!important}.machine-input-grid{grid-gap:2rem;box-sizing:border-box;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);width:100%}.machine-input{box-sizing:border-box;display:flex;flex-direction:column;min-width:0;width:100%}.machine-input label{color:#e2e8f0;font-weight:500;margin-bottom:.4rem}.machine-input .helper-text{color:#9ca3af;font-size:.8rem;margin-top:.25rem}@media (max-width:1024px){.machine-input-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.machine-input-grid{grid-template-columns:1fr}}.signature-overlay{align-items:center;background:#00000080;display:flex;height:100vh;height:100dvh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.signature-wide{border-radius:1rem;max-height:90vh;max-height:90dvh;max-width:95vw;min-height:350px;min-width:640px;padding:2rem}.signature-fullscreen,.signature-wide{background:#1f2937;display:flex;flex-direction:column}.signature-fullscreen{border-radius:0;height:100vh;height:100dvh;left:0;margin:0;padding:0;position:fixed;top:0;width:100vw;z-index:10000}.sign-canvas-wrap{display:flex;flex:1 1;height:100%;min-height:200px;position:relative;width:100%}.sign-canvas{background:#fff;border:2px solid #ccc;border-radius:.5rem;flex:1 1}.sign-baseline{background:#666;bottom:20px;left:0;opacity:.4;width:100%}.signature-fullscreen .sign-canvas-wrap{flex:1 1;height:calc(100% - 70px);margin:0;width:100%}.signature-fullscreen .sign-canvas{border:none;border-radius:0;height:100%!important;width:100%!important}.sign-toolbar-outside{flex-wrap:wrap;gap:.5rem;margin:.5rem 0}.sign-btn-icon,.sign-toolbar-outside{align-items:center;display:flex;justify-content:center}.sign-btn-icon{background:#374151;border:none;border-radius:50%;box-shadow:0 2px 4px #0003;color:#fff;cursor:pointer;font-size:1.1rem;height:40px;transition:background .2s ease;width:40px}.sign-btn-icon:hover{background:#4b5563}.sign-btn-icon--primary{background:#16a34a}.sign-btn-icon--primary:hover{background:#15803d}.sign-btn-icon--danger{background:#dc2626}.sign-btn-icon--danger:hover{background:#b91c1c}.sign-btn-icon--info{background:#2563eb}.sign-btn-icon--info:hover{background:#1d4ed8}.signature-fullscreen .sign-toolbar-outside{background:#1f2937f2;border-top:1px solid #444;bottom:0;display:flex;gap:.5rem;justify-content:center;left:0;overflow-x:auto;padding:.5rem .75rem;position:fixed;width:100%;z-index:10002}.signature-modal-client,.signature-modal-tech{background:#1f2937;border-radius:.75rem;padding:1rem;position:relative}@media (min-width:769px){.signature-modal-client #client-sign-canvas,.signature-modal-tech #tech-sign-canvas{height:450px;min-height:450px}}@media (max-width:768px){.sign-canvas-wrap{overflow-x:auto}.sign-canvas{min-width:0}.signature-modal-client #client-sign-canvas,.signature-modal-tech #tech-sign-canvas{height:220px;min-height:220px}}@media (max-width:768px) and (orientation:landscape){.signature-fullscreen .sign-canvas-wrap{height:calc(100% - 70px)}.signature-modal-client #client-sign-canvas,.signature-modal-tech #tech-sign-canvas{height:160px;min-height:160px}}@media (max-width:480px){.sign-btn-icon{font-size:.85rem;height:32px;width:32px}}.photo-upload-section{margin-top:1rem;position:relative}.photo-dropzone{background:#1f1f28;border:2px dashed #3b82f6;border-radius:10px;cursor:pointer;margin-bottom:2rem;padding:2rem;text-align:center;transition:all .3s ease}.photo-dropzone:hover{background:#252533;border-color:#60a5fa}.dropzone-content p:first-child{color:#f1f1f1;font-size:1.1rem;font-weight:600}.file-input-hidden{display:none}.photo-grid-container{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:flex-start}.photo-entry-card{background:#2a2a36;border-radius:10px;box-shadow:0 2px 6px #0000004d;display:flex;flex:1 1 450px;gap:1rem;padding:1rem}.photo-entry-image{flex-shrink:0;position:relative}.photo-img-preview{border:1px solid #444;border-radius:6px;max-height:140px;max-width:180px;object-fit:cover}.photo-remove-button{align-items:center;background-color:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.8rem;height:20px;justify-content:center;position:absolute;right:-8px;top:-8px;width:20px}.photo-entry-comment{flex:1 1}.photo-comment-textarea{background:#1f1f28;border:1px solid #444;border-radius:6px;color:#f1f1f1;font-size:.95rem;min-height:120px;padding:.5rem;resize:vertical;width:100%}.pdf-file-actions{align-items:center;display:flex;gap:.5rem}.pdf-action-btn{background:#0000;border:none;border-radius:0;cursor:pointer;font-size:1.2rem;line-height:1;padding:0}.pdf-action-btn:disabled{cursor:not-allowed;opacity:.5}.pdf-action-btn:disabled:hover{background-color:initial}.pdf-file-item.pending-deletion{background-color:#ef44441a;border-left:3px solid #ef4444}.pdf-file-item.pending-deletion:hover{background-color:#ef444433}.workday-list-grid{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;max-width:none;width:100%}.workday-glass-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:.75rem;box-shadow:0 4px 6px #0003;display:flex;flex-direction:column;gap:1.25rem;padding:1rem 1.5rem;position:relative;transition:transform .2s ease,border-color .2s ease}.workday-glass-card:hover{background:#ffffff0d;border-color:#ffffff40}.input-group{flex-direction:column;gap:.35rem;min-width:0}.input-group label{color:#94a3b8;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-left:.25rem;text-transform:uppercase;white-space:nowrap}@media (min-width:1024px){.workday-glass-card{align-items:center;flex-direction:row;gap:1.5rem;padding-right:4rem}.workday-header,.workday-times-grid{display:contents}.input-group.date-col{flex:0 0 160px}.input-group.tech-col{flex:2 1}.input-group.time-col{flex:0 0 90px}.workday-actions{right:1rem;top:50%;transform:translateY(-50%)}}@media (max-width:1023px){.workday-header{grid-gap:1rem;border-bottom:1px solid #ffffff0d;display:grid;gap:1rem;grid-template-columns:1fr;padding-bottom:1rem}.workday-times-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(4,1fr)}.workday-actions{right:1rem;top:1rem}}@media (max-width:600px){.workday-times-grid{grid-template-columns:1fr 1fr}}.action-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;color:#cbd5e1;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all .2s ease;width:36px}.action-btn:hover{background:#ffffff1a;color:#fff}.action-btn.delete:hover{background:#ef444433;border-color:#ef444480;color:#fca5a5}.action-btn.add:hover{background:#10b98133;border-color:#10b98180;color:#6ee7b7}.workday-actions{display:flex;gap:.5rem;position:absolute}.fade-in-up{animation:fadeInUp .5s ease forwards;opacity:0;transform:translateY(20px)}.empty-state-container{display:flex;justify-content:center;margin-top:2rem}.large-add-btn{background-color:#10b981;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:.5rem;padding:.75rem 2rem}.large-add-btn,.workday-times-grid{align-items:center}.workday-times-grid .input-group{display:flex;flex-direction:column;justify-content:center}.sign-canvas{cursor:crosshair;touch-action:none}.sme-canvas-wrapper{box-shadow:inset 0 0 10px #0000000d;min-height:250px}@media (max-width:768px){.sme-modal.signature-mobile-fullscreen{border-radius:0!important;display:flex;flex-direction:column;height:100dvh!important;left:0;margin:0;max-height:100dvh!important;top:0;width:100vw!important}.sme-modal.signature-mobile-fullscreen .sme-header{flex-shrink:0;padding:10px}.sme-modal.signature-mobile-fullscreen .sme-title{font-size:1.1rem}.sme-modal.signature-mobile-fullscreen .sme-subtitle{display:none;font-size:.8rem}.sme-modal.signature-mobile-fullscreen .sme-topbar{align-items:stretch;flex-direction:column;gap:10px}.sme-modal.signature-mobile-fullscreen .sme-tabs{flex-direction:column;width:100%}.sme-modal.signature-mobile-fullscreen .sme-input{width:100%!important}.sme-modal.signature-mobile-fullscreen .sme-footer{flex-shrink:0;padding:10px 10px 20px}.sme-modal.signature-mobile-fullscreen .sme-btn{font-size:1rem;padding:12px}}.signature-fullscreen,.sme-modal.signature-mobile-fullscreen{animation:none!important;transform:none!important;will-change:auto!important}.sme-canvas-wrapper{overscroll-behavior:none}.sign-canvas{transform:translateZ(0)}.signature-overlay{overflow:hidden!important;touch-action:none}.sign-canvas{-webkit-tap-highlight-color:rgba(0,0,0,0);display:block;height:100%!important;width:100%!important}.sme-canvas-wrapper{transform:translateZ(0)}.glass-button{align-items:center;background:#fff3;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;height:44px;justify-content:center;margin-top:20px;transition:background .3s ease}.sus-tree-wrapper{background:#0003;border:1px solid var(--sus-glass-border);border-radius:16px;color:#fff;font-family:Inter,sans-serif;padding:20px}.sus-tree-files,.sus-tree-group,.sus-tree-root{list-style:none;margin:0;padding:0}.sus-tree-group{border-left:1px solid #ffffff1a;margin-left:24px;padding-left:16px}.sus-tree-files{border-left:1px solid #ffffff0d;margin-bottom:16px;margin-left:24px;margin-top:8px;padding-left:10px}.year-item{margin-bottom:24px}.year-label{background:linear-gradient(90deg,#ffffff0d,#0000);border-radius:8px;color:#e2e8f0;font-weight:700;gap:12px;margin-bottom:12px;padding:8px}.sus-icon-box,.year-label{align-items:center;display:flex;font-size:1.1rem}.sus-icon-box{background:#88b24b33;border-radius:6px;color:var(--sus-green);height:32px;justify-content:center;width:32px}.sus-badge{background:#0000004d;border-radius:4px;color:#94a3b8;font-size:.75rem;font-weight:400;margin-left:auto;padding:4px 8px}.customer-item{margin-bottom:12px}.customer-label{align-items:center;border-radius:6px;color:#cbd5e1;display:flex;font-size:.95rem;font-weight:600;gap:10px;padding:6px 8px;transition:.2s}.sus-icon-box.small{background:#ffffff1a;color:#cbd5e1;font-size:.9rem;height:24px;width:24px}.sus-count-pill{background:#ffffff1a;border-radius:10px;color:#94a3b8;font-size:.75rem;padding:2px 8px}.sus-file-item{margin-bottom:6px}.sus-file-link{align-items:center;background:#ffffff08;border:1px solid #0000;border-radius:10px;display:flex;justify-content:space-between;overflow:hidden;padding:10px 14px;position:relative;text-decoration:none;transition:all .2s ease}.sus-file-link:hover{background:#88b24b1a;border-color:#88b24b4d;box-shadow:0 4px 12px #0003;transform:translateX(4px)}.sus-file-link:before{background:var(--sus-green);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s;width:2px}.sus-file-link:hover:before{opacity:1}.sus-file-info{align-items:center;display:flex;gap:10px;overflow:hidden}.file-icon{color:#94a3b8;flex-shrink:0;transition:color .2s}.sus-file-link:hover .file-icon{color:var(--sus-green)}.file-name{color:#e2e8f0;font-family:JetBrains Mono,Courier New,monospace;font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sus-file-action{color:#94a3b8;opacity:0;transform:translateX(-10px);transition:all .2s ease}.sus-file-link:hover .sus-file-action{color:var(--sus-green);opacity:1;transform:translateX(0)}.sme-overlay{align-items:center;animation:fadeInOverlay .3s forwards;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000b3;display:flex;inset:0;justify-content:center;position:fixed;z-index:99999}.sme-modal{animation:slideUpModal .3s cubic-bezier(.16,1,.3,1) forwards;background:#1f2937;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 25px 50px -12px #00000080;display:flex;flex-direction:column;max-height:90vh;max-height:90dvh;max-width:95vw;overflow:hidden;position:relative}.sme-header{align-items:flex-start;background:#ffffff05;border-bottom:1px solid #ffffff0d;flex-shrink:0;padding:20px 24px}.sme-title{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.sme-subtitle{font-size:.9rem;margin-top:4px}.sme-close{background:#0000;border:none;color:#94a3b8;cursor:pointer;font-size:2rem;line-height:1;padding:0 8px;transition:color .2s}.sme-close:hover{color:#fff}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes slideUpModal{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.sme-input{background-color:#ffffff0d;border:1px solid #374151;border-radius:.5rem;color:#e0e0e0;font-size:.95rem;padding:.6rem}.sme-btn{border:none;border-radius:.5rem;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s}.sme-btn.primary{background-color:#88b24b;background-color:var(--sus-green,#88b24b)}.sme-btn.ghost{background-color:initial;border:1px solid #fff3;color:#cbd5e1}.sme-btn.ghost:hover{background-color:#ffffff1a;color:#fff}.sme-btn.danger{background-color:#ef4444;color:#fff}.sign-baseline{background-color:#cbd5e1;bottom:35%;height:2px;left:5%;pointer-events:none;position:absolute;width:90%;z-index:0}.sme-canvas-wrapper{background:#fff;border:1px solid #fff3;border-radius:8px;display:flex;flex:1 1;margin:10px 0;min-height:0;overflow:hidden;position:relative;touch-action:none}@media (max-width:768px){.sme-modal.signature-mobile-fullscreen{border-radius:0!important;height:100dvh!important;inset:0;margin:0;max-height:100dvh!important;width:100vw!important}.sme-modal.signature-mobile-fullscreen .sme-canvas-wrapper{border:none;border-radius:0;margin:0}.sme-modal.signature-mobile-fullscreen .sme-footer{background:#1f2937;padding:15px}.sme-modal.signature-mobile-fullscreen .sme-btn{font-size:1.1rem;padding:14px}.info-btn-lhr,.info-btn-workdays,.info-btn-wrapper,.pdf-info-btn-wrapper{right:0!important;top:-3rem!important}.sme-modal.signature-mobile-fullscreen{border-radius:0!important;height:100dvh!important;left:0!important;margin:0!important;max-height:100dvh!important;top:0!important;transform:none!important;width:100vw!important}.sme-canvas-wrapper{border:none!important;border-radius:0!important;margin:0!important;overscroll-behavior:none}}.sign-canvas{-webkit-tap-highlight-color:transparent;outline:none;touch-action:none!important;user-select:none;-webkit-user-select:none}.sus-modal-overlay{align-items:center;animation:susFadeIn .3s ease-out forwards;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#0009;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:99999}.sus-modal-glass{animation:susZoomIn .3s cubic-bezier(.16,1,.3,1) forwards;background:#101c18d9;border-bottom:1px solid #ffffff14;border-top:1px solid #ffffff14;border-color:#88b24b80 #ffffff14 #0006;border-radius:24px;border-style:solid;border-width:1px;box-shadow:0 30px 60px #0009,inset 0 0 20px #88b24b0d;color:#fff;display:flex;flex-direction:column;max-height:90vh;max-height:90dvh;overflow:hidden;position:relative;transition:transform .3s ease}.sus-modal-header{align-items:flex-start;padding:24px 32px 16px}.sus-modal-title{color:#e2e8f0;font-size:1.5rem;font-weight:700;margin:0;text-shadow:0 2px 10px #0000004d}.sus-modal-subtitle{color:#94a3b8;font-size:.9rem;font-weight:300;margin-top:4px}.sus-modal-body{overflow-y:auto;padding:24px 32px;scrollbar-color:#88b24b4d #ffffff05;scrollbar-width:thin}.sus-modal-close{background:#0000;border:none;color:#fff6;cursor:pointer;font-size:2rem;line-height:1;margin-left:1rem;margin-top:-8px;transition:all .2s ease}.sus-modal-close:hover{color:#ef4444;transform:scale(1.1)}.sus-modal-footer{background:#0000001a;padding:16px 32px 24px}@keyframes susFadeIn{0%{opacity:0}to{opacity:1}}@keyframes susZoomIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width:768px){.sus-modal-glass{border:none;border-radius:0;height:100dvh!important;max-height:100dvh!important;width:100vw!important}.sus-modal-body,.sus-modal-header{padding:20px}}.sus-form-stack{display:flex;flex-direction:column;gap:1.5rem;padding-top:.5rem}.sus-label{color:#94a3b8;display:block;font-size:.85rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.sus-panel{align-items:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;display:flex;justify-content:space-between;padding:1rem;transition:background .3s}.sus-panel:hover{background:#ffffff0f;border-color:#fff3}.sus-grid-2{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}@media (max-width:600px){.sus-grid-2{grid-template-columns:1fr}}.sus-text-warning{background:#ef44441a;border-left:3px solid #ef4444;border-radius:0 8px 8px 0;color:#fca5a5;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem;padding:1rem}.spare-parts-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;width:100%}.spare-part-glass-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;gap:1.5rem;padding:1rem 1.5rem;transition:all .2s ease}.spare-part-glass-card:hover{background:#ffffff0d;border-color:#88b24b4d;transform:translateY(-2px)}.sp-input-group{display:flex;flex-direction:column;gap:.35rem}.sp-input-group label{color:#94a3b8;font-size:.75rem;font-weight:600;margin-left:4px;text-transform:uppercase;white-space:nowrap}.sp-col-amount{flex:0 0 100px}.sp-col-name{flex:2 1;min-width:200px}.sp-col-article{flex:1 1;min-width:150px}.sp-actions{gap:.75rem;margin-top:1.2rem}.db-search-btn,.sp-actions{align-items:center;display:flex}.db-search-btn{background:#3b82f626;border:1px solid #3b82f64d;border-radius:8px;color:#60a5fa;cursor:pointer;font-size:.9rem;font-weight:500;gap:.5rem;height:44px;padding:.6rem 1rem;transition:all .2s;white-space:nowrap}.db-search-btn:hover{background:#3b82f640;border-color:#60a5fa;color:#fff}.action-btn.delete-part{border-color:#ef44444d;color:#f87171;height:44px;width:44px}.action-btn.delete-part:hover{background:#ef444433;color:#fff}@media (max-width:900px){.spare-part-glass-card{align-items:stretch;flex-direction:column;gap:1rem;padding:1.25rem}.sp-actions{border-top:1px solid #ffffff0d;justify-content:space-between;margin-top:0;padding-top:.5rem}.db-search-btn{justify-content:center;width:100%}}.section-header{align-items:center;display:flex;gap:10px;justify-content:flex-start;margin-bottom:1.5rem}.time-tracking-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#1e293b66;border:1px solid #ffffff14;border-radius:16px;box-shadow:0 8px 32px #0003;overflow:visible!important;padding:0;position:relative;z-index:5}.lhr-toolbar{background:linear-gradient(90deg,#ffffff08,#ffffff03);border-bottom:1px solid #ffffff14;border-radius:16px 16px 0 0;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:1rem 1.5rem}.lhr-label,.lhr-toolbar{align-items:center;display:flex}.lhr-label{color:#e2e8f0;font-weight:600;gap:8px}.lhr-inputs{align-items:flex-end;display:flex;gap:12px}.input-group-compact{display:flex;flex-direction:column;gap:4px}.input-label-small{color:#94a3b8;font-size:.65rem;font-weight:700;letter-spacing:.5px;margin-left:2px;text-transform:uppercase}.input-glass-compact{background:#0003;border:1px solid #ffffff1a;border-radius:6px;color:#fff;font-size:.9rem;height:36px;outline:none;padding:6px 10px;transition:all .2s}.input-glass-compact:focus{background:#0000004d;border-color:#88b24b}.arrow-separator{color:#64748b;font-size:1rem}.btn-import{background:#88b24b33;border:1px solid #88b24b4d;border-radius:6px;color:#88b24b;cursor:pointer;font-size:.85rem;font-weight:600;height:36px;padding:0 16px;transition:all .2s}.btn-import:hover:not(:disabled){background:#88b24bcc;box-shadow:0 0 15px #88b24b66;color:#fff}.grid-layout{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:minmax(280px,3fr) 100px 100px 70px minmax(140px,1.5fr) 80px}.workday-header-row{border-bottom:1px solid #ffffff0d;color:#94a3b8;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.8rem 1.5rem .4rem;text-transform:uppercase}.col-head.text-center{text-align:center}.workdays-container{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 1rem 1rem}.workday-item{background:#ffffff05;border:1px solid #ffffff0d;border-radius:10px;padding:8px 12px;transition:all .2s}.workday-item:hover{background:#ffffff0d;border-color:#ffffff26}.grid-cell-group{display:flex;gap:8px}.grid-cell-center{display:flex;justify-content:center}.action-buttons.right{display:flex;gap:4px;justify-content:flex-end}.btn-icon{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:1rem;height:32px;justify-content:center;transition:.2s;width:32px}.btn-icon.danger{background:#ef44441a;color:#ef4444}.btn-icon.danger:hover{background:#ef4444;color:#fff}.btn-icon.success{background:#10b9811a;color:#10b981}.btn-icon.success:hover{background:#10b981;color:#fff}.card-footer-action{padding:0 1rem 1rem}.btn-dashed{background:#0000;border:1px dashed #fff3;border-radius:8px;color:#94a3b8;cursor:pointer;display:block;justify-content:center;margin:0 auto;padding:10px;transition:.2s;width:100%}.btn-dashed:hover{background:#88b24b0d;border-color:#88b24b;color:#e2e8f0}.empty-state{color:#94a3b8;padding:3rem;text-align:center}@media (max-width:1100px){.grid-layout{align-items:stretch;display:flex;flex-direction:column;gap:.8rem}.grid-cell-center{justify-content:flex-start}.workday-header-row{display:none}.workday-item{padding:1rem}}.tws-select__control{background-color:#0003!important;border:1px solid #ffffff1a!important;border-radius:8px!important;box-shadow:none!important;cursor:pointer!important;min-height:42px!important;transition:all .2s!important}.tws-select__control:hover{background-color:#0000004d!important;border-color:#ffffff4d!important}.tws-select__control--is-focused{border-color:#88b24b!important;box-shadow:0 0 0 1px #88b24b!important}.tws-select__input-container,.tws-select__single-value{color:#f1f1f1!important;margin:0!important;padding:0!important}.tws-select__placeholder{color:#fff6!important}.tws-select__menu{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background-color:#1f2937!important;border:1px solid #ffffff26!important;border-radius:8px!important;box-shadow:0 10px 40px #000c!important;filter:none!important;isolation:isolate!important;margin-top:8px!important;overflow:hidden!important;z-index:99999!important}.tws-select__menu-list{background-color:#1f2937!important;max-height:250px!important;padding:0!important}.tws-select__option{background-color:#1f2937!important;border-bottom:1px solid #ffffff0d!important;color:#e2e8f0!important;cursor:pointer!important;font-size:.95rem!important;padding:12px 14px!important}.tws-select__option--is-focused{background-color:#88b24b33!important;color:#fff!important}.tws-select__option--is-selected{background-color:#88b24b!important;color:#fff!important;font-weight:600!important}.tws-select__multi-value{align-items:center;background-color:#ffffff1a!important;border:1px solid #ffffff1a!important;border-radius:5px!important;display:flex;margin:3px!important}.tws-select__multi-value__label{color:#fff!important;font-size:.85rem!important;font-weight:500!important;padding:2px 6px!important}.tws-select__multi-value__remove{border-left:1px solid #ffffff1a!important;border-radius:0 5px 5px 0!important;color:#94a3b8!important;cursor:pointer!important;padding:2px 6px!important;transition:background .2s!important}.tws-select__multi-value__remove:hover{background-color:#ef4444!important;color:#fff!important}.tws-select__indicator-separator{display:none!important}.tws-select__clear-indicator,.tws-select__dropdown-indicator{color:#ffffff4d!important;cursor:pointer!important;padding:8px!important}.tws-select__clear-indicator:hover,.tws-select__dropdown-indicator:hover{color:#fff!important}.template-widget{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e293bb3;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 8px 32px #0000004d;margin-bottom:2rem;overflow:hidden;padding:0;transition:all .3s ease}.template-header{align-items:center;background:#ffffff08;border-bottom:1px solid #ffffff0d;cursor:pointer;display:flex;justify-content:space-between;padding:15px 20px}.template-title{align-items:center;color:#f1f5f9;display:flex;font-size:1.1rem;font-weight:700;gap:10px}.template-badge{background:#88b24b33;border-radius:12px;color:#88b24b;font-size:.75rem;font-weight:600;padding:2px 8px}.template-body{animation:fadeIn .3s ease;padding:20px}.template-toolbar{display:flex;gap:10px;margin-bottom:15px}.template-search-input{background:#0003;border:1px solid #ffffff1a;border-radius:8px;color:#fff;flex:1 1;outline:none;padding:10px 15px;transition:border .2s}.template-search-input:focus{border-color:#88b24b}.btn-new-template{align-items:center;background:linear-gradient(135deg,#88b24b,#6a8d39);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:0 20px;transition:transform .1s}.btn-new-template:active{transform:scale(.95)}.template-list{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto;padding-right:5px}.template-list::-webkit-scrollbar{width:6px}.template-list::-webkit-scrollbar-track{background:#0000001a}.template-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.template-item{align-items:center;background:#ffffff08;border:1px solid #0000;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;padding:12px 15px;transition:all .2s ease}.template-item:hover{background:#ffffff14;border-color:#88b24b4d;transform:translateX(4px)}.template-info{display:flex;flex-direction:column;gap:2px}.template-name{color:#e2e8f0;font-size:.95rem;font-weight:600;gap:8px}.template-meta,.template-name{align-items:center;display:flex}.template-meta{color:#94a3b8;font-size:.8rem;gap:6px}.global-tag{background:#3b82f633;border:1px solid #3b82f64d;border-radius:4px;color:#60a5fa;font-size:.7rem;padding:1px 6px}.template-actions-row{display:flex;gap:8px;opacity:.6;transition:opacity .2s}.template-item:hover .template-actions-row{opacity:1}.btn-icon-small{align-items:center;background:#0000;border:none;border-radius:6px;color:#cbd5e1;cursor:pointer;display:flex;justify-content:center;padding:6px;transition:all .2s}.btn-icon-small:hover{background:#ffffff1a;color:#fff}.btn-icon-small.delete:hover{background:#ef444433;color:#f87171}.settings-backdrop{animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;left:0;z-index:99998!important}.settings-backdrop,.settings-drawer{bottom:0;position:fixed;right:0;top:var(--header-height)}.settings-drawer{animation:slideIn .4s cubic-bezier(.16,1,.3,1);background:var(--sus-bg-dark);border-left:1px solid var(--sus-border);box-shadow:-10px 0 50px #000c;display:flex;flex-direction:column;width:min(96vw,1750px);z-index:99999!important}.drawer-header-modern{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172af2;border-bottom:1px solid var(--sus-border);box-sizing:border-box;display:flex;flex:0 0 70px;justify-content:space-between;padding:0 32px;width:100%}.header-left{align-items:center;display:flex;gap:12px;width:250px}.header-left h3{color:#e2e8f0;font-size:1.25rem;font-weight:700;margin:0;white-space:nowrap}.header-center{align-items:center;display:flex;flex:1 1;justify-content:center}.header-right{display:flex;justify-content:flex-end;width:250px}.close-btn-modern{align-items:center;background:#ffffff0d;border:1px solid var(--sus-border);border-radius:10px;color:#cbd5e1;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:all .2s ease;width:40px}.close-btn-modern:hover{background:#ef444426;border-color:#ef4444;color:#ef4444;transform:rotate(90deg)}.drawer-split-view{display:flex;flex:1 1;height:100%;overflow:hidden}.preview-panel{background:#0b1116;border-right:1px solid var(--sus-border);display:flex;flex:6 1;flex-direction:column;padding:20px;position:relative}.preview-hint{color:#94a3b8;display:flex;font-size:.85rem;font-weight:500;justify-content:space-between;margin-bottom:10px}.pdf-preview-frame{background:#525659;border:none;border-radius:8px;box-shadow:0 4px 20px #00000080;flex:1 1;height:100%;width:100%}.settings-panel-content{background:var(--sus-bg-dark);display:flex;flex:4 1;flex-direction:column;gap:24px;max-width:500px;min-width:350px;overflow-y:auto;padding:24px}.setting-group{background:#ffffff08;border:1px solid var(--sus-border);border-radius:12px;display:flex;flex-direction:column;gap:16px;padding:20px}.setting-label{color:var(--sus-green);display:block;font-size:.75rem;font-weight:700;letter-spacing:1px;margin-bottom:4px;text-transform:uppercase}.validated-input-group{display:flex;flex-direction:column;gap:6px}.input-label{color:#e2e8f0;font-size:.85rem;font-weight:600;margin-left:4px}.req-star{color:#ef4444;margin-left:2px}.modern-input{background:#0003;border:1px solid var(--sus-border);border-radius:8px;color:#fff;font-family:inherit;font-size:.95rem;padding:10px 12px;transition:all .2s ease}.modern-input:focus{background:#0006;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.validated-input-group.invalid .modern-input{background:#ef44440d;border-color:#ef4444}.error-hint{animation:fadeIn .3s;color:#ef4444;font-size:.75rem;font-weight:600;margin-left:4px}.flex-row{display:flex;flex-wrap:wrap;gap:8px}.toggle-pill{background:#ffffff0d;border:1px solid var(--sus-border);border-radius:8px;color:#94a3b8;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:8px 12px;text-align:center;transition:all .2s}.toggle-pill:hover{background:#ffffff1a;color:#fff}.toggle-pill.active{background:#88b24b33;border-color:var(--sus-green);box-shadow:0 0 10px #88b24b1a;color:#fff}.modern-lang-switch{display:inline-flex;position:relative}.lang-track{align-items:center;background:#0f172a;border:1px solid var(--sus-border);border-radius:99px;display:flex;height:36px;padding:3px;position:relative;width:200px}.lang-slider{background:var(--sus-green);border-radius:99px;box-shadow:0 2px 5px #0000004d;height:calc(100% - 6px);left:3px;position:absolute;top:3px;width:calc(50% - 3px);z-index:1}.lang-btn{background:#0000;border:none;color:#64748b;cursor:pointer;flex:1 1;font-size:.8rem;font-weight:700;position:relative;text-transform:uppercase;transition:color .2s;z-index:2}.lang-btn.active{color:#fff}.lang-btn:hover:not(.active){color:#94a3b8}.action-footer{border-top:1px solid var(--sus-border);display:flex;flex-direction:column;gap:12px;margin-top:auto;padding-top:20px}.sus-btn-primary-large{align-items:center;background:linear-gradient(135deg,#88b24b,#6a9c35);border:none;border-radius:10px;box-shadow:0 4px 15px #88b24b4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:8px;justify-content:center;padding:14px;transition:transform .2s,box-shadow .2s;width:100%}.sus-btn-primary-large:hover:not(.disabled){box-shadow:0 6px 20px #88b24b66;transform:translateY(-2px)}.sus-btn-primary-large.disabled{background:#334155;box-shadow:none;color:#64748b;cursor:not-allowed}.sus-btn-secondary{background:#0000;border:1px solid var(--sus-border);border-radius:10px;color:#94a3b8;cursor:pointer;font-weight:600;padding:12px;transition:all .2s;width:100%}.sus-btn-secondary:hover{background:#ffffff0d;color:#fff}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media (max-width:1024px){.drawer-split-view{flex-direction:column-reverse}.preview-panel{border-right:none;border-top:1px solid var(--sus-border);flex:1 1;min-height:400px}.settings-panel-content{flex:0 0 auto;max-height:50vh;max-height:50dvh;max-width:100%;min-width:0}.settings-drawer{width:100%}.drawer-header-modern{padding:0 16px}.header-left,.header-right{width:auto}.header-left h3{font-size:1.1rem}}.sus-servicereporttemplate-wrapper{color:#fff;display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0}.sus-servicereporttemplate-input{box-shadow:inset 0 2px 4px #0003}.sus-servicereporttemplate-input:focus{background-color:#00000080}.sus-servicereporttemplate-warning-box{background:#dc262626;border-left:4px solid #dc2626;border-radius:4px;color:#fca5a5;font-size:.95rem;line-height:1.5;margin-bottom:1rem;padding:1rem}.sus-servicereporttemplate-warning-box strong{color:#fff;display:block;font-size:1.1rem;margin-top:5px}.sus-servicereporttemplate-footer{border-top:1px solid #ffffff1a;display:flex;gap:12px;justify-content:flex-end;margin-top:2rem;padding-top:1rem}.sus-servicereporttemplate-btn{border:none}.sus-servicereporttemplate-btn-cancel{border:1px solid #fff3}.sus-servicereporttemplate-btn-cancel:hover{background:#ffffff1a}.sus-servicereporttemplate-btn-save{box-shadow:0 4px 12px #88b24b4d}.sus-servicereporttemplate-btn-save:disabled{box-shadow:none}.sus-servicereporttemplate-btn-delete{box-shadow:0 4px 12px #dc26264d}.sus-servicereporttemplate-btn-delete:hover:not(:disabled){transform:translateY(-1px)}.sus-servicereporttemplate-btn-delete:disabled{box-shadow:none}.sus-template-ui-box{background:#1e293b99;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:900px;overflow:hidden;transition:all .3s ease}.sus-template-ui-legend{align-items:center;background:#ffffff05;border-bottom:1px solid #0000;color:#e2e8f0;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:1rem 1.5rem;transition:background .2s}.sus-template-ui-legend:hover{background:#ffffff0d}.sus-template-ui-box.is-open .sus-template-ui-legend{border-bottom:1px solid #ffffff1a}.sus-template-ui-content{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.sus-template-ui-input{background-color:#0000004d;border:1px solid #ffffff26;border-radius:8px;color:#fff!important;font-size:1rem;outline:none;padding:12px 16px;transition:border-color .2s;width:100%}.sus-template-ui-input:focus{border-color:#88b24b;box-shadow:0 0 0 2px #88b24b33}.sus-template-ui-label{color:#94a3b8;display:block;font-size:.85rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.sus-template-ui-actions{display:flex;gap:10px;justify-content:center;margin-top:1rem}.sus-template-ui-btn{align-items:center;border:1px solid #0000;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:8px;justify-content:center;padding:10px 20px;transition:all .2s ease}.sus-template-ui-btn.save{background:#88b24b33;border-color:#88b24b66;color:#88b24b}.sus-template-ui-btn.save:hover:not(:disabled){background:#88b24b;color:#fff}.sus-template-ui-btn.delete{background:#ef444426;border-color:#ef444466;color:#f87171}.sus-template-ui-btn.delete:hover:not(:disabled){background:#ef4444;color:#fff}.sus-template-ui-btn.cancel{background:#0000;border-color:#ffffff26;color:#cbd5e1}.sus-template-ui-btn.cancel:hover{background:#ffffff0d;color:#fff}.sus-template-ui-btn:disabled{cursor:not-allowed;filter:grayscale(1);opacity:.5}.sus-template-ui-warning{background:#eab3081a;border:1px solid #eab3084d;border-radius:8px;color:#fde047;font-size:.9rem;margin-bottom:1rem;padding:1rem}.sus-template-ui-danger-zone{background:#dc26261a;border-left:3px solid #dc2626;color:#fca5a5;margin-bottom:1.5rem;padding:1rem}.sus-template-ui-panel{align-items:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem}.sus-servicereporttemplate-content{color:#fff;padding:10px 0}.sus-servicereporttemplate-label{color:#cbd5e1;display:block;font-size:.9rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.sus-servicereporttemplate-input{background-color:#0000004d;border:1px solid #ffffff26;border-radius:8px;color:#fff!important;font-size:1rem;outline:none;padding:12px 16px;transition:all .2s ease;width:100%}.sus-servicereporttemplate-input:focus{background-color:#0006;border-color:#88b24b;box-shadow:0 0 0 2px #88b24b40}.sus-servicereporttemplate-input::placeholder{color:#ffffff4d}.sus-servicereporttemplate-panel{align-items:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem}.sus-servicereporttemplate-warning{align-items:center;background:#eab3081a;border:1px solid #eab3084d;border-radius:8px;color:#fde047;display:flex;font-size:.85rem;gap:8px;margin-bottom:1rem;padding:.75rem}.sus-servicereporttemplate-danger{background:#dc262626;border-left:4px solid #dc2626;border-radius:4px;color:#fca5a5;margin-bottom:1.5rem;padding:1rem}.sus-servicereporttemplate-actions{border-top:1px solid #ffffff1a;display:flex;gap:12px;justify-content:flex-end;margin-top:2rem;padding-top:1rem}.sus-servicereporttemplate-btn{align-items:center;border:1px solid #0000;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:6px;justify-content:center;padding:10px 20px;transition:all .2s}.sus-servicereporttemplate-btn-cancel{background:#0000;border-color:#fff3;color:#cbd5e1}.sus-servicereporttemplate-btn-cancel:hover{background:#ffffff0d;color:#fff}.sus-servicereporttemplate-btn-save{background:#88b24b;color:#fff}.sus-servicereporttemplate-btn-save:hover:not(:disabled){background:#7a9f42;box-shadow:0 4px 12px #88b24b4d;transform:translateY(-1px)}.sus-servicereporttemplate-btn-save:disabled{background:#4b5563;color:#9ca3af;cursor:not-allowed}.sus-servicereporttemplate-btn-delete{background:#dc2626;color:#fff}.sus-servicereporttemplate-btn-delete:hover:not(:disabled){background:#b91c1c;box-shadow:0 4px 12px #dc26264d}.sus-servicereporttemplate-btn-delete:disabled{background:#4b5563;cursor:not-allowed;opacity:.5}.sus-toggle-switch{height:26px;margin:0;width:50px}.sus-slider{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.sus-slider,.sus-slider:before{position:absolute;transition:.4s}.sus-slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:18px;left:4px;width:18px}.sus-toggle-switch input:checked+.sus-slider{background-color:#88b24b}.sus-toggle-switch input:focus+.sus-slider{box-shadow:0 0 1px #88b24b}.sus-toggle-switch input:checked+.sus-slider:before{transform:translateX(24px)}.sus-templatemodal-content{--sus-tm-primary:#88b24b;--sus-tm-primary-gradient:linear-gradient(135deg,#88b24b,#9bc65e);--sus-tm-primary-glow:#88b24b66;--sus-tm-bg-input:#ffffff0d;--sus-tm-border:#ffffff26;--sus-tm-bg-card:#101c1866;--sus-tm-text-main:#fff;--sus-tm-text-muted:#94a3b8;--sus-tm-danger:#ef4444;--sus-tm-danger-gradient:linear-gradient(135deg,#ef4444,#dc2626);color:var(--sus-tm-text-main);display:flex;flex-direction:column;font-family:Inter,-apple-system,sans-serif;gap:1.5rem;padding:.5rem 0}.sus-templatemodal-group{display:flex;flex-direction:column;gap:.6rem}.sus-templatemodal-label{color:var(--sus-tm-text-muted);font-size:.85rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.sus-templatemodal-required{color:var(--sus-tm-primary);margin-left:2px}.sus-templatemodal-input{background:var(--sus-tm-bg-input);border:1px solid var(--sus-tm-border);border-radius:12px;color:#fff;font-size:1rem;outline:none;padding:14px 16px;transition:all .3s ease;width:100%}.sus-templatemodal-input:focus{background:#ffffff1a;border-color:var(--sus-tm-primary);box-shadow:0 0 0 4px #88b24b1a}.sus-templatemodal-input.error{border-color:var(--sus-tm-danger);box-shadow:0 0 0 4px #ef444426}.sus-templatemodal-alert{align-items:center;color:var(--sus-tm-danger);display:flex;font-size:.85rem;font-weight:500;gap:8px;margin-top:6px}.sus-templatemodal-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--sus-tm-bg-card);border:1px solid var(--sus-tm-border);border-radius:16px;display:flex;justify-content:space-between;padding:1.2rem;transition:all .3s ease}.sus-templatemodal-card.active-global{background:#88b24b14;border-color:var(--sus-tm-primary);box-shadow:inset 0 0 20px #88b24b0d}.sus-templatemodal-card-title{color:#fff;font-size:1rem;font-weight:700;margin-bottom:4px}.sus-templatemodal-card-desc{color:var(--sus-tm-text-muted);font-size:.8rem;line-height:1.4}.sus-templatemodal-switch{display:inline-block;flex-shrink:0;height:28px;position:relative;width:52px}.sus-templatemodal-switch input{height:0;opacity:0;width:0}.sus-templatemodal-slider{background-color:#ffffff1a;border:1px solid #ffffff1a;border-radius:34px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.sus-templatemodal-slider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 2px 4px #0000004d;content:"";height:20px;left:3px;position:absolute;transition:.4s;width:20px}.sus-templatemodal-switch input:checked+.sus-templatemodal-slider{background:var(--sus-tm-primary);border-color:var(--sus-tm-primary)}.sus-templatemodal-switch input:checked+.sus-templatemodal-slider:before{transform:translateX(24px)}.sus-templatemodal-infobox{align-items:flex-start;background:#88b24b1a;border-left:3px solid var(--sus-tm-primary);border-radius:8px;color:#dcfce7;display:flex;font-size:.85rem;gap:12px;line-height:1.5;padding:12px 16px}.sus-templatemodal-danger-banner{align-items:center;background:#ef44441a;border:1px solid #ef444433;border-radius:16px;display:flex;gap:1rem;padding:1.2rem}.sus-templatemodal-danger-icon{background:#ef44441a;border-radius:50%;color:var(--sus-tm-danger);display:flex;padding:12px}.sus-templatemodal-danger-text p{color:#fca5a5;font-size:.9rem;margin:0}.sus-templatemodal-target-name{color:#fff;font-size:1.1rem;font-weight:700;margin-top:6px}.sus-templatemodal-actions{border-top:1px solid #ffffff14;display:flex;gap:12px;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem}.sus-templatemodal-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:8px;justify-content:center;padding:12px 24px;transition:all .2s ease}.sus-templatemodal-btn:disabled{box-shadow:none;cursor:not-allowed;filter:grayscale(.5);opacity:.6}.sus-templatemodal-btn-cancel{background:#0000;border:1px solid #ffffff26;color:var(--sus-tm-text-muted)}.sus-templatemodal-btn-cancel:hover{background:#ffffff0d;border-color:#fff;color:#fff}.sus-templatemodal-btn-save{background:var(--sus-tm-primary-gradient);box-shadow:0 4px 20px #88b24b4d;color:#fff}.sus-templatemodal-btn-save:hover:not(:disabled){box-shadow:0 8px 30px #88b24b66;transform:translateY(-2px)}.sus-templatemodal-btn-delete{background:var(--sus-tm-danger-gradient);box-shadow:0 4px 20px #ef44444d;color:#fff}.sus-templatemodal-btn-delete:hover:not(:disabled){box-shadow:0 8px 30px #ef444466;transform:translateY(-2px)}.template-legend{align-items:center;display:flex;gap:12px;justify-content:space-between}.template-legend-actions{align-items:center;display:inline-flex;gap:10px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.toast-help-btn{background:#ffffff1f;border:1px solid #ffffff80;border-radius:999px;color:inherit;cursor:pointer;display:inline-block;font-size:.8rem;font-weight:600;margin-left:10px;padding:2px 10px;white-space:nowrap}.toast-help-btn:hover{background:#ffffff3d}.sus-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sus-pdf-row a:focus-visible,.sus-pdf-row button:focus-visible{outline:2px solid #88b24b;outline-offset:2px}@media (max-width:1024px){.drawer-split-view{min-height:0}}@media (max-width:768px){.service-reports-content input,.service-reports-content select,.service-reports-content textarea,.settings-drawer input,.settings-drawer select,.settings-drawer textarea,.sus-modal-glass input,.sus-modal-glass select,.sus-modal-glass textarea{box-sizing:border-box;max-width:100%}.service-reports-content fieldset,fieldset.data-card{min-inline-size:0;padding:1.25rem 1rem}.service-reports-content fieldset fieldset{padding:1rem .6rem}.sus-modal-glass{height:100%!important;max-height:100%!important;width:100%!important}.description-section{padding-inline:0!important}.description-textarea{padding-inline:.75rem}.signature-card{margin-bottom:2rem;padding:1rem}.grid-cell-group,.input-group-compact,.lhr-inputs,.sp-input-group,.spare-part-glass-card,.time-tracking-card,.workday-item{min-width:0}.workday-item{padding:.75rem}.grid-cell-group{flex-direction:column}.lhr-toolbar{padding:.75rem 1rem}.lhr-inputs{flex-wrap:wrap;width:100%}.input-group-compact{flex:1 1 130px}.input-glass-compact{box-sizing:border-box;width:100%}.btn-import{flex:1 1 100%}.mobile-hide{display:none!important}.action-btn,.btn-icon,.btn-icon-small,.close-btn-modern,.info-btn,.pdf-info-btn,.photo-card button,.sus-modal-close{min-height:44px;min-width:44px}.btn-dashed,.btn-import,.info-btn-incident,.large-add-btn,.signature-card button,.sme-btn,.sus-servicereporttemplate-btn,.sus-template-ui-btn,.sus-templatemodal-btn,.template-item,.toggle-pill{min-height:44px}.input-glass-compact,.tws-select__control{min-height:44px!important}.lang-track{height:44px;width:min(200px,100%)}.action-buttons.right,.pdf-file-actions,.sp-actions{gap:10px}.sus-file-action,.template-actions-row{opacity:1;transform:none}.sus-pdf-row{flex-wrap:wrap}.sus-pdf-row>button:first-child{flex:1 1 100%!important;min-height:44px}.sus-pdf-row>button:first-child span{overflow:visible!important;overflow-wrap:anywhere;text-overflow:clip!important;white-space:normal!important}.sus-pdf-row>a,.sus-pdf-row>button:not(:first-child){align-items:center;justify-content:center;min-height:44px;min-width:44px}.sus-tree-wrapper ul ul{margin-left:8px!important;padding-left:8px!important}}@media (max-width:480px){.service-reports-content fieldset,fieldset.data-card{padding:1rem .75rem}.service-reports-content fieldset fieldset{padding:.75rem .4rem}.service-reports-content>h1{font-size:1.9rem!important}.sus-modal-body,.sus-modal-header{padding:14px}.sus-tree-wrapper{padding:10px!important}}@media (max-width:768px){.preview-panel{flex:0 0 auto;height:34dvh;min-height:0;padding:10px}.settings-panel-content{flex:1 1 auto;max-height:none;min-height:0;padding:14px}.action-footer{padding-bottom:0;padding-bottom:var(--safe-bottom,0)}.sus-btn-primary-large,.sus-btn-secondary{min-height:48px}.lang-btn{align-self:stretch}.service-reports-content input:not([type=checkbox]):not([type=radio]),.service-reports-content select,.settings-drawer input:not([type=checkbox]):not([type=radio]),.settings-drawer select,.sus-modal-glass input:not([type=checkbox]):not([type=radio]),.sus-modal-glass select{min-height:44px}.sme-canvas-wrapper>button{min-height:44px;min-width:44px}}:root{--sus-bg-dark:rgba(15,17,26,.965);--sus-glass-border:#ffffff1f;--sus-glass-surface:#ffffff08}.ppm-overlay{align-items:center;animation:ppmFadeIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;display:flex;inset:0;justify-content:center;padding:18px;position:fixed;z-index:9999}.ppm-modal{animation:ppmZoomIn .3s cubic-bezier(.16,1,.3,1);background:rgba(15,17,26,.965);background:var(--sus-bg-dark);border:1px solid #ffffff1f;border:1px solid var(--sus-glass-border);border-radius:16px;box-shadow:0 30px 90px #000c;color:#e5e7eb;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;gap:16px;height:min(900px,92vh);height:min(900px,92dvh);overflow:hidden;padding:20px;width:min(1600px,100%)}.ppm-header{align-items:flex-start;border-bottom:1px solid #ffffff14;display:flex;flex-shrink:0;justify-content:space-between;padding-bottom:12px}.ppm-title{color:#fff;font-size:1.4rem;font-weight:700;letter-spacing:-.5px;margin:0}.ppm-close-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;color:#fff9;cursor:pointer;display:flex;font-size:1.2rem;height:36px;justify-content:center;transition:all .2s ease;width:36px}.ppm-close-btn:hover{background:#ef444426;border-color:#ef444480;color:#fca5a5}.ppm-content{grid-gap:20px;display:grid;flex:1 1;gap:20px;grid-template-columns:320px 1fr;min-height:0;overflow:hidden}.ppm-sidebar{background:#ffffff08;background:var(--sus-glass-surface);border:1px solid #ffffff1f;border:1px solid var(--sus-glass-border);border-radius:14px;display:flex;flex-direction:column;gap:20px;overflow-y:auto;padding:16px}.ppm-sidebar h4{color:#88b24b;color:var(--sus-green);font-size:.85rem;font-weight:700;letter-spacing:1px;margin:0 0 10px;text-transform:uppercase}.ppm-input,.ppm-select{background:#0003;border:1px solid #ffffff26;border-radius:10px;box-sizing:border-box;color:#fff;font-size:.95rem;height:42px;outline:none;padding:0 12px;transition:all .2s ease;width:100%}.ppm-input:focus,.ppm-select:focus{background:#0006;border-color:#88b24b;border-color:var(--sus-green);box-shadow:0 0 0 2px #88b24b26}.ppm-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;cursor:pointer}.ppm-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff26;border-radius:10px;color:#e2e8f0;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;height:42px;justify-content:center;padding:0 20px;transition:all .2s ease}.ppm-btn:hover{background:#ffffff1a;border-color:#ffffff4d;color:#fff;transform:translateY(-1px)}.ppm-btn.primary{background:linear-gradient(135deg,#88b24b,#9bc65e);border:none;box-shadow:0 4px 15px #88b24b40;color:#fff}.ppm-btn.primary:hover{box-shadow:0 6px 20px #88b24b66;filter:brightness(1.1)}.ppm-btn.danger{border-color:#ef444466;color:#fca5a5}.ppm-btn.danger:hover{background:#ef444426;border-color:#ef4444;color:#fff}.ppm-main{display:flex;flex-direction:column;gap:16px;overflow:hidden}.ppm-grid{grid-gap:16px;align-content:start;display:grid;flex:1 1;gap:16px;grid-template-columns:repeat(auto-fill,minmax(min(240px,100%),1fr));overflow-y:auto;padding-right:6px}.ppm-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:14px;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .2s ease}.ppm-card:hover{background:#88b24b0d;border-color:#88b24b;border-color:var(--sus-green);box-shadow:0 10px 30px #0000004d;transform:translateY(-4px)}.ppm-card-img-wrap{align-items:center;background:#0003;display:flex;height:140px;justify-content:center;position:relative;width:100%}.ppm-card-img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.ppm-card:hover .ppm-card-img{transform:scale(1.05)}.ppm-card-body{background:#ffffff03;border-top:1px solid #ffffff0d;display:flex;flex-direction:column;gap:6px;padding:12px 14px}.ppm-article-no{color:#88b24b;color:var(--sus-green);font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.ppm-part-name{color:#fff;font-size:1rem;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ppm-card-actions{display:flex;gap:8px;opacity:0;position:absolute;right:10px;top:10px;transform:translateY(-5px);transition:all .2s ease;z-index:2}.ppm-card:hover .ppm-card-actions{opacity:1;transform:translateY(0)}.ppm-action-icon{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;height:32px;justify-content:center;transition:all .2s;width:32px}.ppm-action-icon:hover{background:#88b24b;background:var(--sus-green);border-color:#88b24b;border-color:var(--sus-green)}.ppm-action-icon.delete:hover{background:#ef4444;background:var(--sus-red);border-color:#ef4444;border-color:var(--sus-red)}.ppm-info-icon{bottom:12px;color:#ffffff4d;font-size:1rem;position:absolute;right:12px;transition:all .2s;z-index:2}.ppm-card:hover .ppm-info-icon{color:#fffc}.ppm-info-icon:hover{color:#88b24b!important;color:var(--sus-green)!important;transform:scale(1.2)}.ppm-comment-box{animation:ppmFadeIn .2s ease;background:#0f172af2;border:1px solid #ffffff1f;border-left:3px solid #88b24b;border:1px solid var(--sus-glass-border);border-left:3px solid var(--sus-green);border-radius:8px;bottom:40px;box-shadow:0 4px 12px #00000080;color:#e2e8f0;font-size:.85rem;left:10px;padding:10px;position:absolute;right:10px;z-index:10}.ppm-pagination{border-top:1px solid #ffffff14;color:#ffffff80;font-size:.9rem;gap:16px;padding-top:12px}.ppm-mini-overlay,.ppm-pagination{align-items:center;display:flex;justify-content:center}.ppm-mini-overlay{animation:ppmFadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:14px;inset:0;position:absolute;z-index:50}.ppm-mini-modal{animation:ppmZoomIn .2s cubic-bezier(.16,1,.3,1);background:#1e293b;border:1px solid #ffffff26;border-radius:16px;box-shadow:0 25px 60px #000000b3;gap:16px;padding:24px;width:min(320px,100%)}.ppm-form-group,.ppm-mini-modal{display:flex;flex-direction:column}.ppm-form-group{gap:10px}.ppm-preview-img{background:#0000004d;border:1px dashed #fff3;border-radius:10px;height:140px;margin-top:5px;object-fit:contain;width:100%}.ppm-file-label{background:#ffffff05;border:1px dashed #fff3;border-radius:10px;color:#ffffffb3;cursor:pointer;font-size:.9rem;padding:12px;text-align:center;transition:all .2s}.ppm-file-label:hover{background:#88b24b0d;border-color:#88b24b;border-color:var(--sus-green);color:#88b24b;color:var(--sus-green)}@keyframes ppmFadeIn{0%{opacity:0}to{opacity:1}}@keyframes ppmZoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:900px){.ppm-content{grid-template-columns:1fr;grid-template-rows:auto 1fr}.ppm-sidebar{align-content:flex-start;flex-direction:row;flex-wrap:wrap;max-height:280px}.ppm-form-group{flex:1 1;min-width:250px}.ppm-card-img-wrap{height:120px}}@media (max-width:768px){.ppm-card-actions{opacity:1;transform:none}.ppm-part-name{overflow:visible;overflow-wrap:break-word;text-overflow:clip;white-space:normal}.ppm-close-btn{height:44px;width:44px}.ppm-btn{min-height:44px}.ppm-action-icon{height:40px;width:40px}.ppm-input,.ppm-select{height:44px}}@media (max-width:480px){.ppm-overlay{padding:0}.ppm-modal{border:none;border-radius:0;gap:12px;height:100%;max-height:100dvh;padding:12px 12px calc(12px + var(--safe-bottom)) 12px;width:100%}.ppm-form-group{min-width:0}.ppm-sidebar{max-height:40dvh;padding:12px}.ppm-title{font-size:1.15rem}.ppm-grid{gap:12px;grid-template-columns:1fr}.ppm-pagination{flex-wrap:wrap;gap:8px}}.pdfp-overlay{align-items:center;background:#000c;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:140000}.pdfp-modal{background:#171923;border:1px solid #ffffff1f;border-radius:14px;box-shadow:0 30px 80px #000000d9;display:flex;flex-direction:column;height:min(92vh,1200px);height:min(92dvh,1200px);overflow:hidden;width:min(1100px,100%)}.pdfp-head{align-items:center;background:#ffffff08;border-bottom:1px solid #ffffff1a;display:flex;gap:10px;padding:12px 14px}.pdfp-title{color:#e2e8f0;flex:1 1;font-family:monospace;font-size:.85rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdfp-btn{background:#ffffff0d;border:1px solid #ffffff24;border-radius:8px;color:#cbd5e1;flex:none;font-size:.82rem;padding:6px 12px;text-decoration:none;white-space:nowrap}.pdfp-btn:hover{border-color:#88b24b8c;color:#fff}.pdfp-close{background:#ffffff0f;border:1px solid #ffffff24;border-radius:8px;color:#fff;cursor:pointer;flex:none;font-size:16px;height:34px;line-height:1;width:34px}.pdfp-close:hover{border-color:#f052528c}.pdfp-body{background:#fff;flex:1 1;min-height:0}.pdfp-frame{border:0;height:100%;width:100%}.pdfp-hint{border-top:1px solid #ffffff14;color:#94a3b8;font-size:.78rem;margin:0;padding:8px 14px}@media (max-width:700px){.pdfp-head{flex-wrap:wrap}.pdfp-title{flex-basis:100%}}@media (max-width:768px){.pdfp-overlay{padding:0}.pdfp-modal{border:none;border-radius:0;height:100dvh;max-height:100dvh;width:100%}.pdfp-title{font-size:.8rem;line-height:1.35;max-height:3.6em;overflow:visible;overflow-wrap:anywhere;overflow-y:auto;text-overflow:clip;white-space:normal}.pdfp-head{gap:8px;padding:10px 12px;padding-top:calc(10px + var(--safe-top, 0px))}.pdfp-btn{align-items:center;display:inline-flex;flex:1 1 auto;justify-content:center;min-height:44px;padding:8px 12px}.pdfp-close{height:44px;width:44px}.pdfp-body{-webkit-overflow-scrolling:touch;overflow:auto}.pdfp-hint{padding:8px 12px;padding-bottom:calc(8px + var(--safe-bottom, 0px))}}.sus-menu{display:inline-block;position:relative}.sus-menu-trigger{align-items:center;display:inline-flex;gap:7px}.sus-menu-caret{font-size:.7rem;opacity:.75;transition:transform .15s ease}.sus-menu-caret.is-open{transform:rotate(180deg)}.sus-menu-list{background:#151b28;border:1px solid #ffffff24;border-radius:12px;box-shadow:0 18px 40px #0000008c;display:flex;flex-direction:column;gap:2px;min-width:260px;padding:6px;position:absolute;top:calc(100% + 6px);z-index:60}.sus-menu-list.is-right{right:0}.sus-menu-list.is-left{left:0}.sus-menu-item{align-items:flex-start;background:#0000;border:1px solid #0000;border-radius:8px;color:#e2e8f0;cursor:pointer;display:flex;font:inherit;gap:10px;padding:9px 11px;text-align:left;width:100%}.sus-menu-item:focus-visible,.sus-menu-item:hover:not(:disabled){background:#88b24b1f;border-color:#88b24b59;outline:none}.sus-menu-item:disabled{cursor:default;opacity:.45}.sus-menu-icon{flex:none;font-size:1rem;line-height:1.4}.sus-menu-text{display:flex;flex-direction:column;min-width:0}.sus-menu-label{font-size:.92rem}.sus-menu-hint{color:#94a3b8;font-size:.76rem;margin-top:2px;white-space:normal}.sus-menu-item.is-save .sus-menu-label{color:#ffcb6b}.sus-menu-item.is-restore .sus-menu-label{color:#60a5fa}@media (max-width:640px){.sus-menu-list{min-width:min(300px,calc(100vw - 32px))}}@media (max-width:768px){.sus-menu-list{bottom:12px;bottom:calc(12px + var(--safe-bottom, 0px));gap:6px;max-height:min(70dvh,calc(100dvh - 24px));max-width:none;min-width:0;overflow-y:auto;padding:8px;position:fixed;top:auto}.sus-menu-list,.sus-menu-list.is-left,.sus-menu-list.is-right{left:12px;right:12px}.sus-menu-item{align-items:center;min-height:48px;padding:11px 12px}.sus-menu-label{font-size:1rem}.sus-menu-hint{font-size:.82rem}}.maplibregl-map{-webkit-tap-highlight-color:rgb(0,0,0,0);font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:initial;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:initial}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media (hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85) scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85) scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85) scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85) scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85) scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85) scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85) scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85) scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85) scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:initial;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid #0000;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.maplibregl-popup-close-button{background-color:initial;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.sus-mapview-wrapper{background-color:#111827;border-radius:12px;box-shadow:inset 0 0 20px #00000080;height:100%;overflow:hidden;position:relative;width:100%}.maplibregl-map{bottom:0;font-family:Inter,sans-serif;left:0;position:absolute;right:0;top:0;z-index:1}.sus-mapview-marker{cursor:pointer;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));transform:translate(-50%,-100%);transition:transform .2s}.sus-mapview-marker:hover{transform:translate(-50%,-120%) scale(1.1);z-index:10}.sus-mapview-button{align-items:center;background:#1f2937e6;border:1px solid #ffffff1a;border-radius:6px;color:#e5e7eb;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:background .2s}.sus-mapview-button:hover{background:#374151;color:#fff}.sus-mapview-button:active{transform:translateY(1px)}@media (max-width:768px){.sus-mapview-button{min-height:44px;min-width:44px}.sus-mapview-wrapper .maplibregl-ctrl-attribution{max-width:calc(100vw - 24px)}}:root{--sus-dark:#161b22;--sus-blue:#3b82f6;--sus-red:#ef4444;--sus-orange:#f97316}::-webkit-scrollbar-track{background:#0003}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.sus-input-field{background:#0000004d;border-radius:8px;font-size:.95rem;padding:10px 12px;transition:border-color .2s,background .2s}.sus-input-field:focus{background:#00000080;border-color:#88b24b}select.sus-input-field{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2388B24B%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-position:right 12px top 50%;background-repeat:no-repeat;background-size:10px auto;cursor:pointer;padding-right:30px}select.sus-input-field option{background:#161b22;color:#fff}.sus-action-btn{background:#88b24b;background:var(--sus-green);border-radius:8px;color:#fff;display:inline-flex;gap:8px;padding:8px 16px;transition:all .2s}.sus-action-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.sus-action-btn.blue{background:#3b82f6;background:var(--sus-blue)}.sus-action-btn.red{background:#ef4444;background:var(--sus-red)}.sus-action-btn.ghost{background:#0000;border:1px solid #ffffff1a;border:1px solid var(--sus-border)}.sus-action-btn.ghost,.sus-icon-btn{color:#8b949e;color:var(--sus-text-muted)}.sus-icon-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:8px;cursor:pointer;display:flex;font-size:1.2rem;height:36px;justify-content:center;transition:.2s;width:36px}.sus-icon-btn:hover{background:#ffffff26;color:#fff}.sus-icon-btn.red{border-color:#ef44444d;color:#ef4444;color:var(--sus-red)}.sus-worldmap-schedule-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;display:flex;inset:0;justify-content:center;padding:10px;position:fixed;z-index:9999}.sus-modal-glass-card{background:#161b22f2;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 25px 50px -12px #000000b3;color:#e5e7eb;display:flex;flex-direction:column;overflow:hidden}.sus-modal-header{align-items:center;background:#0003;border-bottom:1px solid #ffffff0d;display:flex;flex-shrink:0;justify-content:space-between;padding:20px 24px}.sus-card-title{font-size:1.25rem;font-weight:700}.sus-modal-body{display:flex;flex:1 1;flex-direction:column;min-height:0;padding:24px;position:relative}.sus-modal-footer{background:#0000004d;border-top:1px solid #ffffff0d;display:flex;flex-shrink:0;gap:12px;justify-content:flex-end;padding:20px 24px}.sus-glass-panel{background:#ffffff08;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:12px;margin-bottom:20px;padding:16px}.sus-tab-header{background:#0000004d;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:10px;display:flex;gap:8px;margin-bottom:20px;padding:4px;width:-webkit-fit-content;width:fit-content}.sus-tab-btn{background:#0000;border:none;border-radius:8px;color:#8b949e;color:var(--sus-text-muted);cursor:pointer;font-size:.9rem;font-weight:600;padding:8px 16px;transition:all .2s}.sus-tab-btn.active{background:#3b82f6;background:var(--sus-blue);box-shadow:0 2px 4px #0003;color:#fff}.sus-big-row{align-items:center;background:#ffffff08;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:10px;display:flex;justify-content:space-between;margin-bottom:12px;padding:16px}.sus-row-label{color:#f3f4f6;display:block;font-size:1rem;font-weight:600}.sus-row-sublabel{color:#8b949e;color:var(--sus-text-muted);display:block;font-size:.8rem;margin-top:4px}.sus-info-box{align-items:center;background:#3b82f61a;border-left:4px solid #3b82f6;border-left:4px solid var(--sus-blue);border-radius:6px;color:#bfdbfe;display:flex;font-size:.9rem;gap:12px;margin-bottom:20px;padding:12px}.sus-loader-container{align-items:center;color:#fff;display:flex;flex-direction:column;gap:15px}.spinner-inline{border:3px solid #ffffff1a;border-top:3px solid var(--sus-green);height:30px;width:30px}.sus-schedule-container{display:flex;flex:1 1;gap:20px;min-height:0;overflow:hidden}.sus-schedule-sidebar{display:flex;flex-direction:column;flex-shrink:0;gap:15px;overflow-y:auto;padding-right:5px;width:300px}.sus-schedule-main{display:flex;flex:1 1;gap:20px;min-height:0;overflow-x:auto;overflow-y:hidden;padding-bottom:10px}.sus-schedule-column{background:#1e232d99;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:12px;display:flex;flex-direction:column;height:100%;min-height:0;min-width:340px}.sus-schedule-column-header{background:#ffffff05;border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--sus-border);flex-shrink:0;padding:15px;text-align:center}.sus-schedule-column-body{flex:1 1;height:0;min-height:0;overflow-y:auto;padding:12px}.sus-region-label{border-left:2px solid #ffffff1a;border-left:2px solid var(--sus-border);color:#8b949e;color:var(--sus-text-muted);font-size:1.1rem;font-weight:800;letter-spacing:2px;padding:10px;text-align:center;transform:rotate(180deg);writing-mode:vertical-rl}.sus-schedule-card{background:#1e232e;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-left-width:4px;border-radius:8px;box-shadow:0 4px 6px #0003;margin-bottom:12px;padding:12px;position:relative;transition:transform .2s}.sus-schedule-card:hover{box-shadow:0 8px 12px #0000004d;transform:translateY(-2px)}.sus-schedule-card-inner{background:#0003;border:1px solid #ffffff0d;border-radius:6px;margin:10px 0;padding:8px}.sus-schedule-row{align-items:center;border-bottom:1px solid #ffffff0d;display:flex;font-size:.85rem;justify-content:space-between;padding:4px 0}.sus-schedule-row:last-child{border-bottom:none}.sus-mini-input{background:#0000004d;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:4px;color:#fff;font-size:.8rem;padding:2px;text-align:center;width:40px}.sus-mini-input:focus{border-color:#3b82f6;border-color:var(--sus-blue);outline:none}.sus-modal-overlay.nested{background:#0009;z-index:10000}@media (max-width:768px){.sus-worldmap-schedule-overlay{background:#111827;padding:0}.sus-modal-glass-card{border:none;border-radius:0;height:100%!important;max-width:100%!important;width:100%!important}.sus-modal-header{padding:15px}.sus-card-title{font-size:1.1rem}.sus-modal-footer{flex-direction:column-reverse;padding:15px}.sus-modal-footer button{padding:14px;width:100%}.sus-schedule-container{flex-direction:column;gap:0}.sus-schedule-sidebar{border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--sus-border);border-right:none;flex-shrink:0;height:auto;margin-bottom:15px;padding-bottom:15px;padding-right:0;width:100%}.sus-schedule-sidebar .sus-glass-panel{margin-bottom:10px;padding:12px}.sus-schedule-main{flex:1 1;gap:15px;padding:0;scroll-snap-type:x mandatory;width:100%}.sus-region-label{align-items:center;border-bottom:2px solid #ffffff1a;border-bottom:2px solid var(--sus-border);border-left:none;display:flex;font-size:.8rem;justify-content:center;padding:5px;transform:none;white-space:nowrap;width:40px;writing-mode:horizontal-tb}.sus-schedule-column{height:100%;min-width:85vw;scroll-snap-align:start}.sus-big-row{align-items:flex-start;flex-direction:column;gap:12px}.sus-big-row>div{width:100%}.sus-big-row input.sus-input-field,.sus-big-row select{min-width:0!important;text-align:left!important;width:100%!important}.sus-modal-overlay.nested div[style*=grid-template-columns],.sus-worldmap-schedule-overlay div[style*=grid-template-columns]{grid-template-columns:1fr!important}.sus-tab-header{overflow-x:auto;width:100%}.sus-tab-btn{flex:1 1;text-align:center}.sus-modal-overlay.nested .sus-modal-body,.sus-worldmap-schedule-overlay .sus-modal-body{padding:14px}.sus-modal-overlay.nested .sus-input-field,.sus-modal-overlay.nested .sus-mini-input,.sus-worldmap-schedule-overlay .sus-input-field,.sus-worldmap-schedule-overlay .sus-mini-input{font-size:16px}.sus-modal-overlay.nested .sus-input-field,.sus-worldmap-schedule-overlay .sus-input-field{min-height:44px}.sus-modal-overlay.nested .sus-mini-input,.sus-worldmap-schedule-overlay .sus-mini-input{min-height:44px;width:56px}.sus-modal-overlay.nested .sus-icon-btn,.sus-worldmap-schedule-overlay .sus-icon-btn{height:44px;width:44px}.sus-modal-overlay.nested .sus-action-btn,.sus-modal-overlay.nested .sus-tab-btn,.sus-worldmap-schedule-overlay .sus-action-btn,.sus-worldmap-schedule-overlay .sus-tab-btn{min-height:44px}.sus-modal-overlay.nested .sus-modal-footer,.sus-worldmap-schedule-overlay .sus-modal-footer{padding-bottom:15px;padding-bottom:calc(15px + var(--safe-bottom, 0px))}.sus-modal-overlay.nested .sus-modal-header,.sus-worldmap-schedule-overlay .sus-modal-header{flex-wrap:wrap;gap:8px}.sus-modal-overlay.nested .sus-card-title,.sus-worldmap-schedule-overlay .sus-card-title{min-width:0;overflow-wrap:break-word}}@media (max-width:480px){.sus-modal-overlay.nested .sus-modal-body,.sus-modal-overlay.nested .sus-modal-header,.sus-worldmap-schedule-overlay .sus-modal-body,.sus-worldmap-schedule-overlay .sus-modal-header{padding:12px}.sus-modal-overlay.nested .sus-glass-panel,.sus-worldmap-schedule-overlay .sus-glass-panel{margin-bottom:12px;padding:12px}.sus-schedule-column{min-width:calc(100vw - 24px)}.sus-modal-overlay.nested .sus-info-box,.sus-worldmap-schedule-overlay .sus-info-box{align-items:flex-start;flex-direction:column;gap:6px}}.sus-schedule-column-body::-webkit-scrollbar{width:6px}.sus-schedule-column-body::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.sus-schedule-column-body::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.sus-schedule-column-body::-webkit-scrollbar-thumb:hover{background:#fff6}.sus-stammdatenmenu-overlay{-webkit-overflow-scrolling:touch;align-items:center;display:flex;inset:0;justify-content:center;overflow:auto;overscroll-behavior:contain;padding:24px;position:fixed;z-index:9999}.sus-stammdatenmenu-card{display:flex;flex-direction:column;height:min(80vh,calc(100vh - 48px));height:min(80dvh,calc(100dvh - 48px));max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);max-width:900px;overflow:hidden;width:100%}.sus-stammdatenmenu-body{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow:auto;overscroll-behavior:contain}.sus-stammdatenmenu-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000040;border-top:1px solid #ffffff1a;bottom:0;position:-webkit-sticky;position:sticky}.sus-stammdatenmenu-button{align-items:center;background:#ffffff0f;border:1px solid #ffffff24;border-radius:12px;color:#e5e7eb;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.45rem;justify-content:center;padding:.55rem .9rem;transition:transform .12s ease,background .12s ease,border-color .12s ease,opacity .12s ease;-webkit-user-select:none;user-select:none}.sus-stammdatenmenu-button:hover{background:#ffffff1a;border-color:#ffffff38;transform:translateY(-1px)}.sus-stammdatenmenu-button:active{transform:translateY(0)}.sus-stammdatenmenu-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.sus-stammdatenmenu-button.blue{background:#3b82f62e;border-color:#3b82f659}.sus-stammdatenmenu-button.blue:hover{background:#3b82f642}.sus-stammdatenmenu-button.red{background:#ef44442e;border-color:#ef444459}.sus-stammdatenmenu-button.red:hover{background:#ef444442}@media (max-width:768px){.sus-stammdatenmenu-overlay{align-items:stretch;padding:0}.sus-stammdatenmenu-card{border-radius:0;height:100%;max-height:none;max-width:none}.sus-stammdatenmenu-list{-webkit-overflow-scrolling:touch;overflow-x:auto}.sus-stammdatenmenu-footer{padding-bottom:12px;padding-bottom:calc(12px + var(--safe-bottom, 0px))}.sus-stammdatenmenu-button{min-height:44px;padding:.6rem .9rem}.sus-stammdatenmenu-footer .sus-stammdatenmenu-button{min-width:0!important;width:100%}.sus-stammdatenmenu-body .sus-input-field{font-size:16px;min-width:0!important}.sus-stammdatenmenu-body input[type=checkbox]{height:22px!important;width:22px!important}}@media (max-width:480px){.sus-stammdatenmenu-card .sus-modal-header{padding:10px 12px}.sus-stammdatenmenu-body{padding:12px!important}}.sus-maplegend-container{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#111827f2;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 4px 20px #00000080;color:#e5e7eb;display:flex;flex-direction:column;font-family:Inter,sans-serif;font-size:.8rem;left:20px;max-height:calc(100% - 40px);overflow:hidden;position:absolute;top:20px;width:280px;z-index:20}.sus-maplegend-header{align-items:center;background:#111827f2;border-bottom:1px solid #ffffff1a;display:flex;flex-shrink:0;justify-content:space-between;padding:12px 16px}.sus-maplegend-title{align-items:center;color:#fff;display:flex;font-size:.9rem;font-weight:600;gap:8px;margin:0}.sus-maplegend-content{flex:1 1;min-height:0;overflow-y:auto;padding:12px 16px}.sus-maplegend-content::-webkit-scrollbar{width:6px}.sus-maplegend-content::-webkit-scrollbar-track{background:#0000001a}.sus-maplegend-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sus-maplegend-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.sus-maplegend-footer{background:#0000004d;border-top:1px solid #ffffff1a;flex-shrink:0;padding:12px 16px}.sus-maplegend-button{align-items:center;background:none;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;display:flex;font-size:1.1rem;justify-content:center;padding:4px;transition:background .2s,color .2s}.sus-maplegend-button:hover{background:#ffffff1a;color:#fff}.sus-maplegend-button.active{background:#3b82f61a;color:#60a5fa}.sus-maplegend-badge{background-color:#2563eb;border-radius:6px;box-shadow:0 1px 2px #0000004d;color:#fff;font-size:.7rem;font-weight:700;padding:2px 7px}.sus-maplegend-status-row{align-items:center;border:1px solid #0000;border-radius:6px;cursor:default;display:flex;justify-content:space-between;margin-bottom:4px;padding:6px 8px;transition:transform .1s}.sus-maplegend-status-row.clickable{cursor:pointer}.sus-maplegend-status-row.clickable:active{transform:scale(.98)}.sus-maplegend-status-row.overdue{background:#ef444426;border-color:#ef44444d}.sus-maplegend-status-row.upcoming{background:#fbbf2426;border-color:#fbbf244d}.sus-maplegend-status-row.warranty{background:#3b82f626;border-color:#3b82f64d}.sus-maplegend-status-row.deactivated{background:#4b556333;border-color:#4b5563}.sus-maplegend-sublist{margin-bottom:8px;margin-left:8px;padding-left:8px}.sus-maplegend-list-item{border-bottom:1px solid #ffffff0d;cursor:pointer;padding:4px 0}.sus-maplegend-list-item:hover .item-id{text-decoration:underline}.sus-maplegend-group-title{color:#60a5fa;font-size:.7rem;font-weight:700;letter-spacing:.5px;margin-bottom:6px;margin-top:12px;text-transform:uppercase}.sus-maplegend-type-row{border-radius:4px;color:#9ca3af;cursor:pointer;display:flex;justify-content:space-between;padding:3px 8px}.sus-maplegend-type-row:hover{background:#ffffff0d;color:#fff}@media (max-height:500px){.sus-maplegend-container{bottom:10px;left:10px;max-height:calc(100% - 20px);top:10px}}@media (max-width:768px){.sus-maplegend-container{border-radius:14px;bottom:8px;left:8px;max-height:46%;max-height:min(46%,46dvh);right:8px;top:auto;width:auto}.sus-maplegend-header{min-height:52px;padding:8px 10px}.sus-maplegend-button{font-size:1.25rem;min-height:44px;min-width:44px}.sus-maplegend-header>div{gap:8px!important}.sus-maplegend-content{padding:10px 12px}.sus-maplegend-list-item,.sus-maplegend-status-row,.sus-maplegend-type-row{align-items:center;display:flex;min-height:44px}.sus-maplegend-list-item{align-items:flex-start;flex-direction:column;justify-content:center;padding:4px 0}.sus-maplegend-settings-view input[type=range]{height:28px}}@media (max-width:480px){.sus-maplegend-container{border-radius:16px 16px 0 0;bottom:0;left:0;max-height:52%;max-height:min(52%,52dvh);right:0}.sus-maplegend-footer{padding-bottom:12px;padding-bottom:calc(12px + var(--safe-bottom, 0px))}}.sus-CountryMachinesOverview-overlay *{box-sizing:border-box}.sus-CountryMachinesOverview-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#000000d9;bottom:0;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.sus-CountryMachinesOverview-container{background-color:#111827;border:1px solid #374151;border-radius:16px;box-shadow:0 25px 50px -12px #00000080;display:flex;flex-direction:row;height:90vh;height:90dvh;max-width:1600px;overflow:hidden;width:95%}.sus-CountryMachinesOverview-leftPanel{background-color:#1f2937;border-right:1px solid #374151;display:flex;flex:3 1;flex-direction:column;min-width:0}.sus-CountryMachinesOverview-header{align-items:center;background:#1f2937;border-bottom:1px solid #374151;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:16px 24px}.sus-CountryMachinesOverview-headerTitle{align-items:center;color:#f3f4f6;display:flex;font-size:1.25rem;font-weight:600;gap:12px;margin:0;white-space:nowrap}.sus-CountryMachinesOverview-badge{background:#374151;border-radius:9999px;color:#d1d5db;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:4px 10px}.sus-CountryMachinesOverview-searchInput{background:#111827;border:1px solid #374151;border-radius:8px;color:#e5e7eb;font-size:.9rem;padding:8px 16px;transition:all .2s;width:280px}.sus-CountryMachinesOverview-searchInput:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.sus-CountryMachinesOverview-tableWrapper{background-color:#1f2937;flex:1 1;overflow:auto;padding:0}.sus-CountryMachinesOverview-tableWrapper::-webkit-scrollbar{height:8px;width:8px}.sus-CountryMachinesOverview-tableWrapper::-webkit-scrollbar-track{background:#111827}.sus-CountryMachinesOverview-tableWrapper::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px}.sus-CountryMachinesOverview-tableWrapper::-webkit-scrollbar-thumb:hover{background:#6b7280}.sus-CountryMachinesOverview-table{border-collapse:initial;border-spacing:0;color:#d1d5db;font-size:.9rem;min-width:1000px;width:100%}.sus-CountryMachinesOverview-thead{background:#1f2937;box-shadow:0 4px 6px -1px #0000004d;position:-webkit-sticky;position:sticky;top:0;z-index:10}.sus-CountryMachinesOverview-th{border-bottom:1px solid #374151;color:#9ca3af;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:16px;text-align:left;text-transform:uppercase;white-space:nowrap}.sus-CountryMachinesOverview-tr{transition:background-color .15s ease}.sus-CountryMachinesOverview-tr:hover{background-color:#ffffff05!important}.sus-CountryMachinesOverview-td{border-bottom:1px solid #374151;padding:12px 16px;vertical-align:middle}.sus-CountryMachinesOverview-col-client{color:#f3f4f6;font-weight:600;max-width:220px;min-width:140px;white-space:normal;word-break:break-word}.sus-CountryMachinesOverview-col-address{color:#9ca3af;cursor:help;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sus-CountryMachinesOverview-actionWrapper{align-items:center;background:#0003;border:1px solid #ffffff0d;border-radius:8px;display:flex;flex-wrap:nowrap;gap:8px;padding:6px}.sus-input-base{background:#111827;border:1px solid #374151;border-radius:6px;color:#e5e7eb;font-size:.85rem;height:36px;padding:6px 10px;transition:all .2s}.sus-input-base:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.sus-CountryMachinesOverview-selectStatus{cursor:pointer;width:140px}.sus-CountryMachinesOverview-inputDate{font-family:monospace;width:110px}.sus-CountryMachinesOverview-inputNote{flex:1 1;min-width:100px}.sus-CountryMachinesOverview-ButtonSave{align-items:center;background:#2563eb;border:none;border-radius:6px;box-shadow:0 2px 4px #0003;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all .2s;width:36px}.sus-CountryMachinesOverview-ButtonSave:hover{background:#3b82f6;transform:translateY(-1px)}.sus-CountryMachinesOverview-ButtonSave:active{transform:translateY(0)}.sus-toggle-switch{cursor:pointer;display:inline-block;height:22px;position:relative;width:40px;z-index:10}.sus-toggle-switch input{height:0;opacity:0;width:0}.sus-toggle-slider{background-color:#374151;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.sus-toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:16px;left:3px;position:absolute;transition:.4s;width:16px}input:checked+.sus-toggle-slider{background-color:#10b981}input:checked+.sus-toggle-slider:before{transform:translateX(18px)}.sus-row-deactivated{filter:grayscale(.8);opacity:.6}.sus-row-deactivated:hover{filter:grayscale(0);opacity:1}.sus-CountryMachinesOverview-rightPanel{background-color:#111827;border-left:1px solid #374151;display:flex;flex:1 1;flex-direction:column;gap:20px;min-width:300px;overflow-y:auto;padding:24px}.sus-CountryMachinesOverview-ButtonClose{align-items:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.4rem;height:32px;justify-content:center;transition:background .2s;width:32px}.sus-CountryMachinesOverview-ButtonClose:hover{background:#ffffff40}.sus-CountryMachinesOverview-countryTitle{color:#fff;font-size:2rem;font-weight:700;margin-bottom:4px;word-break:break-word}.sus-CountryMachinesOverview-subtitle{color:#9ca3af;font-size:.9rem}.sus-CountryMachinesOverview-divider{background:#374151;height:1px;margin:10px 0}.sus-CountryMachinesOverview-statsContainer{display:flex;flex-direction:column;gap:12px}.sus-CountryMachinesOverview-card{background:#1f2937;border:1px solid #374151;border-radius:12px;box-shadow:0 4px 6px -1px #0003;padding:16px}.sus-CountryMachinesOverview-cardTitle{color:#9ca3af;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:6px;text-transform:uppercase}.sus-CountryMachinesOverview-cardValue{color:#fff;font-size:1.8rem;font-weight:700;line-height:1}.sus-CountryMachinesOverview-cardSub{font-size:.8rem;font-weight:500;margin-top:6px}.sus-CountryMachinesOverview-cardMaintenance{align-items:flex-end;display:flex;gap:15px;justify-content:space-between}.sus-CountryMachinesOverview-styleWarranty{background:#3b82f60d;border:1px solid #3b82f633}.sus-CountryMachinesOverview-stylePremium{background:#f59e0b0d;border:1px solid #f59e0b33}.sus-type-list{display:flex;flex-direction:column;gap:6px;margin-top:8px}.sus-type-row{align-items:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:6px;display:flex;justify-content:space-between;padding:6px 10px}.sus-type-name{color:#e5e7eb;font-size:.85rem;font-weight:600}.sus-type-count{background:#374151;border-radius:10px;color:#fff;font-size:.75rem;font-weight:700;padding:2px 8px}.sus-CountryMachinesOverview-footer{color:#6b7280;font-size:.75rem;margin-top:20px;text-align:center}.sus-CountryMachinesOverview-emptyState{color:#6b7280;font-size:1rem;padding:40px;text-align:center}@media (max-width:1200px){.sus-CountryMachinesOverview-actionWrapper{flex-wrap:wrap}.sus-CountryMachinesOverview-inputDate,.sus-CountryMachinesOverview-selectStatus{flex-grow:1}.sus-CountryMachinesOverview-inputNote{margin-top:4px;order:3;width:100%}.sus-CountryMachinesOverview-ButtonSave{margin-left:auto;margin-top:4px;order:4}}@media (max-width:900px){.sus-CountryMachinesOverview-overlay{align-items:flex-end;padding:0}.sus-CountryMachinesOverview-container{border-radius:0;flex-direction:column;height:100%;width:100%}.sus-CountryMachinesOverview-leftPanel{border-right:none;flex:1 1;order:2}.sus-CountryMachinesOverview-rightPanel{border-bottom:1px solid #374151;border-left:none;flex:none;height:auto;max-height:40%;order:1;padding:16px;width:100%}.sus-CountryMachinesOverview-header{align-items:stretch;flex-direction:column}.sus-CountryMachinesOverview-searchInput{width:100%}.sus-CountryMachinesOverview-td,.sus-CountryMachinesOverview-th{padding:10px}.sus-CountryMachinesOverview-statsContainer{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.sus-CountryMachinesOverview-card{padding:12px}.sus-CountryMachinesOverview-countryTitle{font-size:1.5rem}.sus-CountryMachinesOverview-rightPanel{min-width:0}}@media (max-width:768px){.sus-CountryMachinesOverview-headerTitle{font-size:1.1rem;overflow-wrap:break-word;white-space:normal}.sus-CountryMachinesOverview-col-address{cursor:default;max-width:220px;overflow:visible;overflow-wrap:break-word;text-overflow:clip;white-space:normal}.sus-CountryMachinesOverview-searchInput,.sus-input-base{font-size:16px;min-height:44px}.sus-CountryMachinesOverview-ButtonClose,.sus-CountryMachinesOverview-ButtonSave{height:44px;width:44px}.sus-toggle-switch:after{bottom:-11px;content:"";left:-4px;position:absolute;right:-4px;top:-11px}}@media (max-width:480px){.sus-CountryMachinesOverview-statsContainer{grid-template-columns:1fr}.sus-CountryMachinesOverview-rightPanel{max-height:45%;padding:12px}.sus-CountryMachinesOverview-header{padding:12px}.sus-CountryMachinesOverview-tableWrapper{padding-bottom:0;padding-bottom:var(--safe-bottom,0)}}.sus-type-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:4px}.sus-type-badge{background:#374151;border-radius:4px;box-shadow:0 1px 2px #0003;color:#fff;font-size:.85rem;font-weight:700;padding:2px 8px}.sus-type-serial{background:#0003;border-radius:3px;color:#9ca3af;font-family:Roboto Mono,monospace;font-size:.75rem;letter-spacing:.05em;padding:0 4px}.worldmap-page{background-color:#111827;border-radius:8px;color:#e5e7eb;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:0;position:relative;width:100%}.header-section{flex-shrink:0;padding:1rem 1rem 0}.header-section h1{color:#fff;font-size:1.25rem;margin:0 0 .5rem}@media (min-width:768px){.header-section h1{font-size:1.5rem}}.control-panel{background:#1f2937;border:1px solid #374151;border-radius:8px;display:flex;flex-direction:column;flex-shrink:0;gap:.75rem;justify-content:space-between;margin:1rem;padding:.75rem;z-index:10}@media (min-width:768px){.control-panel{flex-direction:row;gap:1rem;padding:.75rem 1.5rem}}.control-group{align-items:center;display:flex;gap:.5rem;width:100%}@media (min-width:768px){.control-group{gap:1rem;width:auto}}.month-select{background:#374151;border:1px solid #4b5563;border-radius:6px;color:#fff;flex:1 1;font-size:.9rem;max-width:100%;padding:.4rem 1rem}@media (min-width:768px){.month-select{flex:initial}}.control-group.right{flex-direction:row}@media (max-width:768px){.control-group.right .search-input{width:100%!important}}.content-area{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden;position:relative}.loading-state{align-items:center;color:#6b7280;display:flex;font-size:1rem;height:100%;justify-content:center}.map-container-wrapper{background:#111827;box-shadow:inset 0 0 20px #00000080;height:100%;overflow:hidden;position:relative;width:100%}.map-marker{-webkit-tap-highlight-color:transparent;cursor:pointer;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));font-size:1.5rem;transform:translate(-50%,-100%);transition:transform .2s;-webkit-user-select:none;user-select:none}@media (min-width:768px){.map-marker{font-size:2rem}}.map-marker:active,.map-marker:hover{transform:translate(-50%,-120%) scale(1.2);z-index:100}.bottom-sheet{background:#1f2937;border-top:1px solid #374151;border-top-left-radius:16px;border-top-right-radius:16px;bottom:0;box-shadow:0 -4px 25px #000c;display:flex;flex-direction:column;height:85%;left:0;max-height:900px;position:absolute;transform:translateY(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);width:100%;z-index:50}@media (min-width:768px){.bottom-sheet{height:60%}}.bottom-sheet.active{transform:translateY(0)}.sheet-banner{background-color:#111827;background-position:50%;background-size:cover;border-top-left-radius:16px;border-top-right-radius:16px;flex-shrink:0;height:120px;position:relative}@media (min-width:768px){.sheet-banner{height:180px}}.sheet-banner-overlay{align-items:flex-end;background:linear-gradient(180deg,#11182700 0,#111827e6 70%,#111827);bottom:0;display:flex;height:100%;left:0;padding:1rem;position:absolute;width:100%}.sheet-header-content{display:flex;flex-direction:column;width:100%;z-index:2}@media (min-width:768px){.sheet-header-content{align-items:flex-end;flex-direction:row;justify-content:space-between}}.sheet-header-content h2{color:#fff;font-size:1.5rem;margin:0;overflow:hidden;text-overflow:ellipsis;text-shadow:0 2px 4px #00000080;white-space:nowrap}@media (min-width:768px){.sheet-header-content h2{font-size:2rem}}.close-btn-absolute{align-items:center;background:#0009;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:36px;justify-content:center;position:absolute;right:15px;top:10px;width:36px;z-index:10}.sheet-content{background:#111827;flex:1 1;overflow-y:auto;padding:0;position:relative}.sheet-content,.table-wrapper{-webkit-overflow-scrolling:touch}.table-wrapper{overflow-x:auto;width:100%}.machine-table{border-collapse:collapse;color:#e5e7eb;font-size:.8rem;min-width:700px;width:100%}.machine-table th{background:#111827;border-bottom:1px solid #374151;color:#9ca3af;font-size:.75rem;letter-spacing:.05em;padding:12px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:10}.machine-table td{border-bottom:1px solid #374151;padding:8px 12px;vertical-align:middle}.machine-table tr:hover td{background:#2d3748}.badge{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:600;margin-left:6px;padding:3px 8px;white-space:nowrap}.compact-input{background:#374151;border:1px solid #4b5563;border-radius:4px;color:#fff;font-size:.85rem;height:32px;max-width:100%;outline:none;padding:4px 8px}.compact-input:focus{border-color:#3b82f6}.compact-btn{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:.9rem;height:32px;justify-content:center;padding:0 12px;transition:background .2s}.compact-input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(1);height:20px;width:20px}.reminder-due td{background:#ef444426!important;border-bottom:1px solid #ef4444;border-top:1px solid #ef4444}.reminder-due td:first-child{border-left:4px solid #ef4444}.stat-card-container{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.stat-card{background:#1f2937cc;border:1px solid #4b5563;border-radius:8px;flex:1 1 45%;min-width:80px;padding:8px 6px;text-align:center}@media (min-width:768px){.stat-card{flex:0 1 auto;min-width:90px}}.stat-val{color:#fff;font-size:1rem;font-weight:700}.stat-label{color:#9ca3af;font-size:.6rem;margin-top:2px;text-transform:uppercase}.Toastify__toast-container{height:auto!important;padding:0!important;position:fixed!important;width:auto!important;z-index:9999!important}@media (max-width:768px){.sheet-header-content h2{line-height:1.25;overflow:visible;overflow-wrap:break-word;text-overflow:clip;white-space:normal}.close-btn-absolute{height:44px;right:8px;top:8px;width:44px}.compact-btn{height:44px;min-width:44px}.compact-input,.month-select{font-size:16px;height:44px}.sheet-content{padding-bottom:0;padding-bottom:var(--safe-bottom,0)}.machine-table td{padding:10px 12px}}.gmic-scope,.sus-gmic{--gmic-bg:#0f1420;--gmic-panel:#171f2ef0;--gmic-panel-solid:#171f2e;--gmic-panel-2:#1f2937;--gmic-border:#94a3b829;--gmic-border-strong:#94a3b84d;--gmic-text:#e5e7eb;--gmic-muted:#94a3b8;--gmic-dim:#64748b;--gmic-accent:#88b24b;--gmic-radius:10px;color:var(--gmic-text);font-size:13px}.sus-gmic{background:var(--gmic-bg);border-radius:0;display:flex;flex-direction:column;height:calc(100% + 48px);margin:-24px;min-height:0;overflow:hidden;position:relative;width:calc(100% + 48px)}@media (max-width:768px){.sus-gmic{height:calc(100% + 32px);margin:-16px;width:calc(100% + 32px)}}.gmic-scope *,.gmic-scope :after,.gmic-scope :before,.sus-gmic *,.sus-gmic :after,.sus-gmic :before{box-sizing:border-box}.gmic-scope button,.sus-gmic button{color:inherit;font-family:inherit;font-size:inherit}.gmic-kpibar{align-items:stretch;background:var(--gmic-border);border-bottom:1px solid var(--gmic-border);display:flex;flex-shrink:0;gap:1px;overflow-x:auto;scrollbar-width:none}.gmic-kpibar::-webkit-scrollbar{height:0}.gmic-kpi{background:var(--gmic-panel-solid);border:none;border-top:2px solid #0000;cursor:pointer;display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:104px;padding:6px 11px 7px;text-align:left;transition:background .15s ease,border-color .15s ease}.gmic-kpi:hover{background:#1e2637}.gmic-kpi:focus-visible{outline:2px solid var(--gmic-accent);outline-offset:-2px}.gmic-kpi.is-active{background:#1e2637;border-top-color:var(--gmic-accent)}.gmic-kpi[disabled]{cursor:default}.gmic-kpi-label{color:var(--gmic-dim);font-size:9px;letter-spacing:.08em;line-height:1.3;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}.gmic-kpi-label,.gmic-kpi-value{display:block;white-space:nowrap}.gmic-kpi-value{font-feature-settings:"tnum";color:#f8fafc;font-size:18px;font-variant-numeric:tabular-nums;font-weight:600;line-height:1.15;margin-top:1px}.gmic-kpi-value.tone-critical{color:#f87171}.gmic-kpi-value.tone-warning{color:#fbbf24}.gmic-kpi-value.tone-quality{color:#c084fc}.gmic-kpi-value.tone-good{color:#86efac}.gmic-kpi-hint{display:none}.gmic-toolbar{align-items:center;background:var(--gmic-panel-solid);border-bottom:1px solid var(--gmic-border);display:flex;flex-shrink:0;flex-wrap:nowrap;gap:6px;min-height:44px;padding:6px 10px}.gmic-viewtabs{background:#101725;border:1px solid var(--gmic-border);border-radius:8px;display:flex;gap:2px;min-width:0;overflow-x:auto;padding:2px;scrollbar-width:none}.gmic-viewtabs::-webkit-scrollbar{height:0}.gmic-viewtab{background:#0000;border:none;border-radius:6px;color:var(--gmic-muted);cursor:pointer;font-size:11.5px;letter-spacing:.03em;padding:4px 10px;transition:background .15s ease,color .15s ease;white-space:nowrap}.gmic-viewtab:hover{background:#94a3b81a;color:#e2e8f0}.gmic-viewtab.is-active{background:#88b24b2e;box-shadow:inset 0 0 0 1px #88b24b66;color:#cfe6a4}.gmic-toolbar-spacer{flex:1 1 auto;min-width:8px}.gmic-search{align-items:center;display:flex;flex:0 1 280px;min-width:170px;position:relative}.gmic-search input{background:#101725;border:1px solid var(--gmic-border);border-radius:7px;color:var(--gmic-text);font-size:12.5px;outline:none;padding:5px 28px;width:100%}.gmic-search input:focus{border-color:#88b24b99}.gmic-search input::placeholder{color:var(--gmic-dim)}.gmic-search-icon{display:flex;left:9px;pointer-events:none}.gmic-search-clear,.gmic-search-icon{color:var(--gmic-dim);position:absolute}.gmic-search-clear{background:none;border:none;cursor:pointer;line-height:1;padding:2px 4px;right:6px}.gmic-search-clear:hover{color:#e2e8f0}.gmic-suggestions{background:var(--gmic-panel-solid);border:1px solid var(--gmic-border-strong);border-radius:8px;box-shadow:0 12px 32px #0000008c;left:0;max-height:320px;overflow-y:auto;padding:4px;position:absolute;right:0;top:calc(100% + 4px);z-index:40}.gmic-suggestion{align-items:center;background:none;border:none;border-radius:6px;cursor:pointer;display:flex;gap:8px;padding:6px 8px;text-align:left;width:100%}.gmic-suggestion.is-active,.gmic-suggestion:hover{background:#94a3b824}.gmic-suggestion-main{color:#e2e8f0;font-size:12.5px}.gmic-suggestion-sub{color:var(--gmic-dim);font-size:11px}.gmic-suggestion-kind{color:var(--gmic-dim);font-size:9.5px;letter-spacing:.08em;margin-left:auto;text-transform:uppercase}.gmic-menu-wrap{flex-shrink:0;position:relative}.gmic-menu{background:var(--gmic-panel-solid);border:1px solid var(--gmic-border-strong);border-radius:9px;box-shadow:0 16px 40px #0009;max-height:min(70vh,560px);max-height:min(70dvh,560px);overflow-y:auto;padding:5px;position:absolute;right:0;top:calc(100% + 5px);width:min(268px,calc(100vw - 24px));z-index:60}.gmic-menu-section{color:var(--gmic-dim);font-size:9px;font-weight:600;letter-spacing:.1em;padding:7px 8px 4px;text-transform:uppercase}.gmic-menu-section:not(:first-child){border-top:1px solid var(--gmic-border);margin-top:3px;padding-top:8px}.gmic-menu-item{align-items:center;background:none;border:none;border-radius:6px;color:#cbd5e1;cursor:pointer;display:flex;font-size:12px;gap:9px;padding:6px 8px;text-align:left;width:100%}.gmic-menu-item:hover{background:#94a3b821;color:#f1f5f9}.gmic-menu-item.is-active{background:#88b24b24;color:#cfe6a4}.gmic-menu-icon{align-items:center;color:var(--gmic-muted);display:inline-flex;flex-shrink:0;justify-content:center;width:15px}.gmic-menu-item.is-active .gmic-menu-icon{color:#cfe6a4}.gmic-menu-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gmic-menu-hint{color:var(--gmic-dim);flex-shrink:0;font-size:10px}.gmic-menu-row{align-items:center;display:flex}.gmic-menu-row .gmic-menu-item{flex:1 1 auto}.gmic-menu-empty{color:var(--gmic-dim);font-size:11px;padding:4px 8px 8px}.gmic-menu-slot{padding:1px 0}.gmic-menu-slot .sus-action-btn,.gmic-menu-slot .sus-filedropzone-button,.gmic-menu-slot>button{align-items:center;background:none!important;border:none!important;border-radius:6px!important;box-shadow:none!important;color:#cbd5e1!important;cursor:pointer;display:flex!important;font-size:12px!important;font-weight:400!important;gap:9px;margin:0!important;padding:6px 8px!important;text-align:left;width:100%}.gmic-menu-slot .sus-action-btn:hover,.gmic-menu-slot .sus-filedropzone-button:hover,.gmic-menu-slot>button:hover{background:#94a3b821!important;color:#f1f5f9!important}.gmic-menu-slot>button:disabled{cursor:not-allowed;opacity:.45}.gmic-btn{align-items:center;background:#101725;border:1px solid var(--gmic-border);border-radius:7px;color:var(--gmic-muted);cursor:pointer;display:inline-flex;flex-shrink:0;font-size:11.5px;gap:6px;padding:5px 10px;transition:background .15s ease,color .15s ease,border-color .15s ease;white-space:nowrap}.gmic-btn:hover{background:#1b2434;color:#e2e8f0}.gmic-btn.is-active{background:#88b24b29;border-color:#88b24b73;color:#cfe6a4}.gmic-btn[disabled]{cursor:not-allowed;opacity:.5}.gmic-btn-badge{align-items:center;background:var(--gmic-accent);border-radius:8px;color:#10160c;display:inline-flex;font-size:10px;font-weight:700;height:16px;justify-content:center;min-width:16px;padding:0 4px}.gmic-stage{display:flex}.gmic-mapwrap,.gmic-stage{flex:1 1 auto;min-height:0;position:relative}.gmic-mapwrap{--gmic-drawer-width:460px;--gmic-drawer-wide-width:560px;--gmic-filters-width:300px;--gmic-sheet-left:0px;--gmic-sheet-right:0px;min-width:0}.gmic-mapwrap.has-drawer{--gmic-sheet-right:var(--gmic-drawer-width)}.gmic-mapwrap.has-wide-drawer{--gmic-sheet-right:var(--gmic-drawer-wide-width)}.gmic-mapwrap.has-filters{--gmic-sheet-left:var(--gmic-filters-width)}.sus-gmic .sus-mapview-wrapper{border-radius:0;box-shadow:none}.sus-gmic .maplibregl-map,.sus-gmic .sus-mapview-wrapper>div{border-radius:0!important}.gmic-overlay{pointer-events:none;position:absolute;z-index:5}.gmic-overlay>*{pointer-events:auto}.gmic-overlay-topleft{left:10px;max-width:min(360px,42%);top:10px}.gmic-overlay-topright{max-width:min(360px,42%);right:10px;top:10px}.gmic-overlay-bottomleft{bottom:10px;left:10px}.gmic-overlay-bottomright,.gmic-overlay-right{bottom:10px;right:10px}.gmic-overlay-right{align-items:stretch;display:flex;flex-direction:column;gap:8px;top:10px;width:min(340px,40vw)}.gmic-overlay-right>.gmic-panel{display:flex;flex-direction:column;min-height:0;width:100%}.gmic-overlay-right>.gmic-queue{margin-top:auto}.gmic-overlay-right .gmic-panel-body,.gmic-overlay-right .gmic-queue-list{min-height:0;overflow-y:auto}.gmic-panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--gmic-panel);border:1px solid var(--gmic-border);border-radius:var(--gmic-radius);box-shadow:0 10px 28px #00000073}.gmic-panel-head{align-items:center;border-bottom:1px solid var(--gmic-border);display:flex;gap:8px;min-height:38px;padding:5px 7px 5px 9px}.gmic-panel-title{color:var(--gmic-muted);font-size:9.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.gmic-panel-body{padding:7px 9px}.gmic-icon-btn{align-items:center;background:#94a3b814;border:1px solid var(--gmic-border);border-radius:7px;color:#cbd5e1;cursor:pointer;display:inline-flex;flex-shrink:0;height:30px;justify-content:center;transition:background .15s ease,color .15s ease,border-color .15s ease;width:30px}.gmic-icon-btn:hover{background:#94a3b833;border-color:var(--gmic-border-strong);color:#f8fafc}.gmic-icon-btn:focus-visible{outline:2px solid var(--gmic-accent);outline-offset:1px}.gmic-icon-btn:active{transform:translateY(1px)}.gmic-icon-btn[disabled]{cursor:not-allowed;opacity:.4}.gmic-drawer-head .gmic-icon-btn:last-child:hover,.gmic-modal-head .gmic-icon-btn:last-child:hover,.gmic-panel-head .gmic-icon-btn:last-child:hover,.gmic-table-head .gmic-icon-btn:last-child:hover{background:#ef44442e;border-color:#ef444473;color:#fca5a5}.gmic-card-head .gmic-icon-btn,.gmic-menu-row .gmic-icon-btn,.gmic-row .gmic-icon-btn,.gmic-table .gmic-icon-btn{height:26px;width:26px}.gmic-inline-hint{color:var(--gmic-muted);font-size:11px;padding:0 4px}.gmic-insights-panel{max-width:100%;width:340px}.gmic-insights{display:flex;flex-direction:column;gap:4px}.gmic-insight{align-items:flex-start;background:none;border:none;border-left:2px solid #0000;border-radius:5px;color:#cbd5e1;cursor:pointer;display:flex;font-size:11.5px;gap:7px;line-height:1.4;padding:6px 8px;text-align:left;width:100%}.gmic-insight:hover{background:#94a3b81a}.gmic-insight.tone-critical{border-left-color:#ef4444}.gmic-insight.tone-warning{border-left-color:#f59e0b}.gmic-insight.tone-quality{border-left-color:#a855f7}.gmic-insight.tone-info{border-left-color:#3b82f6}.gmic-legend{width:194px}.gmic-legend-items{display:flex;flex-direction:column;gap:2px}.gmic-legend-item{align-items:center;color:#cbd5e1;display:flex;font-size:10.5px;gap:7px;line-height:1.5}.gmic-legend-swatch{align-items:center;border-radius:3px;color:#0b0f18;display:inline-flex;flex-shrink:0;font-size:8px;font-weight:700;height:13px;justify-content:center;width:13px}.gmic-legend-note{border-top:1px solid var(--gmic-border);color:var(--gmic-dim);font-size:10px;line-height:1.4;margin-top:6px;padding-top:6px}.gmic-queue{max-height:min(45vh,380px);max-height:min(45dvh,380px);width:262px}.gmic-queue,.gmic-queue-list{display:flex;flex-direction:column}.gmic-queue-list{gap:2px;overflow-y:auto;padding:4px}.gmic-queue-item{background:none;border:none;border-radius:6px;cursor:pointer;display:flex;gap:8px;padding:7px 8px;text-align:left;width:100%}.gmic-queue-item:hover{background:#94a3b81f}.gmic-queue-rank{font-feature-settings:"tnum";color:var(--gmic-dim);font-size:10px;font-variant-numeric:tabular-nums;min-width:14px;padding-top:2px}.gmic-queue-serial{color:#e2e8f0;font-size:12.5px;font-weight:600}.gmic-queue-reason{color:var(--gmic-muted);font-size:11px;line-height:1.35}.gmic-stock{width:262px}.gmic-stock-body{display:flex;flex-direction:column;gap:8px;padding:7px 9px}.gmic-stock-hint{margin:0}.gmic-stock-empty,.gmic-stock-hint{color:var(--gmic-muted);font-size:11px;line-height:1.35}.gmic-stock-empty{padding:9px}.gmic-stock-types{display:flex;flex-direction:column;gap:3px;list-style:none;margin:0;padding:0}.gmic-stock-type{grid-gap:6px;align-items:center;display:grid;gap:6px;grid-template-columns:42px 1fr 22px}.gmic-stock-type-name{color:var(--gmic-text);font-size:11px;font-weight:600}.gmic-stock-type-bar{background:#94a3b824;border-radius:3px;height:6px;overflow:hidden}.gmic-stock-type-bar>span{background:var(--gmic-accent);border-radius:3px;display:block;height:100%}.gmic-stock-type-count{color:var(--gmic-muted);font-size:11px;text-align:right}.gmic-stock-sold{border-top:1px solid var(--gmic-border);padding-top:7px}.gmic-stock-sold-title{color:var(--gmic-muted);display:block;font-size:9.5px;font-weight:600;letter-spacing:.1em;margin-bottom:4px;text-transform:uppercase}.gmic-stock-sold-row{display:flex;font-size:11px;gap:8px;justify-content:space-between}.gmic-stock-sold-serial{color:var(--gmic-text);font-weight:600}.gmic-stock-note,.gmic-stock-sold-target{color:var(--gmic-muted)}.gmic-stock-note{font-size:10.5px;line-height:1.35;margin:0}.gmic-marker{align-items:center;border:1.5px solid #090d14bf;border-radius:50%;box-shadow:0 2px 6px #0000008c;color:#0b0f18;cursor:pointer;display:flex;font-size:10px;font-weight:700;justify-content:center;transition:transform .12s ease;-webkit-user-select:none;user-select:none}.gmic-marker:hover{transform:scale(1.25);z-index:5}.gmic-marker.is-selected{box-shadow:0 0 0 3px #ffffffd9,0 2px 10px #0009;transform:scale(1.3)}.gmic-cluster{align-items:center;background:#171f2eeb;border:1.5px solid #94a3b873;border-radius:50%;box-shadow:0 3px 12px #00000080;color:#e2e8f0;cursor:pointer;display:flex;flex-direction:column;font-weight:600;justify-content:center;transition:transform .12s ease,border-color .12s ease}.gmic-cluster:hover{border-color:#e2e8f0cc;transform:scale(1.08)}.gmic-cluster-count{font-feature-settings:"tnum";font-size:12px;font-variant-numeric:tabular-nums;line-height:1}.gmic-cluster-flag{font-size:9px;line-height:1.2;margin-top:1px}.gmic-cluster-ring{border-radius:50%;inset:-3px}.gmic-cluster-ring,.gmic-tooltip{pointer-events:none;position:absolute}.gmic-tooltip{background:#0b0f18f7;border:1px solid var(--gmic-border-strong);border-radius:8px;box-shadow:0 10px 28px #0009;font-size:11.5px;line-height:1.45;max-width:min(260px,calc(100vw - 24px));padding:8px 10px;z-index:20}.gmic-tooltip-title{color:#f1f5f9;font-size:12.5px;font-weight:600}.gmic-tooltip-sub{color:var(--gmic-muted);font-size:11px}.gmic-tooltip-row{color:#cbd5e1;display:flex;gap:12px;justify-content:space-between}.gmic-tooltip-row span:last-child{font-feature-settings:"tnum";color:#f1f5f9;font-variant-numeric:tabular-nums}.gmic-tooltip-hint{color:var(--gmic-dim);font-size:10px;margin-top:5px}.gmic-drawer{animation:gmic-slide-in .22s cubic-bezier(.16,1,.3,1);background:#131a27;border-left:1px solid var(--gmic-border-strong);bottom:0;box-shadow:-14px 0 40px #00000080;display:flex;flex-direction:column;max-width:100%;position:absolute;right:0;top:0;width:460px;width:var(--gmic-drawer-width,460px);z-index:30}.gmic-drawer.is-wide{width:560px;width:var(--gmic-drawer-wide-width,560px)}@keyframes gmic-slide-in{0%{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}.gmic-drawer-head{border-bottom:1px solid var(--gmic-border);flex-shrink:0;padding:12px 14px 10px}.gmic-drawer-eyebrow{align-items:center;color:var(--gmic-dim);display:flex;font-size:10px;gap:8px;letter-spacing:.09em;text-transform:uppercase}.gmic-drawer-title{align-items:flex-start;display:flex;gap:10px;margin-top:5px}.gmic-drawer-title h2{color:#f8fafc;font-size:17px;font-weight:600;line-height:1.25;margin:0;word-break:break-word}.gmic-drawer-serial{color:var(--gmic-accent);font-size:12px;font-weight:600;letter-spacing:.04em}.gmic-drawer-meta{color:var(--gmic-muted);display:flex;flex-wrap:wrap;font-size:11.5px;gap:4px 12px;margin-top:6px}.gmic-drawer-close{margin-left:auto}.gmic-drawer-tabs{border-bottom:1px solid var(--gmic-border);display:flex;flex-shrink:0;gap:2px;overflow-x:auto;padding:0 10px}.gmic-drawer-tab{background:none;border:none;border-bottom:2px solid #0000;color:var(--gmic-dim);cursor:pointer;font-size:11.5px;letter-spacing:.03em;padding:8px 10px;white-space:nowrap}.gmic-drawer-tab:hover{color:#e2e8f0}.gmic-drawer-tab.is-active{border-bottom-color:var(--gmic-accent);color:#f1f5f9}.gmic-drawer-tab-count{color:var(--gmic-dim);font-size:10.5px;margin-left:5px}.gmic-drawer-tab-dot{background:var(--gmic-accent);border-radius:50%;display:inline-block;height:5px;margin-left:5px;vertical-align:middle;width:5px}.gmic-drawer-body{flex:1 1 auto;overflow-y:auto;padding:12px 14px 24px}.gmic-health{align-items:center;background:#101725;border:1px solid var(--gmic-border);border-radius:9px;display:flex;gap:10px;padding:10px 12px}.gmic-health-score{font-feature-settings:"tnum";align-items:baseline;display:flex;font-size:27px;font-variant-numeric:tabular-nums;font-weight:700;gap:2px;line-height:1}.gmic-health-score small{color:var(--gmic-dim);font-size:12px;font-weight:500}.gmic-health-band{font-size:12px;font-weight:600}.gmic-health-caption{color:var(--gmic-dim);font-size:10.5px;line-height:1.4;margin-top:2px}.gmic-health-factors{display:flex;flex-direction:column;gap:5px;margin-top:8px}.gmic-health-factor{align-items:baseline;color:#cbd5e1;display:flex;font-size:11.5px;gap:10px;justify-content:space-between}.gmic-health-factor-detail{color:var(--gmic-dim);display:block;font-size:10.5px}.gmic-health-points{font-feature-settings:"tnum";color:#f87171;font-variant-numeric:tabular-nums;font-weight:600}.gmic-section{margin-top:16px}.gmic-section:first-child{margin-top:0}.gmic-section-head{align-items:center;display:flex;gap:8px;margin-bottom:7px}.gmic-section-title{color:var(--gmic-muted);font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.gmic-section-action{background:none;border:none;color:var(--gmic-accent);cursor:pointer;font-size:11px;margin-left:auto;padding:0}.gmic-section-action:hover{text-decoration:underline}.gmic-grid{grid-gap:8px 12px;display:grid;gap:8px 12px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.gmic-field-label{color:var(--gmic-dim);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase}.gmic-field-value{color:#e2e8f0;font-size:12.5px;margin-top:2px;word-break:break-word}.gmic-stats{grid-gap:1px;background:var(--gmic-border);border:1px solid var(--gmic-border);border-radius:8px;display:grid;gap:1px;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));overflow:hidden}.gmic-stat{background:#101725;padding:8px 9px}.gmic-stat-value{font-feature-settings:"tnum";color:#f1f5f9;font-size:17px;font-variant-numeric:tabular-nums;font-weight:600;line-height:1.15}.gmic-stat-label{color:var(--gmic-dim);font-size:9.5px;letter-spacing:.07em;margin-top:2px;text-transform:uppercase}.gmic-stat.tone-critical .gmic-stat-value{color:#f87171}.gmic-stat.tone-warning .gmic-stat-value{color:#fbbf24}.gmic-compare{display:flex;flex-direction:column;gap:7px}.gmic-compare-row{align-items:center;display:flex;font-size:11.5px;gap:8px}.gmic-compare-label{color:var(--gmic-muted);flex-shrink:0;width:108px}.gmic-compare-track{background:#0d1320;border-radius:4px;flex:1 1 auto;height:8px;overflow:hidden}.gmic-compare-fill{border-radius:4px;height:100%}.gmic-compare-value{font-feature-settings:"tnum";color:#e2e8f0;font-variant-numeric:tabular-nums;text-align:right;width:42px}.gmic-delta{align-items:center;border-radius:5px;display:inline-flex;font-size:11px;font-weight:600;letter-spacing:.03em;padding:2px 7px}.gmic-delta.is-worse{background:#ef444429;color:#fca5a5}.gmic-delta.is-better{background:#22c55e29;color:#86efac}.gmic-delta.is-neutral{background:#94a3b824;color:#cbd5e1}.gmic-plan-grid{display:flex;flex-direction:column;gap:10px}.gmic-plan-options{display:flex;flex-wrap:wrap;gap:5px}.gmic-plan-option{align-items:center;background:#101725;border:1px solid var(--gmic-border);border-radius:7px;color:#cbd5e1;cursor:pointer;display:inline-flex;font-size:11.5px;gap:6px;padding:5px 10px;transition:background .15s ease,border-color .15s ease}.gmic-plan-option:hover{background:#1b2434}.gmic-plan-option.is-active{background:#88b24b2e;border-color:#88b24b80;color:#cfe6a4}.gmic-plan-actions{align-items:center;border-top:1px solid var(--gmic-border);display:flex;gap:7px;margin-top:16px;padding-top:12px}.gmic-btn.is-primary{background:#88b24be6;border-color:#88b24be6;color:#10160c;font-weight:600}.gmic-btn.is-primary:hover:not([disabled]){background:#9ac256;color:#10160c}.gmic-btn.is-primary[disabled]{background:#88b24b40;border-color:#0000;color:#64748b}textarea.gmic-input{font-family:inherit}.gmic-plan-form{background:#0d131f;border:1px solid var(--gmic-border);border-radius:9px;display:flex;flex-direction:column;gap:7px;margin-top:10px;padding:12px}.gmic-plan-group-label{color:#64748b;font-size:10.5px;margin-bottom:4px}.gmic-due-picker{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.gmic-due-quick{display:flex;flex-wrap:wrap;gap:5px}.gmic-switch{align-items:center;color:#cbd5e1;font-size:11.5px;gap:7px;margin-top:4px}.gmic-switch input{accent-color:#88b24b;cursor:pointer;height:14px;width:14px}.gmic-plan-list-head{align-items:center;color:#64748b;display:flex;font-size:10.5px;gap:5px;letter-spacing:.04em;margin:14px 0 6px;text-transform:uppercase}.gmic-plan-list-head.is-toggle{background:none;border:none;cursor:pointer;font-family:inherit;padding:0;width:100%}.gmic-plan-list-head.is-toggle:hover{color:#94a3b8}.gmic-plan-empty{background:#0d131f;border:1px dashed var(--gmic-border);border-radius:8px;color:#64748b;font-size:11.5px;padding:12px;text-align:center}.gmic-plan-item{background:#101725;border:1px solid var(--gmic-border);border-left:3px solid #334155;border-radius:8px;margin-bottom:7px;padding:10px 11px}.gmic-plan-item.is-due{border-left-color:#f59e0b}.gmic-plan-item.is-closed{background:#0c111b;border-left-color:#1e293b;opacity:.75}.gmic-plan-item-head{align-items:flex-start;display:flex;gap:9px}.gmic-plan-item-icon{flex-shrink:0;font-size:13px;line-height:1.4}.gmic-plan-item-body{flex:1 1;min-width:0}.gmic-plan-item-text{color:#e2e8f0;font-size:12.5px;line-height:1.45;overflow-wrap:anywhere;white-space:pre-wrap}.gmic-plan-item.is-closed .gmic-plan-item-text{color:#94a3b8;text-decoration:line-through}.gmic-plan-item-meta{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:10.5px;gap:4px 10px;margin-top:4px}.gmic-plan-item-status{color:#94a3b8}.gmic-plan-item-auto{align-items:center;color:#60a5fa;display:inline-flex;font-size:10.5px;gap:4px;margin-top:5px}.gmic-plan-item-actions{align-items:center;border-top:1px solid #94a3b81f;display:flex;gap:6px;margin-top:9px;padding-top:8px}.gmic-plan-item-postpone{border-top:1px solid #94a3b81f;margin-top:9px;padding-top:9px}.gmic-btn.is-quiet{background:none;border-color:#0000;color:#64748b}.gmic-btn.is-quiet:hover{background:#94a3b81f;color:#cbd5e1}.gmic-share{background:#0b1018;border:1px solid var(--gmic-border);border-radius:8px;display:flex;flex-direction:column;gap:7px;margin-top:7px;padding:9px}.gmic-share-head{align-items:center;color:#64748b;display:flex;gap:7px}.gmic-share-head .gmic-input{flex:1 1}.gmic-share-list{display:flex;flex-wrap:wrap;gap:5px}.gmic-recipients{gap:3px}.gmic-avatar,.gmic-recipients{align-items:center;display:inline-flex}.gmic-avatar{background:#1e293b;border:1px solid var(--gmic-border);border-radius:50%;color:#cbd5e1;font-size:8.5px;font-weight:700;height:19px;justify-content:center;letter-spacing:.02em;position:relative;width:19px}.gmic-avatar.is-small{font-size:8px;height:17px;width:17px}.gmic-avatar.is-ack{background:#88b24b47;border-color:#88b24b99;color:#cfe6a4}.gmic-avatar button{align-items:center;background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:none;height:12px;justify-content:center;padding:0;position:absolute;right:-4px;top:-4px;width:12px}.gmic-avatar:hover button{display:inline-flex}.gmic-due{font-weight:600}.gmic-due.is-overdue{color:#fbbf24}.gmic-due.is-soon{color:#cfe6a4}.gmic-due.is-later{color:#94a3b8}.gmic-due.is-none{color:#64748b;font-style:italic;font-weight:400}.gmic-timeline{display:flex;flex-direction:column}.gmic-timeline-entry{border-left:1px solid var(--gmic-border);padding:0 0 12px 20px;position:relative}.gmic-timeline-entry:last-child{border-left-color:#0000;padding-bottom:0}.gmic-timeline-dot{border:2px solid #131a27;border-radius:50%;height:9px;left:-5px;position:absolute;top:4px;width:9px}.gmic-timeline-date{color:var(--gmic-dim);font-size:10px;letter-spacing:.07em;text-transform:uppercase}.gmic-timeline-title{color:#e2e8f0;font-size:12.5px;margin-top:1px}.gmic-timeline-sub{color:var(--gmic-muted);font-size:11px;margin-top:2px}.gmic-card{background:#101725;border:1px solid var(--gmic-border);border-radius:8px;margin-bottom:7px;overflow:hidden}.gmic-card-head{align-items:flex-start;background:none;border:none;cursor:pointer;display:flex;gap:9px;padding:9px 10px;text-align:left;width:100%}.gmic-card-head:hover{background:#94a3b812}.gmic-card-title{color:#e2e8f0;font-size:12.5px;line-height:1.35}.gmic-card-sub{color:var(--gmic-muted);font-size:11px;margin-top:2px}.gmic-card-body{border-top:1px solid var(--gmic-border);padding:9px 10px 10px}.gmic-card-chevron{color:var(--gmic-dim);flex-shrink:0;margin-left:auto}.gmic-badge{align-items:center;border-radius:5px;display:inline-flex;font-size:10px;font-weight:600;gap:4px;letter-spacing:.04em;padding:2px 7px;text-transform:uppercase;white-space:nowrap}.gmic-badge.sev-major{background:#ef444429;color:#fca5a5}.gmic-badge.sev-minor{background:#f59e0b29;color:#fcd34d}.gmic-badge.sev-none{background:#22c55e24;color:#86efac}.gmic-badge.sev-neutral{background:#94a3b824;color:#cbd5e1}.gmic-badge.sev-quality{background:#a855f729;color:#d8b4fe}.gmic-chip{align-items:center;background:#94a3b81f;border:1px solid var(--gmic-border);border-radius:12px;color:#cbd5e1;display:inline-flex;font-size:11px;gap:5px;padding:3px 8px}.gmic-chip.is-removable{cursor:pointer;max-width:230px}.gmic-chip.is-removable:hover{background:#ef444429;border-color:#ef444466;color:#fca5a5}.gmic-chip-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gmic-filterbar{align-items:center;background:#131a27;border-bottom:1px solid var(--gmic-border);display:flex;flex-shrink:0;gap:8px;min-height:32px;padding:5px 10px}.gmic-filterbar-count{font-feature-settings:"tnum";color:var(--gmic-muted);flex-shrink:0;font-size:11px;font-variant-numeric:tabular-nums;white-space:nowrap}.gmic-filterbar-chips{align-items:center;display:flex;flex:1 1 auto;gap:5px;min-width:0;overflow-x:auto;padding:1px 0;scrollbar-width:none}.gmic-filterbar-chips::-webkit-scrollbar{height:0}.gmic-filterbar-clear{background:none;border:none;color:var(--gmic-accent);cursor:pointer;flex-shrink:0;font-size:11px;padding:2px 4px}.gmic-filterbar-clear:hover{text-decoration:underline}.gmic-chip button{background:none;border:none;color:inherit;cursor:pointer;line-height:1;padding:0}.gmic-chips{display:flex;flex-wrap:wrap;gap:5px}.gmic-rows{display:flex;flex-direction:column}.gmic-row{align-items:center;background:none;border:none;border-bottom:1px solid #94a3b817;color:inherit;cursor:pointer;display:flex;font-size:12px;gap:9px;padding:7px 8px;text-align:left;width:100%}.gmic-row:hover{background:#94a3b817}.gmic-row.is-highlighted{background:#88b24b1f}.gmic-row-main{flex:1 1 auto;min-width:0}.gmic-row-title{color:#e2e8f0}.gmic-row-sub,.gmic-row-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gmic-row-sub{color:var(--gmic-dim);font-size:10.5px}.gmic-row-value{font-feature-settings:"tnum";color:#f1f5f9;flex-shrink:0;font-variant-numeric:tabular-nums}.gmic-filters{background:#131a27;border-right:1px solid var(--gmic-border-strong);bottom:0;box-shadow:14px 0 40px #00000073;display:flex;flex-direction:column;left:0;position:absolute;top:0;width:300px;width:var(--gmic-filters-width,300px);z-index:25}.gmic-filters-body{flex:1 1 auto;overflow-y:auto;padding:10px 12px 20px}.gmic-filter-group{margin-bottom:14px}.gmic-filter-options{border:1px solid var(--gmic-border);border-radius:7px;display:flex;flex-direction:column;gap:1px;max-height:168px;overflow-y:auto;padding:3px}.gmic-check{align-items:center;border-radius:5px;color:#cbd5e1;cursor:pointer;display:flex;font-size:11.5px;gap:7px;padding:4px 6px}.gmic-check:hover{background:#94a3b81a}.gmic-check input{accent-color:#88b24b;height:13px;width:13px}.gmic-check-count{font-feature-settings:"tnum";color:var(--gmic-dim);font-size:10.5px;font-variant-numeric:tabular-nums;margin-left:auto}.gmic-input,.gmic-select{background:#101725;border:1px solid var(--gmic-border);border-radius:6px;color:var(--gmic-text);font-size:12px;outline:none;padding:5px 8px;width:100%}.gmic-input:focus,.gmic-select:focus{border-color:#88b24b8c}.gmic-inline{align-items:center;display:flex;gap:7px}.gmic-listpanel{background:#131a27;border-right:1px solid var(--gmic-border);display:flex;flex-direction:column;flex-shrink:0;width:340px}.gmic-listpanel-head{align-items:center;border-bottom:1px solid var(--gmic-border);display:flex;gap:8px;padding:8px 10px}.gmic-listpanel-body{flex:1 1 auto;overflow-y:auto}.gmic-table-sheet{animation:gmic-slide-up .22s cubic-bezier(.16,1,.3,1);background:#131a27;border-top:1px solid var(--gmic-border-strong);bottom:0;box-shadow:0 -14px 40px #00000080;display:flex;flex-direction:column;height:52%;left:0;left:var(--gmic-sheet-left,0);min-height:260px;position:absolute;right:0;right:var(--gmic-sheet-right,0);transition:left .2s cubic-bezier(.16,1,.3,1),right .2s cubic-bezier(.16,1,.3,1);z-index:28}.gmic-table-sheet.is-expanded{height:88%}@keyframes gmic-slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.gmic-table-head{border-bottom:1px solid var(--gmic-border);flex-shrink:0;padding:7px 10px}.gmic-table-head,.gmic-table-title{align-items:center;display:flex;gap:8px}.gmic-table-title{color:#f1f5f9;font-size:15px;font-weight:600;line-height:1.25}.gmic-table-count{align-items:center;background:#94a3b829;border-radius:9px;color:#cbd5e1;display:inline-flex;font-size:11px;font-weight:600;height:17px;justify-content:center;min-width:20px;padding:0 6px}.gmic-table-summary{color:var(--gmic-muted);display:flex;font-size:11.5px;gap:12px;margin-left:14px;white-space:nowrap}.gmic-table-scroll{flex:1 1 auto;min-height:0;overflow:auto}.gmic-table{border-collapse:initial;border-spacing:0;font-size:12px;width:100%}.gmic-table th{background:#172033;border-bottom:1px solid var(--gmic-border);color:var(--gmic-dim);font-size:9.5px;font-weight:600;letter-spacing:.08em;padding:7px 9px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.gmic-table th.is-sortable{cursor:pointer}.gmic-table th.is-sortable:hover{color:#e2e8f0}.gmic-table-sortmark{color:var(--gmic-accent);font-size:8px;margin-left:4px}.gmic-table td{border-bottom:1px solid #94a3b814;color:#cbd5e1;padding:4px 9px;vertical-align:middle;white-space:nowrap}.gmic-table tbody tr:hover td{background:#94a3b80f}.gmic-table tbody tr.is-inactive td{opacity:.45}.gmic-table tbody tr.is-saved td{background:#88b24b1a}.gmic-table-sticky{background:#131a27;left:0;position:-webkit-sticky;position:sticky;z-index:1}.gmic-table th.gmic-table-sticky{background:#172033;z-index:3}.gmic-table tbody tr:hover .gmic-table-sticky{background:#1a2334}.gmic-table-machine{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;gap:8px;max-width:190px;padding:2px 0;text-align:left}.gmic-table-machine:hover .gmic-table-serial{color:var(--gmic-accent)}.gmic-table-serial{color:#e2e8f0;display:block;font-size:12.5px;font-weight:600}.gmic-table-sub{color:var(--gmic-dim);display:block;font-size:10.5px}.gmic-table-clamp{display:block;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gmic-table-input{background:#101725;border:1px solid var(--gmic-border);border-radius:5px;color:var(--gmic-text);font-family:inherit;font-size:11.5px;min-width:108px;outline:none;padding:3px 6px;width:100%}.gmic-table-input:focus{border-color:#88b24b99}.gmic-table-input.is-due{border-color:#f59e0bb3;color:#fcd34d}.gmic-table-input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(.7)}.gmic-switch{cursor:pointer;display:inline-flex}.gmic-switch input{height:0;opacity:0;position:absolute;width:0}.gmic-switch span{background:#94a3b84d;border-radius:8px;height:15px;position:relative;transition:background .15s ease;width:28px}.gmic-switch span:after{background:#e2e8f0;border-radius:50%;content:"";height:11px;left:2px;position:absolute;top:2px;transition:transform .15s ease;width:11px}.gmic-switch input:checked+span{background:#88b24bbf}.gmic-switch input:checked+span:after{transform:translateX(13px)}.gmic-switch input:focus-visible+span{outline:2px solid var(--gmic-accent);outline-offset:2px}.gmic-table-foot{border-top:1px solid var(--gmic-border);color:var(--gmic-dim);flex-shrink:0;font-size:10.5px;padding:5px 10px}.gmic-duration{align-items:flex-end;background:#101725;border:1px solid var(--gmic-border);border-radius:6px;cursor:help;display:inline-flex;flex-direction:column;flex-shrink:0;gap:1px;min-width:96px;padding:3px 8px}.gmic-duration strong{font-feature-settings:"tnum";color:#f1f5f9;font-size:13px;font-variant-numeric:tabular-nums;line-height:1.1}.gmic-duration span{color:var(--gmic-dim);font-size:9.5px;letter-spacing:.03em}.gmic-duration em{color:var(--gmic-dim);font-size:9px;font-style:normal}.gmic-duration--high{border-color:#22c55e73}.gmic-duration--high strong{color:#86efac}.gmic-duration--medium{border-color:#3b82f673}.gmic-duration--medium strong{color:#93c5fd}.gmic-duration--low{border-color:#f59e0b73}.gmic-duration--low strong{color:#fcd34d}.gmic-schedule-hours{font-feature-settings:"tnum";color:#f1f5f9;flex-shrink:0;font-size:14px;font-variant-numeric:tabular-nums;font-weight:700;padding:0 4px}.gmic-reconcile-toggle{align-items:center;background:#101725;border:1px solid var(--gmic-border);border-radius:7px;color:#cbd5e1;cursor:pointer;display:flex;font-size:12px;gap:7px;padding:7px 9px;text-align:left;width:100%}.gmic-reconcile-toggle:hover{background:#17202f}.gmic-week-shell{background:#0f1420;background:var(--gmic-bg,#0f1420);border:1px solid #94a3b84d;border-radius:12px;box-shadow:0 24px 70px #000000a6;display:flex;flex-direction:column;height:94vh;height:94dvh;max-width:1800px;min-height:0;overflow:hidden;width:96vw}.gmic-week-shell .gmic-modal-head{flex-shrink:0}@media (max-width:768px){.gmic-week-shell{border:none;border-radius:0;height:100%;width:100%}}.gmic-week{background:var(--gmic-bg);color:var(--gmic-text);display:flex;flex:1 1 auto;flex-direction:column;font-size:13px;gap:8px;min-height:0;padding:10px 12px 12px}.gmic-week-head{display:flex;flex-shrink:0;gap:10px}.gmic-week-toolbar{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px}.gmic-week-toolbar label input{margin-right:5px}.gmic-week-load{background:var(--gmic-panel-solid);border:1px solid var(--gmic-border);border-radius:9px;display:flex;flex-direction:column;flex-shrink:0;gap:2px;max-height:148px;overflow-y:auto;padding:7px 9px}.gmic-load-row{align-items:center;background:none;border:none;border-radius:5px;color:inherit;cursor:pointer;display:flex;gap:9px;padding:3px 5px;text-align:left;width:100%}.gmic-load-row:hover{background:#94a3b81a}.gmic-load-row.is-active{background:#88b24b24}.gmic-load-name{color:#e2e8f0;display:flex;font-size:12px;gap:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:190px}.gmic-load-base,.gmic-load-name{align-items:center;flex-shrink:0}.gmic-load-base{background:#94a3b82e;border-radius:4px;color:var(--gmic-muted);display:inline-flex;font-size:9px;letter-spacing:.06em;padding:1px 5px}.gmic-load-track{background:#0d1320;border-radius:3px;display:flex;flex:1 1 auto;height:12px;min-width:60px;overflow:hidden}.gmic-load-bar.is-work{background:#88b24b}.gmic-load-bar.is-travel{background:#3b82f6}.gmic-load-value{font-feature-settings:"tnum";color:#f1f5f9;flex-shrink:0;font-size:12px;font-variant-numeric:tabular-nums;text-align:right;width:64px}.gmic-load-weeks{font-feature-settings:"tnum";color:var(--gmic-dim);flex-shrink:0;font-size:11px;font-variant-numeric:tabular-nums;text-align:right;width:62px}.gmic-week-body{flex:1 1 auto;min-height:0;overflow:auto}.gmic-week-columns{grid-gap:10px;align-items:start;display:grid;gap:10px;grid-auto-columns:minmax(300px,1fr);grid-auto-flow:column;min-height:100%}.gmic-week-column{background:var(--gmic-panel-solid);border:1px solid var(--gmic-border);border-radius:9px;display:flex;flex-direction:column;gap:6px;padding:8px}.gmic-week-column-head{align-items:center;border-bottom:1px solid var(--gmic-border);display:flex;gap:8px;padding:2px 2px 7px}.gmic-week-column-head strong{color:#f1f5f9;display:block;font-size:13px}.gmic-week-timeline{display:flex;flex-direction:column;gap:7px}.gmic-week-timeline-row{grid-gap:10px;align-items:start;display:grid;gap:10px;grid-template-columns:190px 1fr}.gmic-week-timeline-tech{align-items:center;color:var(--gmic-muted);display:flex;font-size:12px;gap:6px;overflow:hidden;padding-top:9px;text-overflow:ellipsis;white-space:nowrap}.gmic-visit{background:#101725;border:1px solid var(--gmic-border);border-left:3px solid #64748b;border-radius:8px;overflow:hidden}.gmic-visit.is-urgent{border-left-color:#ef4444}.gmic-visit.is-partial{border-left-color:#f59e0b}.gmic-visit-head{align-items:flex-start;background:none;border:none;color:inherit;cursor:pointer;display:flex;gap:8px;padding:8px 9px 4px;text-align:left;width:100%}.gmic-visit-head:hover{background:#94a3b80f}.gmic-visit-customer{color:#f1f5f9;font-size:13px;font-weight:600;line-height:1.3}.gmic-visit-customer,.gmic-visit-place{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gmic-visit-place{color:var(--gmic-dim);font-size:11px}.gmic-visit-figures{flex-shrink:0;text-align:right}.gmic-visit-total{font-feature-settings:"tnum";color:#f1f5f9;display:block;font-size:14px;font-variant-numeric:tabular-nums;font-weight:700}.gmic-visit-split{color:var(--gmic-dim);display:block;font-size:10px;white-space:nowrap}.gmic-visit-meta{align-items:center;color:var(--gmic-muted);display:flex;flex-wrap:wrap;font-size:10.5px;gap:7px;padding:0 9px 8px}.gmic-visit-body{border-top:1px solid var(--gmic-border);padding:8px 9px 9px}.gmic-worklog{display:flex;flex-direction:column;gap:2px;margin-top:8px}.gmic-worklog-day{grid-gap:7px;align-items:center;color:var(--gmic-muted);display:grid;font-size:10.5px;gap:7px;grid-template-columns:84px 1fr 96px}.gmic-worklog-bars{background:#0d1320;border-radius:2px;display:flex;height:8px;overflow:hidden}.gmic-worklog-bar.is-travel{background:#3b82f6}.gmic-worklog-bar.is-work{background:#88b24b}.gmic-worklog-hours{display:flex;gap:6px;justify-content:flex-end;text-align:right}.gmic-worklog-hours em{color:#93c5fd;font-style:normal}.gmic-worklog-hours strong{color:#cbd5e1;font-weight:600}@media (max-width:900px){.gmic-week-columns{grid-auto-columns:auto;grid-auto-flow:row}.gmic-week-timeline-row{grid-template-columns:1fr}.gmic-week-timeline-tech{padding-top:0}.gmic-load-name{width:120px}.gmic-load-weeks{display:none}}.gmic-solutionbox{background:#0d1320;border:1px solid var(--gmic-border);border-left:3px solid var(--gmic-accent);border-radius:8px;margin:8px 0;padding:9px 10px}.gmic-solutionbox-head{align-items:center;display:flex;gap:8px;margin-bottom:5px}.gmic-solutionbox-head .gmic-section-action{margin-left:auto}.gmic-closebox{background:#101725;border:1px solid var(--gmic-border);border-radius:8px;margin-top:10px;padding:9px 10px}.gmic-closebox-state{align-items:center;display:flex;font-size:12px;font-weight:600;gap:7px;margin-bottom:6px}.gmic-closebox-state.is-ready{color:#86efac}.gmic-closebox-state.is-blocked{color:#fcd34d}.gmic-closebox-reasons{color:var(--gmic-muted);font-size:11.5px;line-height:1.5;margin:0 0 4px;padding-left:18px}.gmic-empty,.gmic-error,.gmic-loading{align-items:center;color:var(--gmic-muted);display:flex;flex-direction:column;font-size:12.5px;gap:8px;justify-content:center;line-height:1.5;padding:26px 18px;text-align:center}.gmic-banner,.gmic-error{color:#fca5a5}.gmic-banner{align-items:center;background:#ef44441f;border-bottom:1px solid #ef44444d;display:flex;flex-shrink:0;font-size:11.5px;gap:8px;line-height:1.4;min-height:28px;padding:4px 10px}.gmic-banner.is-info{background:#3b82f61a;border-bottom-color:#3b82f647;color:#93c5fd}.gmic-banner-text{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gmic-banner .gmic-btn{flex-shrink:0;font-size:11px;padding:2px 8px}.gmic-skeleton{animation:gmic-shimmer 1.3s infinite;background:linear-gradient(90deg,#182031 25%,#1f2a3d 50%,#182031 75%);background-size:200% 100%;border-radius:6px}@keyframes gmic-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.gmic-spinner{animation:gmic-spin .8s linear infinite;border:2px solid #94a3b84d;border-radius:50%;border-top:2px solid var(--gmic-accent);height:18px;width:18px}@keyframes gmic-spin{to{transform:rotate(1turn)}}.gmic-sparkline{align-items:flex-end;display:flex;gap:2px;height:34px}.gmic-sparkline-bar{background:#88b24b8c;border-radius:1px 1px 0 0;flex:1 1 auto;min-height:2px}.gmic-sparkline-bar.has-critical{background:#ef4444b3}.gmic-sparkline-axis{color:var(--gmic-dim);display:flex;font-size:9.5px;justify-content:space-between;margin-top:3px}.gmic-modal-backdrop{align-items:center;background:#03060cb8;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:100000}.gmic-modal{background:#131a27;border:1px solid var(--gmic-border-strong);border-radius:12px;box-shadow:0 24px 70px #000000a6;display:flex;flex-direction:column;max-height:min(86vh,900px);max-height:min(86dvh,900px);overflow:hidden;width:min(880px,100%)}.gmic-modal-head{align-items:center;border-bottom:1px solid var(--gmic-border);display:flex;gap:10px;padding:12px 14px}.gmic-modal-body{flex:1 1 auto;overflow-y:auto;padding:14px}.gmic-modal-foot{align-items:center;border-top:1px solid var(--gmic-border);display:flex;flex-shrink:0;gap:8px;padding:10px 14px}.gmic-dropzone{align-items:center;background:#101725;border:2px dashed var(--gmic-border-strong);border-radius:10px;color:var(--gmic-muted);cursor:pointer;display:flex;flex-direction:column;gap:5px;justify-content:center;padding:26px 16px;text-align:center;transition:border-color .15s ease,background .15s ease;width:100%}.gmic-dropzone:hover{background:#131b2b;border-color:#88b24b8c}.gmic-dropzone.is-dragging{background:#88b24b14;border-color:var(--gmic-accent)}.gmic-dropzone.has-file{border-color:#88b24b80;border-style:solid}.gmic-dropzone strong{color:#e2e8f0;font-size:13.5px;word-break:break-all}.gmic-dropzone span{font-size:11.5px}.gmic-requirements{background:#101725;border:1px solid var(--gmic-border);border-radius:9px;margin-bottom:14px;padding:10px 12px}.gmic-requirements-head{align-items:center;color:#cbd5e1;display:flex;font-size:12px;gap:8px}.gmic-req{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10.5px;gap:5px}.gmic-req--unknown{color:var(--gmic-muted)}.gmic-req--found{background:#22c55e24;border-color:#22c55e66;color:#86efac}.gmic-req--missing{background:#ef444424;border-color:#ef444473;color:#fca5a5}.gmic-savebox{background:#101725;border:1px solid var(--gmic-border);border-radius:9px;margin-top:14px;padding:10px 12px}.gmic-savebox-name{align-items:center;color:#cfe6a4;display:flex;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;gap:7px;margin-top:3px}@media (max-width:1500px){.gmic-btn-text{display:none}}@media (max-width:1280px){.gmic-mapwrap{--gmic-drawer-width:420px;--gmic-drawer-wide-width:480px}.gmic-listpanel{width:296px}.gmic-search{flex-basis:220px}}@media (max-width:1024px){.gmic-overlay-topleft,.gmic-overlay-topright{max-width:54%}.gmic-overlay-right{width:min(300px,44vw)}.gmic-queue,.gmic-stock{width:240px}.gmic-kpi{min-width:96px}}@media (max-height:780px){.gmic-kpi{padding:4px 10px 5px}.gmic-kpi-value{font-size:16px}.gmic-toolbar{min-height:40px;padding:4px 10px}.gmic-queue{max-height:32vh}}@media (max-width:860px){.sus-gmic{font-size:13.5px}.gmic-kpibar{flex-wrap:nowrap;overflow-x:auto}.gmic-kpi{flex:0 0 132px}.gmic-toolbar{gap:6px;padding:7px 8px}.gmic-search{flex:1 1 100%;min-width:0;order:-1}.gmic-listpanel{display:none}.gmic-mapwrap.has-drawer,.gmic-mapwrap.has-wide-drawer{--gmic-sheet-right:0px}.gmic-mapwrap.has-filters{--gmic-sheet-left:0px}.gmic-overlay-bottomright,.gmic-overlay-right,.gmic-overlay-topleft,.gmic-overlay-topright{display:none}.gmic-overlay-bottomleft{bottom:8px;left:8px}.gmic-drawer{animation:gmic-slide-up .24s cubic-bezier(.16,1,.3,1);border-left:none;border-radius:14px 14px 0 0;border-top:1px solid var(--gmic-border-strong);bottom:0;height:82%;left:0;right:0;top:auto;width:100%}.gmic-drawer.is-wide{width:100%}@keyframes gmic-slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.gmic-filters{width:100%}.gmic-btn,.gmic-drawer-tab,.gmic-viewtab{min-height:34px}.gmic-icon-btn{height:30px;width:30px}}@media (prefers-reduced-motion:reduce){.sus-gmic *,.sus-gmic :after,.sus-gmic :before{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media (max-width:768px){.gmic-toolbar{flex-wrap:wrap;row-gap:6px}.gmic-kpi{flex:0 0 150px;min-height:52px}.gmic-kpi-label{overflow:visible;text-overflow:clip;white-space:normal}.gmic-btn,.gmic-card-head,.gmic-check,.gmic-drawer-tab,.gmic-insight,.gmic-load-row,.gmic-menu-item,.gmic-plan-list-head.is-toggle,.gmic-plan-option,.gmic-queue-item,.gmic-reconcile-toggle,.gmic-row,.gmic-suggestion,.gmic-viewtab,.gmic-visit-head{min-height:44px}.gmic-card-head .gmic-icon-btn,.gmic-icon-btn,.gmic-menu-row .gmic-icon-btn,.gmic-row .gmic-icon-btn,.gmic-table .gmic-icon-btn{height:44px;width:44px}.gmic-switch{align-items:center;min-height:44px;position:relative}.gmic-switch span:before{bottom:-14px;content:"";left:-8px;position:absolute;right:-8px;top:-14px}.gmic-btn-badge{height:22px;min-width:22px}.gmic-input,.gmic-search input,.gmic-select,.gmic-table-input{font-size:16px}.gmic-input,.gmic-search input,.gmic-select,.gmic-table-input{min-height:44px}.gmic-btn{min-width:44px}.gmic-chip.is-removable,.gmic-filterbar-clear,.gmic-menu-slot>button,.gmic-search-clear,.gmic-section-action,.gmic-table-machine{min-height:44px}.gmic-search-clear{min-width:44px}button.gmic-btn-badge{min-height:44px;min-width:44px}.gmic-switch{justify-content:center;min-width:44px}.gmic-avatar{font-size:10px;height:26px;width:26px}.gmic-avatar.is-small{font-size:9px;height:24px;width:24px}.gmic-avatar button{display:inline-flex;height:18px;right:-6px;top:-6px;width:18px}.gmic-recipients{gap:8px}.gmic-closebox-state,.gmic-drawer-eyebrow,.gmic-health,.gmic-inline,.gmic-listpanel-head,.gmic-modal-foot,.gmic-modal-head,.gmic-panel-head,.gmic-plan-actions,.gmic-plan-item-actions,.gmic-section-head,.gmic-share-head,.gmic-solutionbox-head,.gmic-table-head,.gmic-week-column-head{flex-wrap:wrap}.gmic-table-head .gmic-search{flex:1 1 100%!important;min-width:0!important}.gmic-table-summary{margin-left:0;white-space:normal}.gmic-plan-actions>span[style],.gmic-plan-item-actions>span[style]{flex:0 0 auto!important}.gmic-banner-text,.gmic-load-name,.gmic-menu-label,.gmic-row-sub,.gmic-row-title,.gmic-table-clamp,.gmic-visit-customer,.gmic-visit-place,.gmic-week-timeline-tech{overflow:visible;overflow-wrap:break-word;text-overflow:clip;white-space:normal}.gmic-load-name{width:110px}.gmic-drawer-body{padding-bottom:24px;padding-bottom:calc(24px + var(--safe-bottom, 0px))}.gmic-drawer-tabs{padding:0 6px}.gmic-table-foot{padding-bottom:5px;padding-bottom:calc(5px + var(--safe-bottom, 0px))}.gmic-modal-backdrop{padding:12px}.gmic-modal{max-height:min(92dvh,100% - 24px)}.gmic-dropzone{padding:20px 12px}}@media (max-width:480px){.gmic-modal-backdrop{align-items:flex-end;padding:0}.gmic-modal{border-bottom:none;border-radius:14px 14px 0 0;max-height:92dvh;width:100%}.gmic-modal-foot{padding-bottom:10px;padding-bottom:calc(10px + var(--safe-bottom, 0px))}.gmic-due-picker,.gmic-due-quick{flex-wrap:wrap}.gmic-due-picker>input[type=date]{flex:1 1 100%;width:100%!important}.gmic-stats{grid-template-columns:repeat(auto-fit,minmax(min(120px,100%),1fr))}.gmic-grid{grid-template-columns:repeat(auto-fill,minmax(min(140px,100%),1fr))}.gmic-compare-row{flex-wrap:wrap}.gmic-compare-label{width:100%}.gmic-compare-track{flex:1 1 auto;min-width:0}.gmic-worklog-day{gap:5px;grid-template-columns:70px 1fr 84px}.gmic-drawer-head{padding:10px 12px 8px}.gmic-drawer-body{padding-left:12px;padding-right:12px}}:root{--sus-table-header-bg:#151a21;--sus-sticky-col-bg:#0f1319}.sme-wrapper{align-items:center;background-color:#0b1116;background-color:var(--sus-bg-dark);color:#e2e8f0;color:var(--sus-text);display:flex;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;inset:0;justify-content:center;position:fixed;z-index:9999}.bg-glow{opacity:.25}.bg-glow-1{background:radial-gradient(circle,#88b24b4d 0,#0000 70%);height:800px;width:800px}.bg-glow-2{background:radial-gradient(circle,#6a8e3a33 0,#0000 70%)}.sme-glass-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#101c18f2;background:var(--sus-glass-bg);border:1px solid #ffffff14;border:1px solid var(--sus-glass-border);border-radius:16px;box-shadow:0 50px 100px #000c;display:flex;flex-direction:column;height:90vh;height:90dvh;max-width:1600px;overflow:hidden;position:relative;width:95vw;z-index:10}.sme-header{align-items:center;background:#0000004d;border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--sus-glass-border);display:flex;justify-content:space-between;padding:20px 32px}.sme-brand-hint{color:#88b24b;color:var(--sus-green);font-size:.7rem;font-weight:700;letter-spacing:1.5px;margin-bottom:4px;text-transform:uppercase}.sme-main-title{color:#fff;font-size:1.4rem;font-weight:600;margin:0}.sme-subtitle{color:#94a3b8;color:var(--sus-text-muted);font-size:.85rem;margin:2px 0 0}.sme-toolbar-actions{align-items:center;display:flex;gap:10px}.sme-divider{background:#ffffff1a;height:24px;margin:0 8px;width:1px}.sme-content-layout{display:flex;flex:1 1;overflow:hidden}.sme-sidebar{background:#0003;border-right:1px solid #ffffff14;border-right:1px solid var(--sus-glass-border);gap:24px;min-width:260px;overflow-y:auto;padding:20px;width:260px}.sme-panel,.sme-sidebar{display:flex;flex-direction:column}.sme-panel{gap:10px}.sme-panel-label{color:#94a3b8;color:var(--sus-text-muted);font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.sme-panel-header{align-items:center;display:flex;justify-content:space-between}.sme-panel.highlight{background:#ffffff08;background:var(--sus-panel-bg);border:1px solid #ffffff0d;border-radius:12px;padding:16px}.sme-tabs-vertical{display:flex;flex-direction:column;gap:4px}.sme-tab-btn{align-items:center;background:#0000;border:1px solid #0000;border-radius:6px;color:#94a3b8;color:var(--sus-text-muted);cursor:pointer;display:flex;font-size:.9rem;justify-content:space-between;padding:12px 16px;transition:all .2s ease}.sme-tab-btn:hover{background:#ffffff0a;color:#fff}.sme-tab-btn.active{background:linear-gradient(90deg,#ffffff14,#0000);border-bottom-left-radius:2px;border-left:3px solid #88b24b;border-left:3px solid var(--sus-green);border-top-left-radius:2px;color:#fff;font-weight:600}.sme-badge{background:#0006;border:1px solid #ffffff0d;border-radius:10px;color:#64748b;font-size:.75rem;padding:2px 8px}.sme-tab-btn.active .sme-badge{background:#88b24b33;border-color:#88b24b4d;color:#88b24b;color:var(--sus-green)}.sme-field-wrapper{display:flex;flex-direction:column;gap:4px}.sme-input-label{color:#777;font-size:.75rem;margin-left:4px}.sme-input{background:#0000004d;border:1px solid #ffffff1a;border-radius:6px;color:#fff;font-size:.9rem;outline:none;padding:8px 12px;transition:.2s;width:100%}.sme-input:focus{background:#00000080;border-color:#88b24b;border-color:var(--sus-green)}.sme-toggle-wrapper{align-items:center;color:#94a3b8;color:var(--sus-text-muted);cursor:pointer;display:flex;font-size:.8rem;gap:8px;margin-top:8px}.sme-toggle-wrapper input{accent-color:#88b24b;accent-color:var(--sus-green);cursor:pointer}.sme-table-wrapper{background:#0f1319;display:flex;flex:1 1;flex-direction:column;overflow:hidden;position:relative}.sme-scroll-container{flex:1 1;overflow:auto;position:relative}.sme-table{border-collapse:initial;border-spacing:0;min-width:900px;width:100%}.sme-table th{background:#151a21;background:var(--sus-table-header-bg);border-bottom:1px solid #ffffff1a;color:#64748b;font-size:.75rem;letter-spacing:.5px;padding:12px 16px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;z-index:20}.sme-row{transition:background .1s}.sme-row:hover td{background:#ffffff08}.sme-table td{border-bottom:1px solid #ffffff0a;height:48px;padding:0;vertical-align:middle}.sme-table .sticky-col{background:#0f1319;background:var(--sus-sticky-col-bg);border-right:1px solid #ffffff0d;left:0;min-width:220px;position:-webkit-sticky;position:sticky;width:220px;z-index:21}.sme-row:hover .sticky-col{background:#13181f}.sme-table th.sticky-col{background:#151a21;background:var(--sus-table-header-bg);z-index:22}.sensor-name{padding:0 16px!important}.sme-chip{color:#cbd5e1;font-family:JetBrains Mono,Consolas,monospace;font-size:.85rem;font-weight:500;letter-spacing:-.5px;transition:color .2s}.sme-row:hover .sme-chip{color:#88b24b;color:var(--sus-green);text-shadow:0 0 10px #88b24b4d}.sme-table-input{background:#0000;border:1px solid #0000;color:#e2e8f0;font-family:inherit;font-size:.9rem;height:100%;outline:none;padding:0 12px;transition:all .2s;width:100%}.sme-table-input:hover{background:#ffffff05}.sme-table-input:focus{background:#0006;border-color:#88b24b80;box-shadow:inset 0 0 0 1px #88b24b1a}.sme-table-input::placeholder{color:#334155;opacity:.5}.sme-empty-state{color:#475569;font-style:italic;padding:60px;text-align:center}.sme-btn,.sme-btn-xs,.sme-close-btn,.sme-icon-btn{align-items:center;border:none;cursor:pointer;display:inline-flex;justify-content:center;outline:none;transition:.2s}.sme-btn{border-radius:8px;font-size:.9rem;font-weight:600;padding:8px 20px}.sme-btn.primary{background:#88b24b;background:var(--sus-green);box-shadow:0 4px 15px #88b24b40;color:#fff}.sme-btn.primary:hover{background:#9bc65e;background:var(--sus-green-hover);box-shadow:0 6px 20px #88b24b66;transform:translateY(-1px)}.sme-btn.danger{background:#ef44441a;border:1px solid #ef444433;color:#f87171}.sme-btn.danger:hover{background:#ef444433;border-color:#ef4444;color:#fff}.sme-icon-btn{background:#ffffff0d;border-radius:8px;color:#cbd5e1;font-size:1.1rem;height:36px;width:36px}.sme-icon-btn:hover:not(:disabled){background:#ffffff1a;color:#fff}.sme-icon-btn:disabled{cursor:not-allowed;opacity:.3}.sme-btn-xs{background:#ffffff1a;border-radius:4px;color:#fff;font-size:.75rem;padding:4px 10px}.sme-btn-xs:hover{background:#88b24b;background:var(--sus-green);color:#0b1116}.sme-close-btn{background:#0000;border-radius:8px;color:#94a3b8;font-size:1.2rem;height:32px;width:32px}.sme-close-btn:hover{background:#ffffff1a;color:#ff6b6b}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb:hover{background:#fff3}@media (max-width:1024px){.sme-glass-container{border-left:none;border-radius:0;border-right:none;height:100dvh;max-width:none;width:100%}.sme-header{flex-wrap:wrap;gap:12px;padding:16px 20px}.sme-sidebar{min-width:220px;padding:16px;width:220px}}@media (max-width:768px){.sme-glass-container{padding-bottom:0;padding-bottom:var(--safe-bottom,0)}.sme-header{padding:12px 14px;padding:12px calc(14px + var(--safe-right, 0px)) 12px calc(14px + var(--safe-left, 0px))}.sme-main-title{font-size:1.15rem}.sme-input-label,.sme-main-title,.sme-panel-label,.sme-subtitle{overflow-wrap:break-word}.sme-toolbar-actions{flex-wrap:wrap;gap:8px;justify-content:flex-end;width:100%}.sme-content-layout{flex-direction:column}.sme-sidebar{border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--sus-glass-border);border-right:none;flex:0 0 auto;gap:16px;max-height:45dvh;min-width:0;padding:14px;padding:14px calc(14px + var(--safe-right, 0px)) 14px calc(14px + var(--safe-left, 0px));width:auto}.sme-tabs-vertical{flex-direction:row;flex-wrap:wrap;gap:8px}.sme-tab-btn{border-radius:8px;flex:1 1 90px;gap:8px;justify-content:center;min-height:44px}.sme-tab-btn.active{border-bottom-left-radius:8px;border-left-width:3px;border-top-left-radius:8px}.sme-table-wrapper{flex:1 1 auto;min-height:240px}.sme-input,.sme-table-input{font-size:16px}.sme-input{min-height:44px}.sme-table td{height:52px}.sme-btn{min-height:44px}.sme-close-btn,.sme-icon-btn{height:44px;min-height:44px;min-width:44px;width:44px}.sme-btn-xs{font-size:.85rem;min-height:44px;padding:8px 14px}.sme-toggle-wrapper{font-size:.9rem;min-height:44px}.sme-empty-state{padding:40px 16px}}@media (max-width:480px){.sme-header{padding:10px 12px}.sme-sidebar{max-height:40dvh;padding:12px}.sme-table{min-width:720px}.sme-table .sticky-col{min-width:140px;width:140px}.sensor-name{padding:0 10px!important}.sme-table th{padding:10px}}.md-modal{--md-line:#ffffff1a;--md-line2:#fff3;--md-text:#f1f1f1;--md-muted:#b7bec8;--md-faint:#7d8794;--md-accent:#88b24b;--md-accent-soft:#88b24b2e;--md-mark:#f5b84b;--md-mark-soft:#f5b84b33;--md-wall:#7dc4e8;--md-wall-soft:#7dc4e82e;--md-cell:#1f2230;--md-paper:#111318;--md-paper-line:#2b303d;--md-paper-face:#181c26;height:min(94vh,94dvh);width:min(1700px,97vw)}.md-head-text{display:flex;flex-direction:column;gap:2px;min-width:0}.md-head-text .tt-hint{opacity:.75}.md-body{display:block}.md-grid{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:270px minmax(0,1.15fr) minmax(0,1fr)}@media (max-width:1450px){.md-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr)}.md-col-plant{grid-gap:16px;display:grid;gap:16px;grid-column:1/-1;grid-template-columns:1fr 1fr}.md-col-plant .tt-config-block{margin-bottom:0}}@media (max-width:1000px){.md-col-plant,.md-grid{grid-template-columns:1fr}}.md-fields{grid-gap:10px 12px;display:grid;gap:10px 12px;grid-template-columns:1fr 1fr}.md-f{display:block;min-width:0}.md-f>span{color:var(--md-muted);display:block;font-size:.7rem;letter-spacing:.5px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.md-num{font-feature-settings:"tnum";background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;color:inherit;font:inherit;font-size:1.05rem;font-variant-numeric:tabular-nums;min-height:42px;outline:none;padding:8px 12px;width:100%}.md-num:focus{border-color:var(--md-accent);box-shadow:0 0 0 3px var(--md-accent-soft)}.md-num.sm{font-size:.95rem;min-height:36px;padding:4px 10px}.md-text{font-feature-settings:normal;font-variant-numeric:normal}.md-pair{align-items:center;display:flex;gap:6px}.md-pair .md-x,.md-x{color:var(--md-faint);font-weight:700}.md-wide{margin-top:12px;width:100%}.md-mount{margin-top:14px}.md-f+.md-f{margin-top:10px}.md-select{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;color:inherit;font:inherit;max-width:100%;min-height:36px;outline:none;padding:6px 10px}.md-select:focus{border-color:var(--md-accent)}.md-select option{background:#171923;color:#f1f1f1}.md-f .md-select{width:100%}.md-counts{font-feature-settings:"tnum";color:var(--md-muted);display:flex;flex-wrap:wrap;font-size:.85rem;font-variant-numeric:tabular-nums;gap:14px;margin-bottom:10px}.md-counts b{color:var(--md-text)}.md-counts .warn{color:var(--md-mark)}.md-chips{display:flex;flex-wrap:wrap;gap:6px}.md-chip{background:#ffffff0a;border:1px solid var(--md-line2);border-radius:6px;color:var(--md-text);cursor:pointer;font:inherit;font-family:JetBrains Mono,Consolas,monospace;font-size:.85rem;padding:4px 9px}.md-chip:hover{border-color:var(--md-accent)}.md-chip.placed{background:var(--md-mark-soft);border-color:#f5b84b73}.md-chip.placed.wall{background:var(--md-wall-soft);border-color:#7dc4e873}.md-chip.free{border-style:dashed;opacity:.85}.md-shelfpick{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.md-shelfpick button{align-items:center;background:#ffffff0a;border:1px solid var(--md-line2);border-radius:8px;color:var(--md-muted);cursor:pointer;display:flex;font:inherit;font-weight:600;gap:8px;min-height:38px;padding:7px 11px}.md-shelfpick button:hover{border-color:var(--md-accent);color:var(--md-text)}.md-shelfpick button.on{background:var(--md-accent);border-color:var(--md-accent);color:#fff}.md-shelfpick button .md-n{font-feature-settings:"tnum";background:#00000040;border-radius:999px;font-size:.75rem;font-variant-numeric:tabular-nums;padding:1px 7px}.md-shelfpick button.wall{border-color:#7dc4e880;color:var(--md-wall)}.md-shelfpick button.wall.on{background:#2b7aa6;border-color:#2b7aa6;color:#fff}.md-wallpick{margin-top:-4px}.md-gridrow{align-items:center;display:flex;flex-wrap:wrap;gap:8px 16px;margin-bottom:10px}.md-gridrow-title{font-size:1.05rem;font-weight:700}.md-gridrow-grid{align-items:center;color:var(--md-muted);display:inline-flex;flex-wrap:wrap;font-size:.9rem;gap:8px}.md-gridrow-grid .md-num{width:62px}.md-board{background:var(--md-paper);border:1px solid var(--md-line);border-radius:12px;padding:12px}.md-board-svg{display:block;height:auto;max-height:40vh;width:100%}.md-shells.on+.md-board .md-board-svg{max-height:33vh}.md-board-hint{color:var(--md-muted);font-size:.85rem;margin:8px 0 12px}.md-cell{fill:var(--md-cell);stroke:var(--md-line2);stroke-width:1;transition:fill .12s}.md-cell.clickable{cursor:pointer}.md-cell.clickable:hover{fill:var(--md-accent-soft)}.md-cell.has{fill:var(--md-mark-soft)}.md-cell.wc.has{fill:var(--md-wall-soft)}.md-cell.sel{stroke:var(--md-accent);stroke-width:3}.md-seg{fill:var(--md-faint);font-family:JetBrains Mono,Consolas,monospace;font-size:10px}.md-mk,.md-seg{pointer-events:none}.md-mk circle,.md-mk polygon{fill:var(--md-mark);stroke:#0b1116;stroke-width:1.5}.md-mk rect{fill:none;stroke:var(--md-wall);stroke-width:2}.md-mk line{stroke:var(--md-mark);stroke-width:1.5}.md-mk line.lead{stroke:var(--md-faint);stroke-width:1}.md-mk text{fill:var(--md-text);font-family:JetBrains Mono,Consolas,monospace;font-weight:700}.md-mk .h{fill:var(--md-wall);font-weight:400}.md-inline{flex:none;height:14px;vertical-align:-2px;width:14px}.md-inline circle,.md-inline polygon{stroke-width:1}.md-axis{fill:var(--md-faint);font-size:10px;letter-spacing:.6px;text-transform:uppercase}.md-lbl{fill:var(--md-muted);font-family:JetBrains Mono,Consolas,monospace;font-size:10px}.md-lbl.hi{fill:var(--md-accent);font-weight:700}.md-lblt{fill:var(--md-faint);font-size:9px;letter-spacing:.8px;text-transform:uppercase}.md-shells{border:1px dashed var(--md-line2);border-radius:10px;margin-bottom:10px;padding:6px 12px 8px}.md-shells.on{background:#7dc4e80f;border-color:#7dc4e873;border-style:solid}.md-check{align-items:center;cursor:pointer;display:inline-flex;font-weight:600;gap:8px}.md-check input{accent-color:var(--md-accent);height:16px;width:16px}.md-shells-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:8px}.md-shells-row .md-num{width:70px}.md-shells-row .md-f>span{margin-bottom:3px}.md-shells-btns{align-items:center;display:flex;flex-wrap:wrap;gap:6px;padding-bottom:2px}.md-slotgrid{grid-gap:3px;display:grid;gap:3px}.md-slotgrid button{background:#0000;border:1px dashed var(--md-line2);border-radius:6px;color:var(--md-faint);cursor:pointer;font:inherit;font-size:.78rem;height:30px;width:30px}.md-slotgrid button.on{background:var(--md-wall-soft);border:1px solid var(--md-wall);color:var(--md-text);font-weight:700}.md-warn{color:#ffb454;font-size:.85rem;font-weight:600;margin:8px 0 0}.md-shells .tt-hint{display:block;margin-top:8px}.md-shellrect rect{fill:#7dc4e81a;stroke:var(--md-wall);stroke-width:1.5;stroke-dasharray:6 4;pointer-events:none}.md-shellrect text{fill:var(--md-wall);font-size:11px;font-weight:700;letter-spacing:.5px;pointer-events:none}.md-shellface{fill:#7dc4e829;stroke:var(--md-wall);stroke-dasharray:5 4}.md-mk rect.shell{fill:#7dc4e829;stroke:var(--md-wall);stroke-dasharray:3 2;stroke-width:1.5}.md-shellmark{background:var(--md-wall-soft);border-radius:4px;color:var(--md-wall);font-size:.7rem;padding:0 5px}.md-shelfpick button.on .md-shellmark{background:#ffffff40;color:#fff}.md-card{background:#ffffff08;border:1px solid var(--md-line);border-radius:10px;margin-bottom:12px;padding:12px 14px}.md-card.sel{border-color:#88b24b99;box-shadow:0 0 0 3px var(--md-accent-soft)}.md-card-head{align-items:baseline;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:8px}.md-card-head h4{color:var(--md-text);font-size:1rem;margin:0}.md-card-head span{color:var(--md-muted);font-size:.85rem}.md-empty{align-items:center;color:var(--md-muted);display:flex;font-size:.95rem;gap:12px;line-height:1.5}.md-empty .md-big{font-size:1.6rem;line-height:1}.md-slots{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.md-slot{grid-gap:6px 8px;align-items:center;background:#0003;border:1px solid var(--md-line);border-radius:8px;display:grid;gap:6px 8px;grid-template-columns:18px 1fr;padding:8px 10px}.md-slot .md-slot-name{font-size:.85rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.md-slot .md-select{grid-column:1/-1;width:100%}.md-slot.set{border-color:#f5b84b73}.md-slot.set .md-slot-name{color:var(--md-mark)}@media (max-width:1250px){.md-slots{grid-template-columns:1fr}.md-slot{grid-template-columns:18px 1fr minmax(120px,180px)}.md-slot .md-select{grid-column:auto}}.md-quick{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.md-quick-title{color:var(--md-accent);font-size:.75rem;font-weight:700;letter-spacing:.8px;margin-right:4px;text-transform:uppercase}.md-preview-head{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:8px}.md-preview-head .tt-block-title{margin-bottom:0}.md-vtabs{display:flex;gap:4px}.md-vtabs button{background:#0000;border:1px solid var(--md-line2);border-radius:8px;color:var(--md-muted);cursor:pointer;font:inherit;font-size:.85rem;font-weight:600;padding:6px 12px}.md-vtabs button.on{background:var(--md-accent);border-color:var(--md-accent);color:#fff}.md-paper{background:var(--md-paper);border:1px solid var(--md-paper-line);border-radius:10px;margin-bottom:14px;padding:14px 16px}.md-paper-head{align-items:baseline;border-bottom:2px solid var(--md-accent);display:flex;flex-wrap:wrap;font-size:.9rem;gap:12px;justify-content:space-between;margin-bottom:10px;padding-bottom:6px}.md-paper-head span{color:var(--md-muted);font-size:.78rem}.md-iso{display:block;height:auto;margin:0 auto;max-height:58vh;width:100%}.md-face{fill:var(--md-paper-face);stroke:var(--md-paper-line)}.md-shelf{fill:#1c2029;stroke:var(--md-line2)}.md-shelf.hi{fill:#88b24b38;stroke:var(--md-accent)}.md-gridl{stroke:var(--md-paper-line)}.md-edge{fill:none;stroke:var(--md-faint);stroke-dasharray:4 3}.md-chamber{fill:none;stroke:var(--md-text);stroke-width:1.5}.md-shelfbar{fill:var(--md-line2)}.md-shelfbar.hi{fill:var(--md-accent)}.md-cap{line-height:1.5;margin:8px 0 0}.md-cap,.md-legend{color:var(--md-muted);font-size:.8rem}.md-legend{border-top:1px solid var(--md-paper-line);display:flex;flex-wrap:wrap;gap:14px;margin-top:10px;padding-top:8px}.md-legend span{align-items:center;display:inline-flex;gap:6px}.md-here{margin-bottom:0}.md-list{font-size:.9rem;list-style:none;margin:0;padding:0}.md-list li{grid-gap:8px;align-items:center;border-top:1px solid var(--md-line);cursor:pointer;display:grid;gap:8px;grid-template-columns:18px 56px 1fr;padding:6px 0}.md-list li:first-child{border-top:none}.md-list li:hover{color:var(--md-accent)}.md-list li b{font-family:JetBrains Mono,Consolas,monospace}.md-list li span{color:var(--md-muted)}.md-footer-left{display:flex;gap:10px;margin-right:auto}:root{--sus-green-hover:#9bc65e;--sus-glass-bg:#101c18f2;--sus-glass-border:#ffffff14;--sus-text:#e2e8f0;--sus-text-muted:#94a3b8;--sus-panel-bg:#ffffff08}.dlp-wrapper{align-items:center;background-color:#0b1116;background-color:var(--sus-bg-dark);color:#e2e8f0;color:var(--sus-text);display:flex;font-family:Inter,sans-serif;inset:0;justify-content:center;position:fixed;z-index:9999}.dlp-glass-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#101c18f2;background:var(--sus-glass-bg);border:1px solid #ffffff14;border:1px solid var(--sus-glass-border);border-radius:16px;box-shadow:0 50px 100px #000c;display:flex;flex-direction:column;height:85vh;height:85dvh;max-width:1400px;overflow:hidden;position:relative;width:90vw;z-index:10}.dlp-header{align-items:center;background:#0000004d;border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--sus-glass-border);display:flex;justify-content:space-between;padding:20px 32px}.dlp-brand-hint{color:#88b24b;color:var(--sus-green);font-size:.7rem;font-weight:700;letter-spacing:1.5px;margin-bottom:4px;text-transform:uppercase}.dlp-main-title{color:#fff;font-size:1.4rem;font-weight:600;margin:0}.dlp-subtitle{font-size:.85rem;margin:2px 0 0}.dlp-close-btn,.dlp-subtitle{color:#94a3b8;color:var(--sus-text-muted)}.dlp-close-btn{background:#0000;border:none;cursor:pointer;font-size:1.2rem;transition:.2s}.dlp-close-btn:hover{color:#fff}.dlp-toolbar{background:#ffffff08;background:var(--sus-panel-bg);border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--sus-glass-border);display:flex;gap:16px;padding:16px 32px}.dlp-search-wrapper{flex:1 1}.dlp-input.search{max-width:400px;width:100%}.dlp-actions{display:flex;gap:10px}.dlp-content,.dlp-list-area{display:flex;flex:1 1;overflow:hidden}.dlp-list-area{flex-direction:column;padding:20px}.dlp-status-bar{color:#94a3b8;color:var(--sus-text-muted);display:flex;font-size:.8rem;gap:10px;margin-bottom:10px}.upload-badge{color:#facc15;font-weight:700}.dlp-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));overflow-y:auto;padding-right:8px}.dlp-card{background:#ffffff08;border:1px solid #ffffff14;border:1px solid var(--sus-glass-border);border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:10px;padding:12px;transition:.2s}.dlp-card:hover{background:#ffffff0d;border-color:#88b24b;border-color:var(--sus-green);transform:translateY(-2px)}.dlp-card.pool-card{border-left:3px solid #10b981}.dlp-card-top{display:flex;gap:12px}.dlp-thumb{background:#0000004d;border-radius:8px;display:grid;flex-shrink:0;height:60px;overflow:hidden;place-items:center;width:60px}.dlp-thumb img{height:100%;object-fit:cover;width:100%}.no-img{font-size:1.5rem}.dlp-card-info{display:flex;flex:1 1;flex-direction:column;justify-content:center}.dlp-card-title{color:#fff;font-size:1rem;font-weight:700}.dlp-card-sub{color:#94a3b8;color:var(--sus-text-muted);font-family:JetBrains Mono,monospace;font-size:.8rem}.dlp-pool-tag{color:#10b981;font-size:.65rem;font-weight:700;margin-top:2px}.dlp-card-body{border-top:1px solid #ffffff0d;padding-top:8px}.dlp-cal-date{color:#94a3b8;color:var(--sus-text-muted);font-size:.8rem}.dlp-cal-date.expired{color:#f87171;font-weight:700}.dlp-card-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.dlp-link{color:#60a5fa;font-size:.8rem;text-decoration:none}.dlp-link:hover{text-decoration:underline}.dlp-link.disabled{color:#94a3b8;color:var(--sus-text-muted);cursor:default;text-decoration:none}.dlp-card-actions{display:flex;gap:6px}.dlp-panel{background:#0003;border-left:1px solid #ffffff14;border-left:1px solid var(--sus-glass-border);display:flex;flex-direction:column;overflow-y:auto;padding:20px;width:350px}.dlp-panel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.dlp-panel-header h3{color:#fff;font-size:1.1rem;margin:0}.dlp-close-btn-sm{background:#0000;border:none;color:#94a3b8;color:var(--sus-text-muted);cursor:pointer;font-size:1rem}.dlp-form{display:flex;flex-direction:column;gap:16px}.dlp-field label{color:#94a3b8;color:var(--sus-text-muted);display:block;font-size:.75rem;font-weight:700;margin-bottom:6px;text-transform:uppercase}.dlp-input{background:#0000004d;border:1px solid #ffffff14;border:1px solid var(--sus-glass-border);border-radius:8px;color:#fff;outline:none;padding:10px;transition:.2s;width:100%}.dlp-input:focus{border-color:#88b24b;border-color:var(--sus-green)}.dlp-upload-section{background:#ffffff08;background:var(--sus-panel-bg);border:1px solid #ffffff0d;border-radius:8px;padding:10px}.dlp-preview-box{align-items:center;background:#0003;border-radius:6px;display:flex;height:100px;justify-content:center;margin-bottom:10px;overflow:hidden}.dlp-preview-box img{height:100%;object-fit:contain;width:100%}.dlp-preview-box .placeholder{color:#94a3b8;color:var(--sus-text-muted);font-size:.8rem}.dlp-file-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.dlp-file-label input{display:none}.file-text{color:#fff;font-size:.8rem}.file-text small{color:#94a3b8;color:var(--sus-text-muted);display:block;font-size:.7rem}.dlp-panel-footer{margin-top:30px}.dlp-btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:10px 20px;transition:.2s}.dlp-btn.primary{background:#88b24b;background:var(--sus-green);color:#fff}.dlp-btn.primary:hover{background:#9bc65e;background:var(--sus-green-hover);transform:translateY(-1px)}.dlp-btn.full{width:100%}.dlp-icon-btn{background:#ffffff0d;border:none;border-radius:8px;color:#fff;cursor:pointer;display:grid;height:36px;place-items:center;width:36px}.dlp-icon-btn:hover{background:#ffffff1a}.dlp-icon-btn-sm{background:#ffffff1a;border:none;border-radius:6px;color:#fff;cursor:pointer;display:grid;font-size:.8rem;height:28px;place-items:center;width:28px}.dlp-icon-btn-sm:hover{background:#fff3}.dlp-icon-btn-sm.success{background:#10b98133;color:#34d399}.dlp-icon-btn-sm.danger{background:#ef444433;color:#f87171}.dlp-btn-xs{background:#ffffff1a;border-radius:4px;color:#fff;font-size:.75rem;padding:4px 8px}::-webkit-scrollbar-thumb{background:#ffffff1a}@media (max-width:1024px){.dlp-glass-container{border-left:none;border-radius:0;border-right:none;height:100dvh;max-width:none;width:100%}.dlp-header{padding:16px 20px}.dlp-toolbar{padding:14px 20px}.dlp-panel{width:300px}}@media (max-width:768px){.dlp-header{flex-wrap:wrap;gap:8px;padding:12px 14px;padding:12px calc(14px + var(--safe-right, 0px)) 12px calc(14px + var(--safe-left, 0px))}.dlp-main-title{font-size:1.15rem}.dlp-brand-hint,.dlp-main-title,.dlp-subtitle{overflow-wrap:break-word}.dlp-toolbar{flex-wrap:wrap;gap:10px;padding:12px 14px;padding:12px calc(14px + var(--safe-right, 0px)) 12px calc(14px + var(--safe-left, 0px))}.dlp-search-wrapper{flex:1 1 100%}.dlp-input.search{max-width:none}.dlp-actions{flex:1 1 100%;gap:10px}.dlp-actions .dlp-btn{flex:1 1}.dlp-content{-webkit-overflow-scrolling:touch;flex-direction:column;overflow-y:auto}.dlp-list-area{flex:0 0 auto;overflow:visible;padding:14px;padding:14px calc(14px + var(--safe-right, 0px)) 14px calc(14px + var(--safe-left, 0px))}.dlp-grid{overflow-y:visible;padding-right:0}.dlp-panel{border-left:none;border-top:1px solid #ffffff14;border-top:1px solid var(--sus-glass-border);flex:0 0 auto;overflow-y:visible;padding:16px;padding:16px calc(16px + var(--safe-right, 0px)) 16px calc(16px + var(--safe-left, 0px));width:auto}.dlp-card-sub,.dlp-card-title{overflow-wrap:anywhere}.dlp-card{padding:14px}.dlp-input{font-size:16px}.dlp-btn,.dlp-input{min-height:44px}.dlp-close-btn,.dlp-close-btn-sm,.dlp-icon-btn,.dlp-icon-btn-sm{align-items:center;display:inline-flex;height:44px;justify-content:center;min-height:44px;min-width:44px;width:44px}.dlp-btn-xs{font-size:.85rem;padding:8px 14px}.dlp-btn-xs,.dlp-link{align-items:center;display:inline-flex;min-height:44px}.dlp-file-label{gap:10px;min-height:44px}.dlp-card-actions{gap:10px}.dlp-footer{flex-wrap:wrap;gap:10px;padding:12px 16px!important;padding:12px calc(16px + var(--safe-right, 0px)) calc(12px + var(--safe-bottom, 0px)) calc(16px + var(--safe-left, 0px))!important}.dlp-footer .dlp-btn{flex:1 1 180px}.dlp-status-bar{flex-wrap:wrap}}@media (max-width:480px){.dlp-header,.dlp-toolbar{padding-left:12px;padding-left:calc(12px + var(--safe-left, 0px));padding-right:12px;padding-right:calc(12px + var(--safe-right, 0px))}.dlp-list-area{padding:12px;padding:12px calc(12px + var(--safe-right, 0px)) 12px calc(12px + var(--safe-left, 0px))}.dlp-grid{gap:12px;grid-template-columns:1fr}.dlp-thumb{height:52px;width:52px}.dlp-preview-box{height:120px}}.form-container{padding:40px;text-align:center}button,input,select,textarea{font-size:1em;margin:10px;padding:10px;transition:border-color .3s,box-shadow .3s,background-color .3s,opacity .3s}input:focus,select:focus,textarea:focus{border-color:#3498db;box-shadow:0 0 5px #3498db80;outline:none}input.error,select.error,textarea.error{border:2px solid red}button.loading{background-color:gray;opacity:.7;pointer-events:none}.model-grid{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:10px}body{font-family:Arial,sans-serif}.model-card{border:1px solid #ccc;border-radius:8px;cursor:pointer;padding:10px;transition:background-color .3s,border-color .3s;width:150px}.model-card:hover{background-color:#eee}.model-card.selected{background-color:#d1e7dd;border-color:green}.model-image{border-radius:6px;height:100px;object-fit:cover;width:100%}.image-preview{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px}.preview-img{border:1px solid #ccc;border-radius:10px;box-shadow:0 2px 8px #0000001a;height:120px;object-fit:cover;width:120px}.spinner{border:8px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:60px;margin:20px auto;width:60px}.spinner,button.loading:after{animation:spin 1s linear infinite}button.loading:after{content:"⏳";display:inline-block;margin-left:10px}@media (hover:hover){button:hover:not(.loading){background-color:#88b24b}}.home-card{background-color:#f5f5f5;border-radius:10px;font-size:1.1em;padding:25px;text-align:center;transition:transform .2s,background-color .3s}.home-card:hover{background-color:#dfe6e9;box-shadow:0 4px 10px #00000026}.animated-grid{animation:fadeIn 1s ease forwards;flex-wrap:wrap;gap:15px;margin-top:20px}.animated-grid,.home-card{display:flex;justify-content:center}.home-card{align-items:center;animation:fadeInCard .5s ease forwards;background:#f9f9f9;border:1px solid #ccc;border-radius:12px;color:#000;flex-direction:row;font-size:1.2em;font-weight:400;gap:8px;height:100px;opacity:0;padding:10px;text-decoration:none;transition:all .3s ease;width:250px}.home-card:hover{background-color:#d1e7dd;box-shadow:0 4px 15px #0000001a;transform:translateY(-5px)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInCard{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.spinner-inline{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#3498db;display:inline-block;height:16px;margin-right:8px;vertical-align:middle;width:16px}.loading-button{background-color:gray;opacity:.7;pointer-events:none;position:relative}.progress-bar{background:#333;border-radius:10px;box-shadow:0 0 10px #00f0ff;height:20px;margin:20px auto;overflow:hidden;width:300px}.progress-fill{background:linear-gradient(90deg,#00f0ff,#00ff95);height:100%;transition:width .4s ease;width:0}.plane{animation:flyAcross 8s linear infinite;font-size:2em;left:-100px;position:absolute;top:10%;transform:rotate(20deg)}@keyframes flyAcross{0%{left:-100px;top:10%}50%{top:20%}to{left:110%;top:15%}}@keyframes fly{0%{transform:translateX(-300px)}to{transform:translateX(300px)}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border-radius:12px;box-shadow:0 5px 15px #0000004d;display:flex;flex-direction:column;gap:10px;padding:30px;text-align:center;width:400px}@keyframes dropdownOpen{0%{opacity:0}to{opacity:1}}@keyframes fadeInItem{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes bellPulse{0%{transform:scale(1) rotate(0deg)}20%{transform:scale(1.1) rotate(-10deg)}40%{transform:scale(1.1) rotate(10deg)}60%{transform:scale(1.05) rotate(-5deg)}80%{transform:scale(1.05) rotate(5deg)}to{transform:scale(1) rotate(0deg)}}.bell-toast.error{animation:bellPulse 1s ease-in-out infinite;display:inline-block;transform-origin:center}@keyframes fadeDropdown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.reminder-fade-in{animation:fadeDropdown .3s ease-out}.page-fade{animation:pageFade .4s ease}@keyframes pageFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){input,select,textarea{font-size:max(16px,1em)}button,select{min-height:44px}label{overflow-wrap:break-word}}:root{--sus-bg-dark:#0b1116;--sus-bg-panel:#161b22b3;--sus-border:#ffffff1a;--sus-green:#88b24b;--sus-green-dim:#88b24b26;--sus-text-main:#e6edf3;--sus-text-muted:#8b949e;--color-error:#ef4444;--color-warning:#f59e0b;--color-info:#3b82f6;--color-purple:#a855f7;--color-cyan:#06b6d4;--glass-blur:blur(12px);--header-height:64px;--sidebar-width:260px;--sidebar-width-collapsed:68px}.sus-toollayout-shell{background-color:#0b1116;background-color:var(--sus-bg-dark);color:#e6edf3;color:var(--sus-text-main);display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;height:100dvh;overflow:hidden;padding-left:var(--safe-left);padding-right:var(--safe-right);position:relative}.sus-toollayout-ambient-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.sus-toollayout-bg-glow{background:radial-gradient(circle,#88b24b26 0,#0000 70%);filter:blur(80px);height:300px;left:20%;position:absolute;top:-100px;width:600px}.sus-toollayout-header{align-items:center;backdrop-filter:blur(12px);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:blur(12px);-webkit-backdrop-filter:var(--glass-blur);background:#0b1116a6;border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--sus-border);display:flex;height:64px;height:var(--header-height);justify-content:space-between;padding:var(--safe-top) 24px 0;position:relative;z-index:100}.sus-toollayout-header-left{align-items:center;display:flex;gap:16px;min-width:200px}.sus-toollayout-brand{font-size:1.25rem;font-weight:700;letter-spacing:-.5px;margin:0;white-space:nowrap}.sus-toollayout-highlight{color:#88b24b;color:var(--sus-green)}.sus-toollayout-hamburger{-webkit-tap-highlight-color:transparent;align-items:center;background:none;border:none;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;gap:4px;justify-content:center;min-height:44px;min-width:44px;padding:4px;touch-action:manipulation}.sus-toollayout-hamburger .bar{background-color:#e6edf3;background-color:var(--sus-text-main);height:2px;transition:.3s;width:22px}.sus-toollayout-hamburger:hover .bar{background-color:#88b24b;background-color:var(--sus-green)}.sus-toollayout-header-center{align-items:center;display:flex;flex:1 1;gap:12px;justify-content:center;min-width:0}.sus-ac-wrap{position:relative}.sus-ac-chip{align-items:center;background:#ffffff0a;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:99px;color:#e6edf3;color:var(--sus-text-main);cursor:pointer;display:flex;font-family:inherit;font-size:.8rem;gap:9px;padding:7px 13px 7px 11px;transition:filter .2s,transform .2s;white-space:nowrap}.sus-ac-chip:hover{filter:brightness(1.15);transform:translateY(-1px)}.sus-ac-chip:focus-visible{outline:2px solid #88b24b;outline:2px solid var(--sus-green);outline-offset:2px}.sus-ac-dot{background:#8b949e;background:var(--sus-text-muted);border-radius:50%;flex:0 0 auto;height:8px;width:8px}.sus-ac-chip.tone-critical{background:#ef44441a;border-color:#ef44448c}.sus-ac-chip.tone-critical .sus-ac-dot{background:#ef4444;background:var(--color-error);box-shadow:0 0 0 3px #ef444433}.sus-ac-chip.tone-critical .sus-ac-now{color:#fca5a5}.sus-ac-chip.tone-warning{background:#f59e0b1a;border-color:#f59e0b80}.sus-ac-chip.tone-warning .sus-ac-dot{background:#f59e0b;background:var(--color-warning);box-shadow:0 0 0 3px #f59e0b2e}.sus-ac-chip.tone-warning .sus-ac-now{color:#fcd34d}.sus-ac-chip.tone-info .sus-ac-dot{background:#3b82f6;background:var(--color-info)}.sus-ac-chip.tone-none .sus-ac-dot{background:#88b24b;background:var(--sus-green);box-shadow:0 0 0 3px #88b24b29}.sus-ac-now{font-weight:700}.sus-ac-calm{color:#8b949e;color:var(--sus-text-muted)}.sus-ac-sep{background:#ffffff29;height:13px;width:1px}.sus-ac-caret,.sus-ac-next{color:#8b949e;color:var(--sus-text-muted)}.sus-ac-caret{flex:0 0 auto}.sus-toollayout-bell{align-items:center;background:#ffffff0a;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:99px;color:#8b949e;color:var(--sus-text-muted);cursor:pointer;display:flex;font-size:.8rem;gap:7px;padding:7px 13px;-webkit-user-select:none;user-select:none;white-space:nowrap}.sus-toollayout-bell b{color:#e6edf3;color:var(--sus-text-main)}.sus-toollayout-bell.is-due{border-color:#06b6d473;color:#67e8f9}.sus-toollayout-bell:hover{filter:brightness(1.2)}.sus-ac-panel{background:#161b22;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:12px;box-shadow:0 22px 46px #0000008c;display:flex;flex-direction:column;left:50%;max-height:min(70vh,620px);max-width:calc(100vw - 32px);overflow:hidden;position:absolute;top:calc(100% + 8px);transform:translateX(-50%);width:430px;z-index:9999}.sus-ac-head{align-items:flex-start;border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--sus-border);display:flex;flex:0 0 auto;gap:12px;justify-content:space-between;padding:13px 16px 12px}.sus-ac-title{display:block;font-size:.875rem;font-weight:700}.sus-ac-sub{color:#8b949e;color:var(--sus-text-muted);display:block;font-size:.72rem;margin-top:2px}.sus-ac-link{background:none;border:none;color:#88b24b;color:var(--sus-green);cursor:pointer;font-family:inherit;font-size:.72rem;padding:2px 0 0;white-space:nowrap}.sus-ac-link:hover{text-decoration:underline}.sus-ac-hz{border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--sus-border);flex:0 0 auto;padding:18px 16px 12px}.sus-ac-hz-track{border-radius:4px;display:flex;height:8px;overflow:hidden;position:relative}.sus-ac-hz-seg{height:100%}.sus-ac-hz-seg.past{background:repeating-linear-gradient(-45deg,#ef44448c 0 3px,#ef444433 3px 6px);flex:0 0 22%}.sus-ac-hz-seg.s14{background:#f973166b;flex:0 0 20%}.sus-ac-hz-seg.s60{background:#eab3084d;flex:0 0 38%}.sus-ac-hz-seg.ok{background:#88b24b38;flex:1 1 auto}.sus-ac-hz-today{background:#e6edf3;background:var(--sus-text-main);border-radius:1px;bottom:-5px;left:22%;position:absolute;top:-5px;width:2px}.sus-ac-hz-pins{height:18px;margin-top:7px;position:relative}.sus-ac-hz-pin{border:2px solid #161b22;border-radius:50%;height:11px;position:absolute;top:0;transform:translateX(-50%);width:11px}.sus-ac-hz-pin.tone-critical{background:#ef4444;background:var(--color-error)}.sus-ac-hz-pin.tone-warning{background:#f97316}.sus-ac-hz-pin.tone-good{background:#88b24bb3}.sus-ac-hz-pin.tone-neutral{background:#8b949e;background:var(--sus-text-muted)}.sus-ac-hz-scale{color:#5d6670;display:flex;font-size:.62rem;letter-spacing:.05em}.sus-ac-hz-scale .m-past{flex:0 0 22%}.sus-ac-hz-scale .m-today{color:#e6edf3;color:var(--sus-text-main);flex:0 0 20%}.sus-ac-hz-scale .m-14{flex:0 0 38%}.sus-ac-hz-scale .m-60{flex:1 1 auto}.sus-ac-scroll{flex:1 1 auto;min-height:0;overflow-y:auto}.sus-ac-group{align-items:center;color:#8b949e;color:var(--sus-text-muted);display:flex;font-size:.65rem;font-weight:700;gap:10px;justify-content:space-between;letter-spacing:.1em;padding:12px 16px 6px;text-transform:uppercase}.sus-ac-count{color:#5d6670;letter-spacing:0}.sus-ac-row{background:#0000;border:none;border-top:1px solid #ffffff0f;color:#e6edf3;color:var(--sus-text-main);cursor:pointer;display:flex;font-family:inherit;gap:11px;padding:9px 16px 10px;text-align:left;width:100%}.sus-ac-row:hover{background:#ffffff0d}.sus-ac-row:focus-visible{outline:2px solid #88b24b;outline:2px solid var(--sus-green);outline-offset:-2px}.sus-ac-bar{border-radius:2px;flex:0 0 auto;width:3px}.sus-ac-bar.tone-critical{background:#ef4444;background:var(--color-error)}.sus-ac-bar.tone-warning{background:#f97316}.sus-ac-bar.tone-quality{background:#5d6670}.sus-ac-bar.tone-stuck{background:#f59e0b;background:var(--color-warning)}.sus-ac-row-main{flex:1 1;min-width:0}.sus-ac-row-top{align-items:baseline;display:flex;gap:10px;justify-content:space-between}.sus-ac-name{font-size:.82rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sus-ac-serial{color:#5d6670;flex:0 0 auto;font-size:.66rem}.sus-ac-why{color:#8b949e;color:var(--sus-text-muted);display:block;font-size:.72rem;margin-top:2px}.sus-ac-why.tone-critical{color:#f8a2a2}.sus-ac-why.tone-stuck{color:#fbcf6b}.sus-ac-days{font-feature-settings:"tnum";color:#8b949e;color:var(--sus-text-muted);flex:0 0 auto;font-size:.72rem;font-variant-numeric:tabular-nums;padding-top:2px;white-space:nowrap}.sus-ac-days.is-over{color:#ef4444;color:var(--color-error)}.sus-ac-tag{background:#f59e0b24;border-radius:4px;color:#fbcf6b;flex:0 0 auto;font-size:.62rem;font-weight:700;height:-webkit-fit-content;height:fit-content;padding:2px 6px;white-space:nowrap}.sus-ac-empty{align-items:center;color:#8b949e;color:var(--sus-text-muted);display:flex;font-size:.8rem;gap:8px;padding:22px 16px}.sus-ac-watch{border-top:1px solid #ffffff1a;border-top:1px solid var(--sus-border);color:#5d6670;flex:0 0 auto;font-size:.72rem;padding:10px 16px 12px}.sus-toollayout-badge-wrapper{position:relative}.sus-toollayout-header-right{align-items:center;display:flex;gap:12px}.sus-toollayout-icon-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:8px;cursor:pointer;display:flex;font-size:1.1rem;height:36px;justify-content:center;transition:.2s;width:36px}.sus-toollayout-icon-btn:hover{background:#88b24b26;background:var(--sus-green-dim);border-color:#88b24b;border-color:var(--sus-green)}.sus-toollayout-icon-btn img{border-radius:2px;width:20px}.sus-toollayout-admin-dot{background:#3b82f6;background:var(--color-info);border:2px solid #0b1116;border:2px solid var(--sus-bg-dark);border-radius:50%;height:9px;position:absolute;right:-3px;top:-3px;width:9px}.sus-toollayout-admin-wrap{position:relative}.sus-toollayout-admin-wrap .sus-toollayout-icon-btn{overflow:visible;position:relative}.sus-toollayout-dropdown{background:#161b22;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:12px;box-shadow:0 20px 40px #0009;display:flex;flex-direction:column;gap:2px;min-width:260px;padding:6px;position:absolute;top:calc(100% + 8px);z-index:9999}.sus-toollayout-dropdown.scrollable{max-height:400px;overflow-y:auto}.sus-toollayout-dropdown.lang-pos{min-width:140px;right:24px;top:70px}.sus-toollayout-dropdown.admin-pos{min-width:200px;right:0}.sus-toollayout-dd-header{border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--sus-border);color:#8b949e;color:var(--sus-text-muted);font-size:.75rem;font-weight:700;margin-bottom:4px;padding:8px 12px;text-transform:uppercase}.sus-toollayout-dd-header.error{color:#ef4444;color:var(--color-error)}.sus-toollayout-dd-header.cyan{color:#06b6d4;color:var(--color-cyan)}.sus-toollayout-dd-section{background:#ffffff08;font-size:.75rem;font-weight:700;margin-top:4px;padding:6px 12px}.sus-toollayout-dd-section.error{color:#ef4444;color:var(--color-error)}.sus-toollayout-dd-section.orange{color:#f97316}.sus-toollayout-dd-section.yellow{color:#eab308}.sus-toollayout-dd-list{display:flex;flex-direction:column;gap:2px}.sus-toollayout-dd-btn,.sus-toollayout-dd-item{background:#0000;border:none;border-radius:6px;color:#e6edf3;color:var(--sus-text-main);cursor:pointer;display:flex;flex-direction:column;font-size:.9rem;padding:10px 12px;text-align:left;text-decoration:none;transition:background .2s}.sus-toollayout-dd-btn:hover,.sus-toollayout-dd-item:hover{background:#ffffff14}.sus-toollayout-dd-row{align-items:center;display:flex;justify-content:space-between}.sus-toollayout-dd-strong{font-size:.9rem;font-weight:600}.sus-toollayout-dd-sub{color:#8b949e;color:var(--sus-text-muted);font-size:.8rem;margin-top:2px}.sus-toollayout-dd-sub.error{color:#ef4444;color:var(--color-error)}.sus-toollayout-dd-meta{color:#555;display:flex;font-size:.75rem;justify-content:space-between;margin-top:4px}.sus-toollayout-tag{background:#333;border-radius:4px;font-size:.7rem;font-weight:700;padding:2px 6px}.sus-toollayout-tag.purple{background:#a855f71a;color:#a855f7;color:var(--color-purple)}.sus-toollayout-dd-simple{border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--sus-border);font-size:.9rem;padding:6px 12px}.sus-toollayout-banner{align-items:center;background:#ef4444;background:var(--color-error);box-shadow:0 4px 12px #0000004d;color:#fff;display:flex;font-size:.9rem;font-weight:600;gap:16px;justify-content:center;padding:8px;text-align:center;z-index:90}.sus-toollayout-banner button{background:#fff;border:none;border-radius:4px;color:#ef4444;color:var(--color-error);cursor:pointer;font-size:.8rem;font-weight:700;padding:4px 12px}.sus-toollayout-body{display:flex;flex:1 1;overflow:hidden;position:relative;z-index:10}.sus-toollayout-scrim{display:none}.sus-toollayout-sidebar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);background:#0b111699;border-right:1px solid #ffffff1a;border-right:1px solid var(--sus-border);display:flex;flex-direction:column;transition:width .3s cubic-bezier(.4,0,.2,1);z-index:50}.sus-toollayout-sidebar.open{width:260px;width:var(--sidebar-width)}.sus-toollayout-sidebar.collapsed{width:68px;width:var(--sidebar-width-collapsed)}.sus-toollayout-nav-scroll{display:flex;flex:1 1;flex-direction:column;gap:4px;overflow-x:hidden;overflow-y:auto;padding:16px 12px;scrollbar-width:none}.sus-toollayout-nav-scroll::-webkit-scrollbar{display:none}.sus-toollayout-sidebar.collapsed .sus-toollayout-nav-scroll{padding-left:0;padding-right:0;scrollbar-width:thin}.sus-toollayout-nav-divider{background:#ffffff1a;background:var(--sus-border);height:1px;margin:8px 4px}.sus-toollayout-nav-group{color:#5d6670;font-size:.6rem;font-weight:700;letter-spacing:.13em;padding:14px 12px 5px;text-transform:uppercase}.sus-toollayout-nav-scroll>.sus-toollayout-nav-group:first-child{padding-top:4px}.sus-toollayout-nav-badge{font-feature-settings:"tnum";background:#ef444429;border:1px solid #ef444457;border-radius:99px;color:#fca5a5;flex:0 0 auto;font-size:.66rem;font-variant-numeric:tabular-nums;font-weight:700;margin-left:8px;padding:1px 7px}.sus-toollayout-nav-badge.muted{background:#ffffff0f;border-color:#ffffff1a;border-color:var(--sus-border);color:#8b949e;color:var(--sus-text-muted)}.sus-toollayout-nav-item{-webkit-tap-highlight-color:transparent;align-items:center;background:#0000;border:none;border-radius:8px;color:#8b949e;color:var(--sus-text-muted);cursor:pointer;display:flex;font-family:inherit;font-size:.95rem;font-weight:500;min-height:44px;overflow:hidden;padding:12px;position:relative;touch-action:manipulation;transition:all .2s}.sus-toollayout-nav-item:hover{background:#ffffff0a;color:#e6edf3;color:var(--sus-text-main)}.sus-toollayout-nav-item.active{background:linear-gradient(90deg,#88b24b26,#0000);color:#fff}.sus-toollayout-active-bar{background:#88b24b;background:var(--sus-green);border-radius:0 4px 4px 0;bottom:10%;box-shadow:0 0 8px #88b24b;box-shadow:0 0 8px var(--sus-green);left:0;position:absolute;top:10%;width:3px}.sus-toollayout-nav-icon{display:flex;flex:0 0 auto;font-size:1.2rem;justify-content:center;min-width:24px}.sus-toollayout-nav-label{flex:1 1 auto;line-height:1.3;margin-left:12px;min-width:0;opacity:1;overflow-wrap:break-word;text-align:left;transition:opacity .2s;white-space:normal}.sus-toollayout-sidebar.collapsed .sus-toollayout-nav-label{display:none;opacity:0;width:0}.sus-toollayout-dot{background:#ef4444;background:var(--color-error);border-radius:50%;box-shadow:0 0 6px #ef4444;box-shadow:0 0 6px var(--color-error);height:8px;position:absolute;right:10px;top:10px;width:8px}.sus-toollayout-footer{background:#0000001a;border-top:1px solid #ffffff1a;border-top:1px solid var(--sus-border);padding:16px;padding-bottom:calc(16px + var(--safe-bottom))}.sus-toollayout-user-info{margin-bottom:12px}.sus-toollayout-username{color:#fff;font-size:.9rem;font-weight:700;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis}.sus-toollayout-online-badge{background:#4ade8026;border:1px solid #4ade804d;border-radius:4px;color:#4ade80;cursor:pointer;font-size:.75rem;padding:2px 8px}.sus-toollayout-logout{align-items:center;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;color:#fca5a5;cursor:pointer;display:flex;font-family:inherit;font-weight:600;gap:12px;padding:10px;transition:.2s;width:100%}.sus-toollayout-logout:hover{background:#ef444433;border-color:#ef444480}.sus-toollayout-content{background-image:radial-gradient(#ffffff08 1px,#0000 0);background-size:32px 32px;flex:1 1;min-width:0;overflow-y:auto;padding:24px;padding-bottom:calc(24px + var(--safe-bottom));position:relative}.sus-toollayout-popover{background:#161b22;border:1px solid #ffffff1a;border:1px solid var(--sus-border);border-radius:8px;bottom:80px;box-shadow:0 10px 30px #00000080;left:250px;left:calc(var(--sidebar-width) - 10px);padding:8px 0;position:fixed;width:200px;z-index:1000}@media (max-width:1024px){.sus-toollayout-header-center{flex:0 0 auto;gap:8px;justify-content:flex-end}.sus-ac-chip{gap:7px;padding:6px 10px 6px 9px}.sus-ac-calm,.sus-ac-caret,.sus-ac-next,.sus-ac-now .sus-ac-now-label,.sus-ac-sep,.sus-toollayout-bell span{display:none}.sus-toollayout-bell{padding:6px 10px}.sus-ac-panel{border-radius:14px 14px 0 0;bottom:0;left:0;max-height:80vh;max-width:100%;position:fixed;right:0;top:auto;transform:none;width:100%}}@media (max-width:768px){.sus-toollayout-sidebar{background:#0b1116f7;bottom:0;box-shadow:none;height:100%;left:0;overflow:hidden;position:absolute;top:0;transition:transform .28s cubic-bezier(.4,0,.2,1);width:min(84vw,300px)}.sus-toollayout-sidebar.open{box-shadow:10px 0 30px #00000080;transform:translateX(0);width:min(84vw,300px)}.sus-toollayout-sidebar.collapsed{border-right:1px solid #ffffff1a;border-right:1px solid var(--sus-border);transform:translateX(calc(-100% - 2px));width:min(84vw,300px)}.sus-toollayout-sidebar.collapsed .sus-toollayout-nav-label{display:block;opacity:1;width:auto}.sus-toollayout-sidebar.collapsed .sus-toollayout-nav-scroll{padding-left:12px;padding-right:12px}.sus-toollayout-scrim{background:#0000008c;display:block;inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .28s ease;z-index:40}.sus-toollayout-scrim.visible{opacity:1;pointer-events:auto}.sus-toollayout-logout,.sus-toollayout-nav-item{min-height:48px}.sus-toollayout-content{padding:16px;padding-bottom:calc(16px + var(--safe-bottom))}.sus-toollayout-header{padding:var(--safe-top) 12px 0}.sus-toollayout-header-left{flex-shrink:0;gap:10px;min-width:0}.sus-toollayout-brand{font-size:1.1rem}.sus-toollayout-popover{bottom:16px;left:12px;right:12px;width:auto}}.mbe-page-wrapper{align-items:center;background-color:var(--sus-bg-dark);color:var(--sus-text);display:flex;font-family:Inter,sans-serif;inset:0;justify-content:center;overflow:hidden;position:fixed;z-index:9999}.sus-ambient-bg{position:absolute}.bg-glow{animation:floatingGlow 20s ease-in-out infinite alternate;filter:blur(120px);opacity:.35}.bg-glow-1{background:radial-gradient(circle,#88b24b66 0,#0000 70%);height:700px;left:-100px;width:700px}.bg-glow-2{background:radial-gradient(circle,#6a8e3a4d 0,#0000 70%);bottom:-300px;height:900px;right:-200px;width:900px}.mbe-glass-container{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:var(--sus-glass-bg);border-top:1px solid var(--sus-glass-border);border:1px solid var(--sus-glass-border);border-radius:24px;border-top-color:var(--sus-glass-border-top);box-shadow:0 30px 60px #0009;display:flex;flex-direction:column;height:90vh;height:90dvh;max-width:1600px;overflow:hidden;position:relative;width:95vw;z-index:10}.mbe-header{align-items:center;background:#0003;border-bottom:1px solid var(--sus-glass-border);display:flex;justify-content:space-between;padding:20px 32px}.mbe-logo-hint{color:var(--sus-green);font-size:.8rem;font-weight:700;letter-spacing:1px;margin-bottom:4px;text-transform:uppercase}.mbe-title{font-size:1.5rem;font-weight:700}.mbe-subtitle{color:var(--sus-text-muted);font-size:.9rem}.mbe-close-btn{background:#0000;border:1px solid var(--sus-glass-border);border-radius:12px;color:var(--sus-text);cursor:pointer;font-size:1.2rem;height:40px;transition:all .2s;width:40px}.mbe-close-btn:hover{background:#ffffff1a;border-color:#fff}.mbe-body{display:flex;flex:1 1;overflow:hidden}.mbe-sidebar{background:#0003;border-right:1px solid var(--sus-glass-border);display:flex;flex-direction:column;gap:24px;padding:24px;width:320px}.mbe-panel{background:#ffffff08;border:1px solid var(--sus-glass-border);border-radius:16px;padding:16px}.mbe-panel.no-bg{background:#0000;border:none;padding:0}.mbe-panel.flex-grow{display:flex;flex:1 1;flex-direction:column;min-height:0}.mbe-panel-title{color:var(--sus-text-muted);font-size:.85rem;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.mbe-main-area{background:radial-gradient(circle at center,#ffffff05 0,#0000 70%);display:flex;flex:1 1;flex-direction:column;padding:24px}.mbe-toolbar{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.mbe-stepper{display:flex;gap:8px}.mbe-step-btn{background:#ffffff0d;border:1px solid var(--sus-glass-border);border-radius:10px;color:var(--sus-text-muted);cursor:pointer;height:36px;transition:all .2s;width:36px}.mbe-step-btn.active{background:var(--sus-green);border-color:var(--sus-green);box-shadow:0 0 15px #88b24b4d;color:#fff}.mbe-context-actions{align-items:center;background:#0000004d;border:1px solid var(--sus-glass-border);border-radius:12px;display:flex;gap:12px;padding:6px 12px}.mbe-hint-text{color:var(--sus-text-muted);font-size:.85rem}.mbe-selection-label{color:var(--sus-green);font-weight:700}.mbe-tool-btn{background:#ffffff1a;border:none;border-radius:6px;color:#fff;cursor:pointer;height:28px;width:28px}.mbe-tool-btn.danger{background:#ff4d4d26;color:#ff4d4d}.mbe-canvas-wrapper{align-items:center;background:#000;border:1px solid var(--sus-glass-border);border-radius:16px;box-shadow:inset 0 0 30px #000c;display:flex;flex:1 1;justify-content:center;overflow:hidden}.mbe-scroll-area{flex:1 1;overflow-y:auto;padding-right:8px}.mbe-scroll-area::-webkit-scrollbar{width:4px}.mbe-scroll-area::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.mbe-chip-container{display:flex;flex-wrap:wrap;gap:8px}.mbe-chip{background:#ffffff14;border:1px solid var(--sus-glass-border);border-left:3px solid #0000;border-radius:8px;cursor:grab;font-size:.85rem;padding:6px 10px;transition:all .2s}.mbe-chip:hover{background:#ffffff26}.sus-action-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;justify-content:center;margin-bottom:10px;padding:12px;transition:transform .2s,box-shadow .2s;width:100%}.sus-action-btn.primary{background:var(--sus-green-gradient);box-shadow:0 4px 20px #88b24b4d;color:#fff}.sus-action-btn.primary:hover{box-shadow:0 8px 30px #88b24b66;transform:translateY(-2px)}.sus-action-btn.secondary{background:#ffffff1a;color:#fff}.sus-action-btn.secondary:hover{background:#ffffff26}.sus-action-btn.outline{background:#0000;border:1px solid #fff3;color:var(--sus-text-muted)}.sus-action-btn.outline:hover{border-color:#fff;color:#fff}.sus-input-field{background:var(--sus-input-bg);border:1px solid #ffffff26;border-radius:12px;color:#fff;outline:none;padding:12px;transition:all .3s ease;width:100%}.sus-input-field:focus{background:#ffffff1a;border-color:var(--sus-green)}.mbe-color-grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.mbe-color-dot{border:2px solid #0000;border-radius:50%;cursor:pointer;height:24px;transition:transform .2s;width:24px}.mbe-color-dot.active{border-color:#fff;transform:scale(1.2)}.mbe-color-dot.custom{align-items:center;background:conic-gradient(red,violet,blue,lime,#ff0,red);display:flex;justify-content:center}.mbe-color-dot input{cursor:pointer;height:100%;opacity:0;width:100%}.mbe-slider-wrapper{align-items:center;color:#ccc;display:flex;font-size:.8rem;gap:10px;justify-content:space-between}.mbe-slider-wrapper input{accent-color:var(--sus-green);flex:1 1}.mbe-overlay-backdrop{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009;display:flex;inset:0;justify-content:center;position:absolute;z-index:20}.mbe-mini-modal{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#101c18eb;border:1px solid #88b24b73;border-radius:18px;border-top-color:#88b24ba6;box-shadow:0 22px 60px #000000d9;display:flex;flex-direction:column;gap:14px;max-width:calc(100vw - 32px);padding:22px;width:360px}.mbe-mini-modal h3{color:var(--sus-green);font-size:1.05rem;letter-spacing:.2px;margin:0 0 6px;text-align:center}.mbe-mini-modal .mbe-input-label{color:#88b24bf2;font-size:.78rem;letter-spacing:.2px;margin:0}.mbe-mini-modal .sus-input-field{border-radius:12px;padding:10px 12px}.mbe-mini-modal .mbe-slider-wrapper{align-items:stretch;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;color:#ffffffd1;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;padding:12px}.mbe-mini-modal .mbe-slider-wrapper>div:first-child{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:0!important}.mbe-mini-modal input[type=range]{accent-color:var(--sus-green);width:100%}.mbe-mini-modal input[type=color]{-webkit-appearance:none;appearance:none;background:#0000;border:none;padding:0}.mbe-mini-modal label[title="Farbe wählen"]{transition:transform .15s ease,border-color .15s ease,background .15s ease}.mbe-mini-modal label[title="Farbe wählen"]:hover{background:#ffffff17;border-color:#ffffff59;transform:translateY(-1px)}.mbe-mini-modal button[title^="#"]{box-shadow:inset 0 0 0 1px #ffffff1f;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.mbe-mini-modal button[title^="#"]:hover{box-shadow:0 10px 20px #00000059,inset 0 0 0 1px #ffffff38;transform:translateY(-1px) scale(1.05)}.mbe-mini-modal button[title^="#"]:active{transform:translateY(0) scale(.98)}.mbe-mini-modal .mbe-preview-box{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;height:78px}.mbe-mini-modal .mbe-modal-actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-top:4px}.mbe-mini-modal .mbe-modal-actions .sus-action-btn{border-radius:12px;margin-bottom:0;padding:10px 12px;width:100%}.mbe-overlay-backdrop{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0000009e}@media (max-width:420px){.mbe-mini-modal{border-radius:16px;padding:18px;width:100%}}@keyframes floatingGlow{0%{transform:translate(0) scale(1)}to{transform:translate(50px,50px) scale(1.1)}}.mbe-slider-header{align-items:center;color:#ccc;display:flex;font-size:.9rem;justify-content:space-between;margin-top:15px}.mbe-apply-all-btn{background:#88b24b33;border:1px solid #88b24b;border-radius:4px;color:#88b24b;cursor:pointer;font-size:.75rem;padding:2px 8px;transition:all .2s}.mbe-apply-all-btn:hover{background:#88b24b;color:#fff}.mbe-input-label{color:#88b24b;display:block;font-size:.8rem;margin-bottom:5px}@media (max-width:768px){.mbe-glass-container{border-left:none;border-radius:0;border-right:none;height:100dvh;max-height:100dvh;width:100%}.mbe-header{gap:12px;padding:12px 14px}.mbe-title{font-size:1.15rem}.mbe-subtitle{font-size:.8rem}.mbe-close-btn{flex-shrink:0;height:44px;width:44px}.mbe-body{-webkit-overflow-scrolling:touch;flex-direction:column;overflow-y:auto}.mbe-sidebar{border-right:none;border-top:1px solid var(--sus-glass-border);flex-shrink:0;gap:14px;padding:14px;width:100%}.mbe-sidebar .mbe-panel.flex-grow{flex:none}.mbe-scroll-area{max-height:30dvh}.mbe-main-area{flex:none;order:-1;padding:12px}.mbe-canvas-wrapper{flex:none;height:45dvh;min-height:45dvh}.mbe-toolbar{gap:8px;margin-bottom:12px}.mbe-stepper,.mbe-toolbar{flex-wrap:wrap}.mbe-color-dot,.mbe-step-btn,.mbe-tool-btn{height:44px;width:44px}.mbe-color-grid{gap:10px}.mbe-chip{align-items:center;display:inline-flex;padding:10px 12px}.mbe-chip,.sus-action-btn{min-height:44px}.mbe-apply-all-btn{min-height:32px;padding:6px 10px}}@media (max-width:480px){.mbe-overlay-backdrop{align-items:flex-end}.mbe-mini-modal{border-radius:16px 16px 0 0;max-height:min(85dvh,100% - 32px);max-width:100%;overflow-y:auto;padding:18px 16px calc(18px + var(--safe-bottom)) 16px;width:100%}.mbe-panel,.mbe-sidebar{padding:12px}.mbe-canvas-wrapper{height:40dvh;min-height:40dvh}}*,:after,:before{box-sizing:border-box}::-webkit-scrollbar{background:#0000;height:6px;width:6px}::-webkit-scrollbar-thumb{background:#88b24b4d;border-radius:3px}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sus-page-container{background-color:#0f111a;color:#e0e0e0;font-family:Segoe UI,sans-serif;min-height:100vh;min-height:100dvh;overflow-x:hidden;position:relative;width:100%}.sus-ambient-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:0}.bg-glow{border-radius:50%;filter:blur(100px);opacity:.15;position:absolute}.bg-glow-1{background:#88b24b;height:600px;left:-200px;top:-200px;width:600px}.bg-glow-2{background:#5f8031;bottom:-100px;height:500px;right:-100px;width:500px}.sus-logo-wrapper{align-items:center;display:flex;gap:12px}.sus-logo-text{color:#fff;font-weight:700;letter-spacing:1px;text-transform:uppercase}.tt-dashboard-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:380px 1fr;height:90vh;height:90dvh;padding:20px;position:relative;width:100%;z-index:10}@media (max-width:1000px){.tt-dashboard-grid{grid-template-columns:1fr;height:auto}}.tt-sidebar{gap:20px;max-height:100%}.tt-main-content,.tt-sidebar{display:flex;flex-direction:column;overflow-y:auto;padding-right:5px}.tt-main-content{gap:40px}.sus-temptrack-glass-card--grow{flex:1 1}.sus-glass-card__header{border-bottom:1px solid #ffffff0d;padding:20px 20px 10px}.sus-glass-card__body{display:flex;flex:1 1;flex-direction:column;padding:20px}.sus-card-title{color:#fff;font-size:1.1rem;font-weight:600;margin:0}.sus-card-subtitle{color:#888;font-size:.85rem;margin:0}.sus-highlight{color:#ffffff80;font-weight:500;transition:color .3s}.sus-temptrack-glass-card:hover .sus-highlight{color:#88b24b}.upload-zone-modern{background-color:#ffffff08;border:2px dashed #fff3;border-radius:12px;color:#ccc;cursor:pointer;margin-bottom:10px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.file-list-temptrack-container{background:#0003;border:1px solid #ffffff1a;border-radius:12px;height:auto;max-height:none;overflow-y:visible;padding:10px}.file-list-temptrack-row-modern{align-items:center;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:6px;padding:8px 12px}.del-btn{align-items:center;background:#0000;border:none;border-radius:4px;color:#fff6;cursor:pointer;display:flex;font-size:1rem;height:28px;justify-content:center;transition:all .2s;width:28px}.del-btn:hover{background:#ff4c4c33;color:#ff4c4c}.tt-sensor-toggle-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(min(140px,100%),1fr));padding:4px}.sensor-chip-tri-state{align-items:center;background-color:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;cursor:pointer;display:flex;font-size:.85rem;justify-content:space-between;padding:8px 10px;transition:all .2s ease;-webkit-user-select:none;user-select:none}.sensor-chip-tri-state:hover{background-color:#ffffff14}.sensor-chip-tri-state .chip-name{color:#ccc;flex:1 1;margin-right:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sensor-chip-tri-state .chip-status-badge{border-radius:4px;font-size:.7rem;font-weight:700;min-width:24px;padding:2px 6px;text-align:center}.sensor-chip-tri-state.off{opacity:.6}.sensor-chip-tri-state.group1{background:#1f77b426;border-color:#1f77b466}.sensor-chip-tri-state.group1 .chip-name{color:#4fc3f7}.sensor-chip-tri-state.group2{background:#ff7f0e26;border-color:#ff7f0e66}.sensor-chip-tri-state.group2 .chip-name{color:#ffb74d}.sus-temptrack-action-btn{background:linear-gradient(135deg,#88b24b,#5f8031);border:none;border-radius:8px;box-shadow:0 4px 15px #88b24b4d;box-sizing:border-box;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:12px;text-align:center;transition:transform .2s,box-shadow .2s;width:100%}.sus-temptrack-action-btn:hover{box-shadow:0 6px 20px #88b24b66;transform:translateY(-2px)}.sus-tewptrack-action-btn.active-toggle{background:#ffffff26;border:1px solid #fff3;box-shadow:none}.sus-input-field,.tt-input{background:#00000040;border:1px solid #ffffff26;border-radius:6px;color:#fff;font-size:.9rem;padding:8px 12px;transition:border .2s;width:100%}.sus-input-field:focus,.tt-input:focus{border-color:#88b24b;outline:none}.sus-input-field.small{font-size:.85rem;padding:4px 8px}.tt-dropdown{background-color:#00000040;border:1px solid #ffffff26;border-radius:6px;font-size:.9rem;padding:8px 12px;width:100%}.tt-button,.tt-dropdown{color:#fff;cursor:pointer}.tt-button{background:#88b24b;border:none;border-radius:8px;font-weight:600;padding:8px 16px;transition:all .2s}.tt-button.ghost{background:#0000;border:1px solid #fff3;color:#ccc}.tt-button.ghost:hover{border-color:#fff;color:#fff}.tt-button.danger{background:#ff4c4c}.tt-button.danger:hover{background:#ff6b6b}.tt-button.small{font-size:.85rem;padding:4px 10px}.tt-icon-btn-small{align-items:center;background:#88b24b33;border:1px solid #88b24b4d;border-radius:6px;color:#88b24b;cursor:pointer;display:flex;height:28px;justify-content:center;width:28px}.tt-plot-card{padding:0!important}.tt-plot-visual{background-color:#fffffff2;border-bottom:1px solid #ffffff1a;min-height:500px;position:relative}.tt-plot-toolbar{align-items:center;background:#0003;border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;padding:12px 20px}.tt-settings-panel{animation:slideDown .3s ease-out;background:#0000004d;border-top:1px solid #88b24b33;padding:20px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.tt-config-grid-wrapper{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}@media (max-width:900px){.tt-config-grid-wrapper{grid-template-columns:1fr}}.tt-config-block{background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;margin-bottom:16px;padding:16px}.tt-block-title{color:#88b24b;font-size:.85rem;font-weight:700;letter-spacing:.8px;margin-bottom:12px;text-transform:uppercase}.tt-block-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.tt-form-row{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.input-group{align-items:center;display:flex;gap:10px}.input-group label{color:#aaa;font-size:.8rem;min-width:60px}.tt-toggles-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;margin-top:10px}.tt-checkbox-item{align-items:center;color:#ccc;cursor:pointer;display:flex;font-size:.85rem;gap:8px}.tt-checkbox-item input{accent-color:#88b24b}.tt-recipe-table{display:flex;flex-direction:column}.tt-recipe-scroll-area{max-height:200px;overflow-y:auto;padding-right:5px}.tt-recipe-row{background:#ffffff05;border-radius:6px;grid-template-columns:25px 1fr 1fr 60px 25px;margin-bottom:8px;padding:4px}.row-index{color:#666;font-size:.75rem;text-align:center}.table-input,.table-select{background:#0000004d;border:1px solid #ffffff1a;border-radius:4px;color:#fff;font-size:.85rem;padding:4px 6px;width:100%}.row-delete-btn{background:#0000;border:none;color:#ff4c4c;cursor:pointer;font-size:1.2rem}.tt-marker-row{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr 1fr 40px 30px}.mini-color{background:none;border:none;cursor:pointer;height:30px;width:30px}.tt-chips-mini-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.mini-chip{align-items:center;background:#ffffff14;border-radius:4px;color:#eee;display:flex;font-size:.8rem;gap:8px;padding:4px 10px}.tt-mini-del{color:#ff6b6b;cursor:pointer;font-weight:700}.tt-modal-overlay{align-items:center;background:#000000bf;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:10000}.tt-modal{background:#171923;border-radius:12px;box-shadow:0 4px 20px #0009;color:#f1f1f1;display:flex;flex-direction:column;max-height:90vh;max-height:90dvh}.tt-modal.dark{background-color:#1a202c;border:1px solid #88b24b4d}.tt-pdf-modal{overflow:hidden;width:min(1100px,95vw)}.tt-modal-head{align-items:center;background:#171923fa;border-bottom:1px solid #ffffff1a;display:flex;flex-shrink:0;justify-content:space-between;padding:20px 24px}.tt-modal-title{color:#fff;font-size:1.25rem;font-weight:700}.tt-modal-close{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#ccc;cursor:pointer;height:36px;width:36px}.tt-modal-close:hover{background:#88b24b26;border-color:#88b24b;color:#88b24b}.tt-modal-body-scroll{flex:1 1;overflow-y:auto;padding:24px}.tt-modal-footer{background:#171923fa;border-top:1px solid #ffffff1a;display:flex;flex-shrink:0;gap:12px;justify-content:flex-end;padding:16px 24px}.tt-modal-grid-2col{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.tt-modal-grid-2col>*{min-width:0}.tt-modal-col-right{border-left:1px solid #ffffff1a;min-width:0;padding-left:30px}@media (max-width:900px){.tt-modal-grid-2col{grid-template-columns:1fr}.tt-modal-col-right{border-left:none;border-top:1px solid #ffffff1a;padding-left:0;padding-top:20px}}.tt-segmented-control{background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;display:flex;margin-bottom:24px;padding:4px}.tt-segmented-btn{background:#0000;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;flex:1 1;font-weight:600;padding:8px}.tt-segmented-btn.active{background:#88b24b;box-shadow:0 2px 8px #0000004d;color:#fff}.tt-section-title{align-items:center;color:#88b24b;display:flex;font-size:.75rem;font-weight:700;gap:10px;letter-spacing:1px;margin-bottom:12px;margin-top:20px;text-transform:uppercase}.tt-section-title:after{background:#ffffff1a;content:"";flex:1 1;height:1px}.tt-setpoint-grid-container{grid-gap:10px;background:#0003;border:1px solid #ffffff0d;border-radius:8px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(min(100px,100%),1fr));padding:10px}.tt-setpoint-chip{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;display:flex;overflow:hidden}.tt-setpoint-chip input{background:#0000;border:none;color:#fff;padding:6px;text-align:center;width:100%}.tt-upload-box-compact{background:#ffffff08;border:2px dashed #fff3;border-radius:12px;color:#9ca3af;cursor:pointer;margin-bottom:10px;padding:25px 15px;text-align:center}.tt-upload-box-compact:hover{background:#88b24b14;border-color:#88b24b}.tt-image-item-modern{align-items:center;background:#0003;border:1px solid #ffffff0d;border-radius:8px;display:flex;gap:12px;margin-bottom:8px;padding:8px}.tt-image-thumb{border-radius:4px;height:50px;object-fit:cover;width:50px}.tt-image-inputs{flex:1 1}.tt-image-comment{background:#0000;border:none;border-bottom:1px solid #ffffff1a;color:#ccc;font-size:.85rem;width:100%}.tt-loading-overlay{align-items:center;background-color:#0b1116;color:#fff;display:flex;height:100vh;height:100dvh;inset:0;justify-content:center;position:fixed;width:100vw;z-index:99999}.tt-loading-content{align-items:center;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#101c18bf;border:1px solid #ffffff14;border-radius:24px;border-top-color:#88b24b66;box-shadow:0 30px 60px #0009;display:flex;flex-direction:column;padding:34px 28px;position:relative;text-align:center;width:min(520px,92vw);z-index:2}.tt-loading-logo{animation:ttLoadingBreathe 3.8s ease-in-out infinite;filter:drop-shadow(0 0 15px rgba(136,178,75,.18));margin-bottom:22px;width:min(240px,100%)}@keyframes ttLoadingBreathe{0%,to{opacity:.92;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}.tt-spinner-wrapper{align-items:center;display:flex;height:70px;justify-content:center;margin-top:4px;position:relative;width:70px}.tt-spinner-ring{animation:ttLoadingSpin 2s linear infinite;border-color:#ffffffbf #0000 #88b24b73;border-radius:50%;border-style:solid;border-width:2px;position:absolute}.tt-spinner-ring:first-child{animation-duration:3s;height:100%;width:100%}.tt-spinner-ring:nth-child(2){animation-direction:reverse;animation-duration:1.5s;height:65%;width:65%}.tt-spinner-core{background:#fff;border-radius:50%;box-shadow:0 0 14px #88b24bd9;height:8px;width:8px}@keyframes ttLoadingSpin{to{transform:rotate(1turn)}}.tt-loading-text{color:#e2e8f0;font-size:1rem;font-weight:600;letter-spacing:2px;margin-top:18px;text-transform:uppercase}.tt-loading-progress{background:#ffffff14;border-radius:99px;height:6px;margin-top:16px;overflow:hidden;width:200px}.tt-loading-progress>span{animation:ttLoadingBar 1.6s ease-in-out infinite;background:#88b24b;border-radius:99px;display:block;height:100%;width:45%}@keyframes ttLoadingBar{0%{transform:translateX(-60%)}to{transform:translateX(160%)}}.tt-plot-fullwidth{width:100%!important}.plot-wrapper{width:100%}body.annotation-editing .plot-wrapper text{cursor:move}.tt-dashboard-grid{padding-right:20px}.tt-plot-card{border-radius:16px;margin:0!important;max-width:none!important;overflow:hidden;width:100%!important}.plot-container,.svg-container,.tt-plot-fullwidth,.tt-plot-visual{max-width:100%!important;width:100%!important}.tt-dropdown,select.sus-input-field{background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23cccccc%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-position:right 12px center;background-size:10px;padding-right:30px}.tt-dropdown option,select option{background-color:#1e1e24;color:#fff;padding:10px}.tt-dropdown:focus{box-shadow:0 0 0 2px #88b24b33}.tt-phase-header{align-items:center;display:flex;font-size:.85rem;font-weight:600;gap:6px;margin-bottom:6px;padding:4px 0}.tt-phase-border-left{border-left-style:solid;border-left-width:3px;padding-left:10px}.tt-main-content{max-width:100vw;padding-right:0!important;width:100%}.plot-container,.svg-container,.tt-plot-card,.tt-plot-fullwidth,.tt-plot-visual{border-radius:0!important;margin:0!important;max-width:100%!important;width:100%!important}.tt-dropdown,select.sus-input-field{-webkit-appearance:none;appearance:none;background-color:#1e1e24!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2388B24B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #ffffff26!important;border-radius:6px;color:#e0e0e0!important;cursor:pointer;font-size:.9rem;padding:8px 35px 8px 12px;transition:all .2s ease}.tt-dropdown:hover{border-color:#ffffff4d!important}.tt-dropdown:focus{border-color:#88b24b!important;box-shadow:0 0 0 3px #88b24b26;outline:none}.tt-dropdown option{background-color:#1e1e24;color:#fff;padding:10px}.sus-temptrack-glass-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#171923b3;border:1px solid #ffffff14;border-radius:16px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;flex-shrink:0;height:auto;margin-bottom:0;max-height:none;overflow:visible;padding:0;width:100%}.sus-temptrack-glass-card .sus-card-header{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;margin-bottom:15px;padding:20px 20px 0}.sus-temptrack-glass-card .sus-card-title{color:#fff;font-size:1.2rem;font-weight:600;margin:0}.sus-temptrack-glass-card .sus-card-subtitle{color:#888;font-size:.9rem;margin:0}.sus-temptrack-glass-card .tt-row-controls{display:flex;flex-shrink:0;flex-wrap:wrap;gap:5px;margin-bottom:10px;padding:0 20px}.sus-temptrack-glass-card .btn-ctrl-small{font-size:.8rem;padding:4px 10px}.sus-temptrack-glass-card .tt-sensor-toggle-grid{flex:1 1;min-height:150px;overflow-y:auto;padding:0 20px 20px}.sus-temptrack-glass-card .sensor-chip-tri-state{position:relative}.sus-sidebar-action-secondary{background:#0000;border:1px solid #fff3;margin-top:12px}.upload-zone-container{display:flex;flex-direction:column;gap:20px;width:100%}.tt-action-tile,.upload-zone-modern{align-items:center;background:#ffffff08;border-radius:8px;cursor:pointer;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-bottom:10px;padding:12px;text-align:center;transition:all .3s ease}.upload-zone-modern.is-dragover,.upload-zone-modern:hover{background-color:#88b24b14;border-color:#88b24b;color:#fff}.upload-zone-modern__icon{font-size:2.5rem;margin-bottom:.5rem;opacity:.8}.upload-zone-modern__title{color:#e0e0e0;font-size:1.1rem;font-weight:600;margin:0 0 5px}.upload-zone-modern__subtitle{color:#aaa;font-size:.85rem;margin:0}.upload-zone-modern__link{color:#88b24b;text-decoration:underline}.tt-action-tile{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:5px;padding:12px;transition:all .2s}.tt-action-tile span{font-size:.8rem;font-weight:500}.tt-action-tile:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.tt-config-grid{grid-gap:10px;align-items:start;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr))}.tt-field{display:flex;flex-direction:column;gap:6px}.tt-label{font-size:.9rem;font-weight:700;opacity:.9}.tt-select{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;color:inherit;min-height:42px;outline:none;padding:10px 12px;width:100%}.tt-select:focus{border-color:#ffffff40}.tt-hint{font-size:.8rem;opacity:.65}.sus-scala-dropdownmenus{align-items:flex-start;display:flex;gap:20px}.sus-scala-dropdownmenus-group{display:flex;flex:1 1;flex-direction:column}.sus-scala-dropdownmenus-label{font-size:13px;font-weight:600;margin-bottom:6px;opacity:.85;text-align:center;width:100%}.sus-scala-dropdownmenus-inline{display:flex;gap:10px}.sus-scala-dropdownmenus-select{min-height:34px;width:100%}.sus-scala-dropdownmenus-input{margin-top:6px}@media (max-width:900px){.sus-scala-dropdownmenus,.sus-scala-dropdownmenus-inline{flex-direction:column}}.tt-recipe-row{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:40px 1fr 1fr 110px 30px}.tt-recipe-row .row-index{font-size:12px;opacity:1;text-align:center}.tt-recipe-row .table-input,.tt-recipe-row .table-select{box-sizing:border-box;font-size:13px;height:34px;min-height:34px;padding:0 8px;width:100%}.tt-recipe-row .table-select{-webkit-appearance:none;appearance:none}.tt-recipe-row .row-delete-btn{height:28px;line-height:26px;text-align:center;width:28px}.tt-recipe-row input,.tt-recipe-row select{font-family:inherit}.sus-marker-row{align-items:center;display:flex;gap:6px}.sus-marker-row--divider{border-top:1px solid #ffffff0d;margin-top:8px;padding-top:8px}.sus-marker-row .sus-marker-add,.sus-marker-row .sus-marker-color,.sus-marker-row .sus-marker-control{box-sizing:border-box;flex:1 1;height:34px;min-height:34px}.sus-marker-control{font-size:13px;padding:0 8px}.tt-dropdown.sus-marker-control{-webkit-appearance:none;appearance:none}.sus-marker-add,.sus-marker-color{align-items:center;display:flex;justify-content:center;padding:0}.sus-marker-row input,.sus-marker-row select{font-family:inherit}.sus-marker-add,.sus-marker-color{align-items:center;box-sizing:border-box;display:inline-flex;flex:0 0 34px;height:34px;justify-content:center;max-height:34px;max-width:34px;min-height:34px;min-width:34px;padding:0;width:34px}.sus-marker-color input{background:#0000;border:none;cursor:pointer;height:100%;padding:0;width:100%}.sus-marker-add{font-size:16px;line-height:1}.sensor-chip-tri-state.group-both{background-color:#4caf5026;border-color:#4caf50;color:#4caf50}.sensor-chip-tri-state.group-both .chip-status-badge{background-color:#4caf50;color:#fff}.sus-temptrack-modern-toggle{align-items:center;cursor:pointer;display:flex;gap:10px;margin-bottom:8px;-webkit-user-select:none;user-select:none}.sus-temptrack-modern-toggle input[type=checkbox]{height:0;opacity:0;pointer-events:none;position:absolute;width:0}.sus-temptrack-modern-toggle__slider{background-color:#ffffff1a;border:1px solid #fff3;border-radius:20px;display:inline-block;flex-shrink:0;height:20px;position:relative;transition:background-color .3s ease,border-color .3s ease;width:36px}.sus-temptrack-modern-toggle__slider:before{background-color:#888;border-radius:50%;bottom:2px;content:"";height:14px;left:2px;position:absolute;transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .3s ease;width:14px}.sus-temptrack-modern-toggle input[type=checkbox]:checked+.sus-temptrack-modern-toggle__slider{background-color:#88b24b;border-color:#bda0ef}.sus-temptrack-modern-toggle input[type=checkbox]:checked+.sus-temptrack-modern-toggle__slider:before{background-color:#fff;transform:translateX(16px)}.sus-temptrack-modern-toggle__label{color:#fff;font-size:.85rem}.Toastify__toast-container{z-index:100000!important}@media (max-width:1024px){.tt-dashboard-grid{gap:20px;grid-template-columns:1fr;height:auto;padding:16px}.tt-sidebar{max-height:none;padding-right:0}.tt-main-content,.tt-sidebar{min-width:0;overflow-y:visible}.tt-main-content{gap:24px}.tt-dashboard-grid>*{min-width:0}.sus-temptrack-glass-card .tt-sensor-toggle-grid{overflow-y:visible}.tt-config-grid-wrapper,.tt-modal-grid-2col{grid-template-columns:1fr}.tt-config-block,.tt-config-col,.tt-config-grid-wrapper>*,.tt-modal-grid-2col>*,.tt-recipe-table{min-width:0}.tt-modal-col-right{border-left:none;border-top:1px solid #ffffff1a;padding-left:0;padding-top:20px}}@media (max-width:768px){.tt-dashboard-grid{gap:16px;padding:12px;padding-bottom:16px;padding-bottom:calc(16px + var(--safe-bottom, 0px));padding-left:calc(12px + var(--safe-left, 0px));padding-right:12px;padding-right:calc(12px + var(--safe-right, 0px))}.tt-page-header{flex-wrap:wrap;gap:10px;padding:12px!important;padding:12px calc(12px + var(--safe-right, 0px)) 12px calc(12px + var(--safe-left, 0px))!important}.sus-glass-card__header{padding:16px 16px 10px}.sus-glass-card__body,.tt-settings-panel{padding:16px}.sus-temptrack-glass-card .sus-card-header{flex-wrap:wrap;gap:6px;padding:16px 16px 0}.sus-temptrack-glass-card .tt-row-controls{gap:8px;padding:0 16px}.sus-temptrack-glass-card .tt-sensor-toggle-grid{padding:0 16px 16px}.tt-config-block{padding:12px}.sus-input-field,.sus-input-field.small,.sus-marker-control,.table-input,.table-select,.tt-dropdown,.tt-image-comment,.tt-input,.tt-select,select.sus-input-field{font-size:16px}.btn-ctrl-small,.sus-temptrack-action-btn,.tt-button,.tt-button.small,.tt-plot-toolbar button,.tt-segmented-btn{min-height:44px}.btn-ctrl-small,.tt-button.small{min-width:44px}.del-btn,.tt-icon-btn-small,.tt-modal-close{height:44px;min-height:44px;min-width:44px;width:44px}.tt-mini-del{align-items:center;display:inline-flex;justify-content:center;min-width:44px}.sus-input-field,.tt-dropdown,.tt-input,.tt-mini-del,.tt-select,select.sus-input-field{min-height:44px}.sensor-chip-tri-state{min-height:44px;padding:10px}.sus-temptrack-modern-toggle,.tt-checkbox-item{min-height:44px}.sensor-chip-tri-state .chip-name{line-height:1.25;overflow:visible;overflow-wrap:anywhere;text-overflow:clip;white-space:normal}.file-list-row-modern span[style],.file-list-temptrack-row-modern span[style]{overflow:visible!important;overflow-wrap:anywhere;text-overflow:clip!important;white-space:normal!important}.input-group{flex-wrap:wrap;gap:6px 10px}.input-group>*{min-width:0}.input-group label{flex:1 0 100%;min-width:0}.tt-toggles-grid{grid-template-columns:1fr}.tt-form-row{min-width:0}.sus-split-layout{grid-template-columns:1fr!important}.tt-recipe-table{-webkit-overflow-scrolling:touch;overflow-x:auto;padding-bottom:4px}.tt-recipe-scroll-area{max-height:none;overflow-y:visible;padding-right:0}.tt-recipe-row{grid-template-columns:40px 1fr 1fr 110px 44px;min-width:460px}.tt-recipe-row .table-input,.tt-recipe-row .table-select{font-size:16px;height:44px;min-height:44px}.tt-recipe-row .row-delete-btn{height:44px;line-height:1;width:44px}.sus-marker-row{flex-wrap:wrap;gap:8px}.sus-marker-row .sus-marker-control{flex:1 1 120px;height:44px;min-height:44px;min-width:0}.mini-color,.sus-marker-row .sus-marker-add,.sus-marker-row .sus-marker-color{flex:0 0 44px;height:44px;max-height:44px;max-width:44px;min-height:44px;min-width:44px;width:44px}.tt-marker-row{grid-template-columns:1fr 1fr 44px 44px}.tt-marker-row>*{min-width:0}.tt-chips-mini-list .mini-chip{min-height:36px}.tt-plot-toolbar{flex-wrap:wrap;gap:8px;padding:10px 12px}.tt-plot-toolbar>*{flex:0 1 auto!important;min-width:0}.tt-plot-toolbar>div[style]{white-space:normal!important}.js-plotly-plot,.plot-container,.svg-container,.tt-plot-card,.tt-plot-fullwidth,.tt-plot-visual{max-width:100%!important}.tt-plot-visual{-webkit-overflow-scrolling:touch;min-height:0;overflow-x:auto}.tt-modal-overlay{padding:12px}.tt-modal{max-height:min(90dvh,100% - 24px)}.tt-modal,.tt-pdf-modal{width:100%}.tt-modal-head{gap:10px;padding:14px 16px}.tt-modal-title{font-size:1.05rem;overflow-wrap:anywhere}.tt-modal-body-scroll{padding:16px}.tt-modal-footer{flex-wrap:wrap;gap:10px;padding:12px 16px}.tt-segmented-control{flex-wrap:wrap;margin-bottom:16px}.tt-segmented-btn{flex:1 1 90px}.tt-image-item-modern{flex-wrap:wrap}.tt-image-inputs{flex:1 1 140px;min-width:0}.sus-card-subtitle,.sus-card-title,.sus-temptrack-modern-toggle__label,.tt-block-title,.tt-checkbox-item,.tt-label,.tt-phase-header,.tt-section-title{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;word-break:normal}}@media (max-width:480px){.tt-dashboard-grid{gap:14px;padding:10px;padding-bottom:16px;padding-bottom:calc(16px + var(--safe-bottom, 0px));padding-left:calc(10px + var(--safe-left, 0px));padding-right:10px;padding-right:calc(10px + var(--safe-right, 0px))}.sus-glass-card__header,.sus-temptrack-glass-card .sus-card-header{padding:14px 12px 8px}.sus-glass-card__body,.tt-settings-panel{padding:12px}.sus-temptrack-glass-card .tt-row-controls{padding:0 12px}.sus-temptrack-glass-card .tt-sensor-toggle-grid{gap:8px;padding:0 12px 12px}.tt-config-block{padding:10px}.upload-zone-modern{padding:1.25rem 1rem}.tt-modal-overlay{align-items:flex-end;padding:0}.tt-modal,.tt-pdf-modal{border-radius:16px 16px 0 0;max-height:min(92dvh,100%);max-width:100%;width:100%}.tt-modal-footer{padding-bottom:12px;padding-bottom:calc(12px + var(--safe-bottom, 0px))}.tt-modal-footer .tt-button,.tt-modal-footer button{flex:1 1 140px}.tt-recipe-row{gap:6px;grid-template-columns:34px 1fr 1fr 96px 44px;min-width:420px}}.fc-page{--fc-font-display:"Bahnschrift","DIN Alternate","Segoe UI Semibold","Segoe UI",sans-serif;--fc-font-mono:"Consolas","Cascadia Mono",ui-monospace,monospace;--fc-surface:#171923b3;--fc-surface-2:#ffffff0a;--fc-surface-3:#ffffff14;--fc-line:#ffffff1a;--fc-line-soft:#ffffff0f;--fc-ink:#e7eaf1;--fc-ink-2:#a4adc0;--fc-ink-3:#6e7789;--fc-halo:#10121aeb;--fc-brand:#88b24b;--fc-brand-2:#5f8031;--fc-ref:#5bd0f0;--fc-pred:#e8a33d;--fc-ice:#7fa8e0;--fc-pass:#4fc98a;--fc-warn:#e8b03e;--fc-fail:#e8555e;--fc-radius:16px;--fc-radius-ctrl:6px;--fc-radius-btn:8px;--fc-shadow:0 8px 32px #0000004d;--fc-card-line:#ffffff14;--fc-control-h:34px;color:var(--fc-ink);font-family:Segoe UI,system-ui,sans-serif;line-height:1.5;padding:24px 28px 60px}.fc-head{margin-bottom:14px}.fc-title{color:#fff;font-family:var(--fc-font-display);font-size:1.75rem;font-weight:600;margin:0 0 6px}.fc-lede{font-size:.93rem;margin:0;max-width:84ch}.fc-bar,.fc-lede{color:var(--fc-ink-2)}.fc-bar{background:#e8b03e1a;border:1px solid #e8b03e52;border-radius:6px;font-size:.82rem;margin:0 0 18px;padding:10px 13px}.fc-bar b{color:var(--fc-ink)}.fc-grid{grid-gap:14px;align-items:start;display:grid;gap:14px;grid-template-columns:288px 272px minmax(0,1fr)}@media (max-width:1250px){.fc-grid{grid-template-columns:1fr 1fr}}@media (max-width:820px){.fc-grid{grid-template-columns:1fr}.fc-page{padding:18px 14px 48px}}.fc-panel{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--fc-surface);border:1px solid var(--fc-card-line);border-radius:var(--fc-radius);box-shadow:var(--fc-shadow);margin-bottom:13px;overflow:visible;position:relative}.fc-panel:before{background:#0000;border-radius:0 3px 3px 0;bottom:14px;content:"";left:0;pointer-events:none;position:absolute;top:14px;transition:background .2s;width:3px}.fc-panel.fc-src-ok:before{background:var(--fc-pass)}.fc-panel.fc-src-no:before{background:var(--fc-fail)}.fc-panel.fc-src-own:before{background:var(--fc-brand)}.fc-panel.fc-src-calc:before{background:var(--fc-ref)}@supports selector(:has(*)){.fc-panel:has(>.fc-ph>.fc-tag.ok):before{background:var(--fc-pass)}.fc-panel:has(>.fc-ph>.fc-tag.no):before{background:var(--fc-fail)}.fc-panel:has(>.fc-ph>.fc-tag.own):before{background:var(--fc-brand)}}.fc-ph{align-items:center;border-bottom:1px solid var(--fc-line-soft);display:flex;gap:8px;padding:13px 15px 11px}.fc-pt{color:#fff;font-family:var(--fc-font-display);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.fc-pb{padding:14px 15px}.fc-pb.flush{border-radius:0 0 var(--fc-radius) var(--fc-radius);overflow:hidden;padding:0 0 4px}.fc-tag{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-family:var(--fc-font-mono);font-size:.6rem;font-weight:700;gap:5px;letter-spacing:.06em;margin-left:auto;padding:3px 9px;white-space:nowrap}.fc-tag:before{background:currentColor;border-radius:50%;content:"";flex:0 0 auto;height:6px;width:6px}.fc-tag.ok{background:#4fc98a24;border-color:#4fc98a73;color:var(--fc-pass)}.fc-tag.no{background:#e8555e21;border-color:#e8555e73;color:var(--fc-fail)}.fc-tag.own{background:#88b24b29;border-color:#88b24b73;color:var(--fc-brand)}.fc-f{display:block;margin-bottom:11px}.fc-f.tight,.fc-f:last-child{margin-bottom:0}.fc-fl{align-items:baseline;color:var(--fc-ink-2);display:flex;gap:6px;justify-content:space-between;margin-bottom:4px}.fc-fl,.fc-fv{font-size:.72rem}.fc-fv{font-feature-settings:"tnum";color:var(--fc-ink);font-family:var(--fc-font-mono);font-variant-numeric:tabular-nums;white-space:nowrap}.fc-fv.push{color:var(--fc-ink-3);margin-left:auto}.fc-page input[type=number],.fc-page select{background:#00000040;border:1px solid #ffffff26;border-radius:var(--fc-radius-ctrl);color:var(--fc-ink);font-family:inherit;font-size:.8rem;min-height:var(--fc-control-h);padding:7px 10px;transition:border-color .2s,box-shadow .2s;width:100%}.fc-page select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2388b24b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 9px center;background-repeat:no-repeat;background-size:14px;cursor:pointer;padding-right:30px}.fc-page select option{background-color:#1e1e24;color:#fff}.fc-page input[type=number]{font-feature-settings:"tnum";font-family:var(--fc-font-mono);font-variant-numeric:tabular-nums}.fc-page input[type=number]:hover,.fc-page input[type=text]:hover,.fc-page select:hover{border-color:#ffffff4d}.fc-page input:focus,.fc-page select:focus{border-color:var(--fc-brand);box-shadow:0 0 0 3px #88b24b26;outline:none}.fc-select.inline{background-size:12px;font-size:.72rem;min-height:28px;padding:4px 26px 4px 9px;width:auto}.fc-select.inline.push{margin-left:auto}.fc-page input[type=range]{accent-color:var(--fc-brand);margin:0;width:100%}.fc-g3{grid-gap:7px;align-items:stretch;display:grid;gap:7px;grid-template-columns:1fr 1fr 1fr;margin-top:11px}.fc-g3 .fc-f{display:flex;flex-direction:column;min-width:0}.fc-g3 .fc-fl{display:block;line-height:1.25}.fc-g3 .fc-f>input{margin-top:auto}.fc-hint{color:var(--fc-ink-3);font-size:.68rem;line-height:1.35;margin-top:5px}.fc-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:4px}.fc-btn{align-items:center;background:var(--fc-surface-2);border:1px solid #ffffff26;border-radius:var(--fc-radius-btn);color:var(--fc-ink-2);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.75rem;font-weight:600;gap:6px;justify-content:center;min-height:var(--fc-control-h);padding:7px 14px;transition:background .15s,color .15s,border-color .15s,transform .15s,box-shadow .15s}.fc-btn:hover{background:var(--fc-surface-3);border-color:#ffffff47;color:var(--fc-ink)}.fc-btn:focus-visible{outline:2px solid var(--fc-brand);outline-offset:2px}.fc-btn.primary{background:linear-gradient(135deg,var(--fc-brand) 0,var(--fc-brand-2) 100%);border-color:#0000;box-shadow:0 4px 15px #88b24b4d;color:#fff}.fc-btn.primary:hover{box-shadow:0 6px 20px #88b24b66;color:#fff;transform:translateY(-1px)}.fc-btn.ghost{background:#0000;color:var(--fc-ink-3)}.fc-btn.ghost:hover{background:var(--fc-surface-2);color:var(--fc-ink)}.fc-geo{grid-gap:3px 8px;font-feature-settings:"tnum";border-top:1px solid var(--fc-line-soft);color:var(--fc-ink-2);display:grid;font-family:var(--fc-font-mono);font-size:.72rem;font-variant-numeric:tabular-nums;gap:3px 8px;grid-template-columns:1fr auto;margin-top:11px;padding-top:10px}.fc-geo b{color:var(--fc-ink);font-weight:700;text-align:right}.fc-geo .warn{color:var(--fc-warn)}.fc-chart{height:340px;padding:6px;position:relative}.fc-chart.small{height:150px}.fc-chart.phase{height:210px}.fc-canvas{display:block;height:100%;width:100%}.fc-legend{border-top:1px solid var(--fc-line-soft);color:var(--fc-ink-2);display:flex;flex-wrap:wrap;font-size:.71rem;gap:13px;padding:8px 12px}.fc-lg{align-items:center;display:flex;gap:6px}.fc-lg.muted{color:var(--fc-ink-3)}.fc-lg i{border-top-style:solid;border-top-width:2px;display:block;height:0;width:16px}.fc-lg i.ref{border-color:var(--fc-ref)}.fc-lg i.pred{border-color:var(--fc-pred)}.fc-lg i.ice{border-color:var(--fc-ice)}.fc-lg i.plate{border-color:var(--fc-ink-3)}.fc-lg i.brand{border-color:var(--fc-brand)}.fc-lg i.dash{border-top-style:dashed}.fc-kpis{grid-gap:1px;background:var(--fc-line-soft);border-top:1px solid var(--fc-line);display:grid;gap:1px;grid-template-columns:repeat(5,1fr)}@media (max-width:900px){.fc-kpis{grid-template-columns:repeat(2,1fr)}}.fc-kpi{background:#1719238c;padding:9px 11px}.fc-kl{color:var(--fc-ink-3);font-size:.62rem;letter-spacing:.05em;margin-bottom:2px;text-transform:uppercase}.fc-kv{font-feature-settings:"tnum";color:#fff;font-family:var(--fc-font-display);font-size:1.14rem;font-variant-numeric:tabular-nums;font-weight:600}.fc-kv small{color:var(--fc-ink-2);font-size:.62rem;font-weight:500}.fc-kd{font-feature-settings:"tnum";display:block;font-family:var(--fc-font-mono);font-size:.64rem;font-variant-numeric:tabular-nums;margin-top:2px}.fc-kd.up{color:var(--fc-fail)}.fc-kd.dn{color:var(--fc-pass)}.fc-kd.flat{color:var(--fc-ink-3)}.fc-table{border-collapse:collapse;font-size:.73rem;width:100%}.fc-table th{border-bottom:1px solid var(--fc-line);color:var(--fc-ink-3);font-family:var(--fc-font-display);font-size:.6rem;font-weight:600;letter-spacing:.09em;padding:6px 9px;text-align:left;text-transform:uppercase}.fc-table td{font-feature-settings:"tnum";border-bottom:1px solid var(--fc-line-soft);color:var(--fc-ink-2);font-family:var(--fc-font-mono);font-variant-numeric:tabular-nums;padding:5px 9px}.fc-table td:first-child{color:var(--fc-ink);font-family:inherit}.fc-table tr:last-child td{border-bottom:0}.fc-table .hi{color:var(--fc-pred)}@media (prefers-reduced-motion:reduce){.fc-page *{transition:none!important}}.fc-grid>*{min-width:0}@media (min-width:821px) and (max-width:1450px){.fc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1600px){.fc-grid{grid-template-columns:320px 300px minmax(0,1fr)}}.fc-page input[type=text]{background:#00000040;border:1px solid #ffffff26;border-radius:var(--fc-radius-ctrl);color:var(--fc-ink);font-family:inherit;font-size:.8rem;min-height:var(--fc-control-h);padding:7px 10px;transition:border-color .2s,box-shadow .2s;width:100%}.fc-page input[type=text]::placeholder{color:var(--fc-ink-3)}.fc-btn:disabled{cursor:not-allowed;opacity:.42}.fc-btn:disabled:hover{background:var(--fc-surface-2);border-color:#ffffff26;box-shadow:none;color:var(--fc-ink-2);transform:none}.fc-btn.primary:disabled:hover{background:linear-gradient(135deg,var(--fc-brand) 0,var(--fc-brand-2) 100%);color:#fff}.fc-btn.sm{font-size:.7rem;min-height:28px;padding:4px 10px}.fc-btn.danger:hover{color:var(--fc-fail)}.fc-hint.warn{border-left:2px solid var(--fc-warn);color:var(--fc-warn);padding-left:7px}.fc-run-meta{grid-gap:2px 10px;font-feature-settings:"tnum";color:var(--fc-ink-3);display:grid;font-family:var(--fc-font-mono);font-size:.71rem;font-variant-numeric:tabular-nums;gap:2px 10px;grid-template-columns:auto minmax(0,1fr)}.fc-run-meta b{color:var(--fc-ink-2);font-weight:600;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.fc-roles{display:flex;flex-direction:column;gap:5px;max-height:300px;overflow-y:auto}.fc-role-row{align-items:center;background:var(--fc-surface-2);border:1px solid var(--fc-line);border-radius:5px;color:var(--fc-ink);display:flex;flex-wrap:wrap;font-size:.72rem;gap:4px 8px;padding:5px 7px}.fc-role-row>b{flex:1 1 110px;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-role-row small{font-feature-settings:"tnum";color:var(--fc-ink-3);font-family:var(--fc-font-mono);font-size:.63rem;font-variant-numeric:tabular-nums;white-space:nowrap}.fc-role-row select{flex:0 0 116px;font-size:.7rem;padding:3px 6px;width:116px}.fc-role-row.core{border-color:#5bd0f073}.fc-role-row.plate{border-color:#ffffff38}.fc-role-row.ignore{opacity:.55}.fc-fit{border-top:1px solid var(--fc-line-soft);margin-top:11px;padding-top:10px}.fc-fit-row{font-feature-settings:"tnum";align-items:baseline;color:var(--fc-ink-3);display:flex;font-family:var(--fc-font-mono);font-size:.72rem;font-variant-numeric:tabular-nums;gap:8px;justify-content:space-between}.fc-fit-row+.fc-fit-row{margin-top:3px}.fc-fit-row b{color:var(--fc-ink);font-weight:700}.fc-fit-row b.good{color:var(--fc-pass)}.fc-fit-row b.weak{color:var(--fc-warn)}.fc-fit-row b.bad{color:var(--fc-fail)}.fc-fitbar{background:var(--fc-surface-3);border-radius:2px;height:4px;margin-top:8px;overflow:hidden}.fc-fitbar>i{background:var(--fc-pass);display:block;height:100%;transition:width .2s}.fc-fitbar.weak>i{background:var(--fc-warn)}.fc-fitbar.bad>i{background:var(--fc-fail)}.fc-scn-list{display:flex;flex-direction:column;gap:5px;margin-bottom:9px}.fc-scn{background:var(--fc-surface-2);border:1px solid var(--fc-line);border-radius:6px;overflow:hidden}.fc-scn.open{border-color:var(--fc-brand)}.fc-scn.base{background:#0000}.fc-scn-head{align-items:center;background:none;border:0;color:var(--fc-ink);cursor:pointer;display:flex;font:inherit;font-size:.74rem;gap:8px;padding:6px 8px;text-align:left;width:100%}.fc-scn-head.static{cursor:default}.fc-scn-head:not(.static):hover{background:var(--fc-surface-3)}.fc-scn-head:focus-visible{outline:2px solid var(--fc-brand);outline-offset:-2px}.fc-dot{border-radius:50%;display:inline-block;flex:0 0 auto;height:9px;vertical-align:initial;width:9px}.fc-scn-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-scn-num{font-feature-settings:"tnum";color:var(--fc-ink);flex:0 0 auto;font-family:var(--fc-font-mono);font-size:.7rem;font-variant-numeric:tabular-nums}.fc-scn-num.dim{color:var(--fc-ink-3)}.fc-scn-body{background:#00000024;border-top:1px solid var(--fc-line-soft);padding:9px 9px 10px}.fc-scn-tag{align-self:center;color:var(--fc-ref);font-family:var(--fc-font-mono);font-size:.6rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.fc-tablewrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.fc-cmp{min-width:420px}.fc-cmp td{vertical-align:top;white-space:nowrap}.fc-cmp td .fc-dot{margin-right:6px}.fc-cmp tr.base td{background:var(--fc-surface-2);color:var(--fc-ink)}.fc-cmp tr.base td:first-child{font-weight:600}.fc-lg i.meas{border-color:var(--fc-ref);border-top-width:3px}.fc-lg i.mplate{border-color:var(--fc-ink-2)}.fc-lg i.solid{border-top-style:solid}.fc-lg i.thick{border-top-width:3px}.fc-bulk{border-bottom:1px solid var(--fc-line-soft);padding:8px 0}.fc-bulk:last-of-type{border-bottom:0}.fc-bulk .fc-row{margin-top:5px}.fc-page.fc-shell{display:flex;flex-direction:column;height:100%;min-height:520px;overflow-x:hidden;padding:0;position:relative}.fc-ambient{inset:0;overflow:hidden;pointer-events:none;position:fixed;z-index:0}.fc-glow{border-radius:50%;display:block;filter:blur(100px);opacity:.15;position:absolute}.fc-glow-1{background:var(--fc-brand);height:600px;left:-200px;top:-200px;width:600px}.fc-glow-2{background:var(--fc-brand-2);bottom:-100px;height:500px;right:-100px;width:500px}.fc-topbar{align-items:flex-start;border-bottom:1px solid var(--fc-line-soft);display:flex;flex:0 0 auto;gap:20px;justify-content:space-between;padding:14px 4px;position:relative;z-index:10}.fc-brandmark{display:flex;flex-direction:column;gap:3px;min-width:0}.fc-wordmark{color:#fff;font-family:var(--fc-font-display);font-size:1.2rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}.fc-wordmark:before{background:linear-gradient(180deg,var(--fc-brand) 0,var(--fc-ref) 100%);border-radius:2px;content:"";display:inline-block;height:.95em;margin-right:10px;vertical-align:-.1em;width:3px}.fc-tagline{color:var(--fc-ink-3);font-size:.78rem;line-height:1.4;max-width:92ch}.fc-topbar-actions{align-items:center;display:flex;flex:0 0 auto;flex-wrap:wrap;gap:8px;justify-content:flex-end}.fc-bannerwrap{flex:0 0 auto;padding:12px 4px 0;position:relative;z-index:10}.fc-bannerwrap>.fc-bar{margin:0}.fc-shell-grid{grid-gap:24px;display:grid;flex:1 1 auto;gap:24px;grid-template-columns:380px minmax(0,1fr);min-height:0;padding:16px 4px 4px;position:relative;z-index:10}.fc-side,.fc-work{display:flex;flex-direction:column;gap:20px;min-height:0;min-width:0;overflow-y:auto;padding-bottom:20px;padding-right:6px}.fc-work{gap:24px}.fc-side>*,.fc-work>*{flex:0 0 auto}.fc-side>.fc-panel,.fc-work>.fc-panel{margin-bottom:0}.fc-side::-webkit-scrollbar,.fc-work::-webkit-scrollbar{width:6px}.fc-side::-webkit-scrollbar-thumb,.fc-work::-webkit-scrollbar-thumb{background:#88b24b4d;border-radius:3px}.fc-work .fc-grid{gap:24px;grid-template-columns:minmax(0,1fr)}@media (max-width:1000px){.fc-page.fc-shell{height:auto;min-height:0}.fc-shell-grid{grid-template-columns:minmax(0,1fr);padding-bottom:40px}.fc-side,.fc-work{overflow:visible;padding-bottom:0;padding-right:0}.fc-topbar{align-items:stretch;flex-direction:column}.fc-topbar-actions{justify-content:flex-start}}@media (min-width:1600px){.fc-shell-grid{grid-template-columns:420px minmax(0,1fr)}}.fc-drop{align-items:center;background:#ffffff08;border:2px dashed #fff3;border-radius:12px;color:var(--fc-ink-2);cursor:pointer;display:flex;flex-direction:column;gap:4px;justify-content:center;padding:22px 16px;text-align:center;transition:border-color .25s,background .25s,color .25s;width:100%}.fc-drop:focus-visible,.fc-drop:hover{background:#88b24b14;border-color:var(--fc-brand);color:#fff;outline:none}.fc-drop.is-over{background:#88b24b24;border-color:var(--fc-brand);border-style:solid;box-shadow:inset 0 0 0 1px #88b24b59;color:#fff}.fc-drop.is-disabled{cursor:not-allowed;opacity:.45}.fc-drop.is-busy{cursor:progress}.fc-drop__icon{font-size:1.9rem;line-height:1.1;opacity:.85}.fc-drop__title{color:var(--fc-ink);font-size:.9rem;font-weight:600}.fc-drop__sub{color:var(--fc-ink-3);font-size:.72rem;line-height:1.35}.fc-drop__link{color:var(--fc-brand);text-decoration:underline;text-underline-offset:2px}.fc-drop__actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:10px}.fc-panel>.fc-chart:last-child,.fc-panel>.fc-kpis:last-child,.fc-panel>.fc-legend:last-child{border-radius:0 0 var(--fc-radius) var(--fc-radius);overflow:hidden}.fc-role-row select{background-position:right 7px center;background-size:12px;flex:0 0 128px;font-size:.72rem;min-height:30px;padding:4px 24px 4px 8px;width:128px}.fc-scn{border-radius:var(--fc-radius-btn)}.fc-scn-head{padding:8px 10px}.fc-hint{border-left:2px solid var(--fc-line);padding-left:7px}.fc-assign{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.fc-assign-row{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:1fr auto minmax(120px,44%)}.fc-assign-row>b{color:var(--fc-ink-2);font-size:.78rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-assign-row.all>b{color:var(--fc-ink)}.fc-assign-row>small{color:var(--fc-ink-3);font-family:var(--fc-font-mono);font-size:.7rem}.fc-assign-row.all{border-bottom:1px solid var(--fc-line-soft);padding-bottom:6px}.fc-disclose{justify-content:flex-start;text-align:left;width:100%}.fc-role-row.odd>b{color:var(--fc-warn)}label.fc-btn{cursor:pointer}label.fc-btn.is-disabled{cursor:not-allowed;opacity:.5}.fc-read{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0c0e14f0;border:1px solid var(--fc-line);border-radius:10px;box-shadow:0 6px 24px #00000073;font-size:.72rem;max-width:280px;min-width:172px;padding:8px 10px;pointer-events:none;position:absolute;top:14px;z-index:5}.fc-read-t{border-bottom:1px solid var(--fc-line-soft);color:var(--fc-ink-3);font-family:var(--fc-font-mono);margin-bottom:5px;padding-bottom:5px}.fc-read-row{grid-gap:7px;align-items:center;color:var(--fc-ink-2);display:grid;gap:7px;grid-template-columns:10px 1fr auto;padding:2px 0}.fc-read-row.on{color:var(--fc-ink)}.fc-read-row>i{background:var(--fc-pred);border-radius:2px;height:3px;width:10px}.fc-read-row>i.meas{background:var(--fc-ref)}.fc-read-row>b{color:var(--fc-ink);font-family:var(--fc-font-mono);font-weight:600;white-space:nowrap}.fc-read-row>b small{color:var(--fc-ink-3);font-weight:400}.fc-read-spread{border-top:1px solid var(--fc-line-soft);color:var(--fc-ink-3);line-height:1.35;margin-top:5px;padding-top:5px}.fc-lg.act{background:none;border:0;border-radius:6px;color:inherit;cursor:pointer;font:inherit;padding:2px 4px}.fc-lg.act:hover{background:var(--fc-surface-2)}.fc-lg.act.off{opacity:.35;text-decoration:line-through}.fc-lg.act:focus-visible{outline:2px solid var(--fc-brand);outline-offset:1px}.fc-trim{border-top:1px solid var(--fc-line-soft);margin-top:10px;padding-top:10px}.fc-trim-row{grid-gap:8px;align-items:end;display:grid;gap:8px;grid-template-columns:1fr 1fr auto;margin:6px 0 4px}.fc-trim-row label{display:flex;flex-direction:column;gap:3px}.fc-trim-row small{color:var(--fc-ink-3);font-size:.68rem}.fc-read-note{border-top:1px solid var(--fc-line-soft);color:var(--fc-ink-3);line-height:1.35;margin-top:5px;padding-top:5px}.fc-read-row>b>small{color:var(--fc-ink-3);font-weight:500}.fc-lg i.dot{border-top-style:dotted}.fc-tag.est{background:#e8b03e29;color:var(--fc-warn)}.fc-panel.fc-src-est:before{background:var(--fc-warn)}@supports selector(:has(*)){.fc-panel:has(>.fc-ph>.fc-tag.est):before{background:var(--fc-warn)}}.fc-mapwrap{border-top:1px solid var(--fc-line-soft);padding:12px 15px 14px}.fc-maplead{color:var(--fc-ink-2);font-size:.68rem;line-height:1.4;margin:0 0 9px}.fc-maplead .fc-mapt{color:var(--fc-ink);display:block;font-family:var(--fc-font-display);font-size:.78rem;letter-spacing:.02em;margin-bottom:3px}.fc-map{display:block;height:auto;width:100%}.fc-map text{font-feature-settings:"tnum";font-family:var(--fc-font-mono);font-variant-numeric:tabular-nums}.fc-map .cap{fill:var(--fc-ink-3);font-size:8px;letter-spacing:.04em}.fc-map .sec{fill:var(--fc-ink-2);font-size:9px}.fc-map .lbl{fill:var(--fc-ink-2);stroke:var(--fc-halo);stroke-width:2.6px;stroke-linejoin:round;font-size:8.5px;paint-order:stroke}.fc-map .sym{fill:var(--fc-ink);font-size:10.5px}.fc-map .ice-t{fill:var(--fc-ice)}.fc-map .plate{fill:var(--fc-surface-3);stroke:var(--fc-line)}.fc-map .edge{fill:var(--fc-surface-2);stroke:var(--fc-line-soft);stroke-dasharray:2 2}.fc-map .liq{fill:var(--fc-ref);fill-opacity:.07;stroke:var(--fc-line)}.fc-map .dot{fill:var(--fc-ink-2);fill-opacity:.55}.fc-map .mid{stroke:var(--fc-ink-3);stroke-dasharray:3 3}.fc-map .chip{fill:var(--fc-surface-3);stroke:var(--fc-line)}.fc-map .flow,.fc-map .swirl{stroke:var(--fc-ink-2);stroke-width:1.4;fill:none}.fc-map .head{fill:var(--fc-ink-2)}.fc-map .axis{stroke:var(--fc-line-soft)}.fc-map .crv{stroke:var(--fc-pred);stroke-width:1.8;fill:none}.fc-map .ice{stroke:var(--fc-ice);stroke-dasharray:4 3}.fc-map .span{stroke:var(--fc-ink-3);stroke-width:1;fill:none}.fc-map .hit{fill:#0000}.fc-map .mk{transition:opacity .15s}.fc-map .mk:hover .lbl,.fc-map .mk:hover .sym{fill:var(--fc-pred)}.fc-map .mk:hover .chip,.fc-map .mk:hover .flow,.fc-map .mk:hover .ice,.fc-map .mk:hover .span,.fc-map .mk:hover .swirl{stroke:var(--fc-pred)}.fc-map .mk:hover .head{fill:var(--fc-pred)}.fc-map .mk:hover .dot{fill:var(--fc-pred);fill-opacity:.9}@supports selector(:has(*)){.fc-map:has(.mk:hover) .mk{opacity:.55}.fc-map .mk:hover{opacity:1}}.fc-mapsay{min-height:2.7em;transition:color .15s}.fc-mapsay.on{border-left-color:var(--fc-pred);color:var(--fc-ink-2)}.fc-mapsay b{color:var(--fc-pred);font-family:var(--fc-font-mono);font-weight:600}.fc-mapinfo{margin-top:10px}.fc-mapinfo>summary{align-items:center;color:var(--fc-ink-2);cursor:pointer;display:inline-flex;font-size:.7rem;font-weight:600;gap:6px;list-style:none;padding:4px 0}.fc-mapinfo>summary::-webkit-details-marker{display:none}.fc-mapinfo>summary:before{color:var(--fc-ink-3);content:"+";font-family:var(--fc-font-mono)}.fc-mapinfo[open]>summary:before{content:"\2212"}.fc-mapinfo>summary:hover{color:var(--fc-ink)}.fc-mapinfo>summary:focus-visible{outline:2px solid var(--fc-brand);outline-offset:2px}.fc-mapinfo dl{margin:6px 0 0}.fc-mapinfo dl>div{border-top:1px solid var(--fc-line-soft);padding:7px 0}.fc-mapinfo dt{color:var(--fc-ink);font-family:var(--fc-font-mono);font-size:.72rem}.fc-mapinfo dd{color:var(--fc-ink-3);font-size:.68rem;line-height:1.4;margin:2px 0 0}@media (max-width:768px){.fc-page{--fc-control-h:44px}.fc-btn.sm,.fc-lg.act,.fc-role-row select,.fc-scn-head,.fc-select.inline{min-height:44px}.fc-lg.act{padding:6px 8px}.fc-page input[type=range]{height:44px}.fc-row{gap:8px}.fc-assign-row>b,.fc-role-row>b,.fc-run-meta b,.fc-scn-name{overflow:visible;overflow-wrap:anywhere;text-overflow:clip;white-space:normal}.fc-read{left:8px!important;max-width:none;min-width:0;right:8px!important}.fc-roles{max-height:none;overflow-y:visible}}@media (max-width:480px){.fc-chart{height:240px}}.fc-page.fc-modal-root{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#08090eb8;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:100050}.fc-modal{background:#12141c;border:1px solid var(--fc-card-line);border-radius:var(--fc-radius);box-shadow:var(--fc-shadow);display:flex;flex-direction:column;height:min(760px,100%);overflow:hidden;width:min(1040px,100%)}.fc-modal-head{align-items:center;background:var(--fc-surface-2);border-bottom:1px solid var(--fc-line);display:flex;flex:0 0 auto;gap:9px;padding:12px 15px}.fc-modal-close{background:#0000;border:1px solid var(--fc-line);border-radius:var(--fc-radius-ctrl);color:var(--fc-ink-2);cursor:pointer;display:grid;font-size:.8rem;height:28px;margin-left:auto;place-items:center;width:28px}.fc-modal-close:hover{background:var(--fc-surface-3);color:var(--fc-ink)}.fc-modal-close:focus-visible{outline:2px solid var(--fc-brand);outline-offset:2px}.fc-modal-body{display:grid;flex:1 1 auto;grid-template-columns:minmax(0,4fr) minmax(0,6fr);min-height:0}.fc-modal-tree{background:var(--fc-surface-2);border-right:1px solid var(--fc-line);display:flex;flex-direction:column;min-height:0}.fc-modal-tools{border-bottom:1px solid var(--fc-line);display:flex;flex:0 0 auto;flex-direction:column;gap:8px;padding:12px 13px}.fc-modal-tools .fc-row{margin-top:0}.fc-modal-tools input[type=text]{width:100%}.fc-check{align-items:center;color:var(--fc-ink-2);cursor:pointer;display:flex;font-size:.7rem;gap:7px}.fc-modal-list{flex:1 1 auto;min-height:0;overflow-y:auto;padding:10px 8px 16px}.fc-modal-detail::-webkit-scrollbar,.fc-modal-list::-webkit-scrollbar{width:6px}.fc-modal-detail::-webkit-scrollbar-thumb,.fc-modal-list::-webkit-scrollbar-thumb{background:#88b24b4d;border-radius:3px}.fc-node{display:block}.fc-node.sub{padding-left:14px}.fc-node-head{align-items:center;background:#0000;border:0;border-radius:var(--fc-radius-ctrl);cursor:pointer;display:flex;font:inherit;font-size:.74rem;gap:7px;padding:5px 7px;text-align:left;width:100%}.fc-node-head:hover{background:var(--fc-surface-3)}.fc-node-head:focus-visible{outline:2px solid var(--fc-brand);outline-offset:-2px}.fc-node-head>i{color:var(--fc-ink-3);font-size:.62rem;font-style:normal}.fc-node-head>small{color:var(--fc-ink-3);font-size:.66rem;margin-left:auto}.fc-node-head.user{color:var(--fc-brand);font-weight:700}.fc-node-head.machine{color:var(--fc-ref);font-weight:600}.fc-node-file{align-items:center;background:#0000;border:1px solid #0000;border-radius:var(--fc-radius-ctrl);color:var(--fc-ink-2);cursor:pointer;display:flex;font:inherit;font-size:.72rem;gap:8px;margin-bottom:2px;padding:5px 8px;text-align:left;width:100%}.fc-node-file:hover{background:var(--fc-surface-3);color:var(--fc-ink)}.fc-node-file:focus-visible{outline:2px solid var(--fc-brand);outline-offset:-2px}.fc-node-file>small{color:var(--fc-ink-3);font-size:.66rem;white-space:nowrap}.fc-node-file>.fc-tag{margin-left:auto}.fc-node-file.on{background:#88b24b29;border-color:#88b24b66;color:var(--fc-ink)}.fc-modal-detail{background:#00000038;display:flex;flex-direction:column;gap:11px;min-height:0;overflow-y:auto;padding:15px 16px}.fc-modal-detail>*{flex:0 0 auto}.fc-modal-empty{color:var(--fc-ink-3);font-size:.76rem;margin:auto;text-align:center}.fc-modal-foot{align-items:center;border-top:1px solid var(--fc-line);display:flex;flex-wrap:wrap;gap:7px;margin-top:auto;padding-top:11px}.fc-btn.push{margin-left:auto}.fc-hint.ok{color:var(--fc-pass)}@media (max-width:900px){.fc-page.fc-modal-root{padding:10px}.fc-modal-body{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,5fr) minmax(0,6fr)}.fc-modal-tree{border-bottom:1px solid var(--fc-line);border-right:0}}.fc-probe-mount{border-top:1px solid var(--fc-line);margin-top:13px;padding-top:12px}.fc-probe-mount>.fc-fl{margin-bottom:9px}.fc-probe-mount .fc-geo{margin-top:9px}.fc-page.fc-probe-shade{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#08090eb8;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:100060}.fc-probe-box{backdrop-filter:none;-webkit-backdrop-filter:none;background:#12141c;display:flex;flex-direction:column;margin-bottom:0;max-height:min(820px,100%);overflow:hidden;width:min(620px,100%)}.fc-probe-box>.fc-ph{flex:0 0 auto}.fc-probe-box>.fc-pb{flex:1 1 auto;min-height:0;overflow-y:auto}.fc-probe-box>.fc-pb::-webkit-scrollbar{width:6px}.fc-probe-box>.fc-pb::-webkit-scrollbar-thumb{background:#88b24b4d;border-radius:3px}.fc-probe-close{background:#0000;border:1px solid var(--fc-line);border-radius:var(--fc-radius-ctrl);color:var(--fc-ink-2);cursor:pointer;display:grid;font-size:.9rem;height:28px;line-height:1;margin-left:auto;place-items:center;width:28px}.fc-probe-close:hover{background:var(--fc-surface-3);color:var(--fc-ink)}.fc-probe-close:focus-visible{outline:2px solid var(--fc-brand);outline-offset:2px}.fc-probe-h{border-top:1px solid var(--fc-line-soft);color:var(--fc-ink);font-family:var(--fc-font-display);font-size:.82rem;font-weight:600;margin:16px 0 7px;padding-top:12px}.fc-probe-fields{background:var(--fc-surface-2);border:1px solid var(--fc-line-soft);border-radius:var(--fc-radius-ctrl);margin-top:12px;padding:12px 13px}.fc-probe-field>input[type=checkbox]{accent-color:var(--fc-brand);height:15px;margin:2px 0 0;width:15px}.fc-probe-terms{border-collapse:collapse;color:var(--fc-ink-2);font-size:.7rem;width:100%}.fc-probe-terms td,.fc-probe-terms th{border-top:1px solid var(--fc-line-soft);font-weight:400;padding:6px 8px 6px 0;text-align:left;vertical-align:top}.fc-probe-terms tr:first-child td,.fc-probe-terms tr:first-child th{border-top:0}.fc-probe-terms th{color:var(--fc-ink-2);width:34%}.fc-probe-formula{width:auto}.fc-probe-formula code{color:var(--fc-ink);font-size:.68rem}.fc-probe-formula code,.fc-probe-formula small{display:block;font-family:var(--fc-font-mono);word-break:break-word}.fc-probe-formula small{color:var(--fc-ink-3);font-size:.64rem;margin-top:2px}.fc-probe-val{font-feature-settings:"tnum";color:var(--fc-ink);font-family:var(--fc-font-mono);font-variant-numeric:tabular-nums;padding-right:0;text-align:right;white-space:nowrap;width:24%}.fc-probe-val span{color:var(--fc-ink-3)}@media (max-width:900px){.fc-page.fc-probe-shade{padding:10px}}.acc-page{--acc-accent:#88b24b;--acc-accent-bright:#a8d162;--acc-accent-soft:#88b24b21;--acc-accent-line:#88b24b6b;--acc-ink:#0c1014;--acc-surface:#151b21;--acc-surface-2:#1b232b;--acc-raised:#222c35;--acc-border:#ffffff12;--acc-border-strong:#ffffff24;--acc-text:#e8eef2;--acc-muted:#9aa8b4;--acc-dim:#6b7986;--acc-good:#6ee7a8;--acc-info:#7cb8ff;--acc-warning:#fbbf24;--acc-critical:#fb8080;--acc-chrome-top:var(--header-height,64px);color:var(--acc-text);display:flex;flex-direction:column;font-size:14px;gap:16px;margin:0 auto;max-width:1180px;padding-bottom:96px;width:100%}.acc-page,.acc-page *,.acc-page :after,.acc-page :before{box-sizing:border-box}.acc-hero{background:radial-gradient(120% 140% at 8% 0,#88b24b38 0,#0000 58%),radial-gradient(90% 120% at 100% 100%,#60a5fa1a 0,#0000 60%),linear-gradient(160deg,var(--acc-surface-2) 0,var(--acc-surface) 100%);border:1px solid var(--acc-border);border-radius:20px;overflow:hidden;padding:20px 18px;position:relative}.acc-hero:after{background-image:repeating-linear-gradient(135deg,hsla(0,0%,100%,.022),hsla(0,0%,100%,.022) 1px,#0000 0,#0000 9px);content:"";inset:0;pointer-events:none;position:absolute}.acc-hero-top{gap:15px;z-index:1}.acc-avatar,.acc-hero-top{align-items:center;display:flex;position:relative}.acc-avatar{background:linear-gradient(145deg,var(--acc-accent-bright),#5f8a2f);border-radius:20px;box-shadow:0 10px 26px #88b24b4d,inset 0 1px 0 #ffffff59;color:#0d1408;flex:0 0 auto;font-size:1.3rem;font-weight:800;height:62px;justify-content:center;letter-spacing:.04em;text-transform:uppercase;width:62px}.acc-hero-name{color:#fff;font-size:1.35rem;font-weight:800;letter-spacing:-.015em;line-height:1.15;margin:0;overflow-wrap:anywhere}.acc-hero-mail{color:var(--acc-muted);font-size:.82rem;margin:3px 0 0;overflow-wrap:anywhere}.acc-hero-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px;position:relative;z-index:1}.acc-hero-stats{grid-gap:1px;background:var(--acc-border);border-radius:12px;display:grid;gap:1px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:16px;overflow:hidden;position:relative;z-index:1}.acc-stat{background:#0c10148c;min-width:0;padding:10px 12px}.acc-stat-label{color:var(--acc-dim);display:block;font-size:9.5px;letter-spacing:.13em;margin-bottom:3px;text-transform:uppercase}.acc-stat-value{display:block;font-size:13px;font-weight:600;overflow-wrap:anywhere}.acc-stat-value.is-empty{color:var(--acc-dim);font-style:italic;font-weight:400}.acc-body{display:flex;flex-direction:column;gap:16px}.acc-nav{display:flex;gap:6px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.acc-nav::-webkit-scrollbar{display:none}.acc-nav-btn{align-items:center;background:var(--acc-surface);border:1px solid var(--acc-border);border-radius:12px;color:var(--acc-muted);cursor:pointer;display:flex;flex:0 0 auto;font:inherit;font-size:13px;font-weight:600;gap:8px;min-height:44px;padding:10px 14px;position:relative;transition:color .15s ease,border-color .15s ease,background .15s ease;white-space:nowrap}.acc-nav-btn:hover{border-color:var(--acc-border-strong);color:var(--acc-text)}.acc-nav-btn.is-active{background:var(--acc-accent-soft);border-color:var(--acc-accent-line);color:var(--acc-accent-bright)}.acc-nav-icon{display:inline-flex;opacity:.85}.acc-nav-desc{display:none}.acc-nav-dot{background:var(--acc-warning);border-radius:50%;box-shadow:0 0 0 3px #fbbf2429;display:inline-block;height:6px;width:6px}.acc-card{background:linear-gradient(180deg,var(--acc-surface-2) 0,var(--acc-surface) 42%);border:1px solid var(--acc-border);border-radius:16px;display:flex;flex-direction:column;gap:16px;overflow:hidden;padding:18px 16px;position:relative}.acc-card:before{background:linear-gradient(90deg,var(--acc-accent) 0,#88b24b00 72%);content:"";height:2px;inset:0 0 auto 0;position:absolute}.acc-card.tone-danger:before{background:linear-gradient(90deg,var(--acc-critical) 0,#fb808000 72%)}.acc-card-head{align-items:flex-start;display:flex;gap:12px}.acc-card-eyebrow{color:var(--acc-accent);display:block;font-size:9.5px;font-weight:700;letter-spacing:.16em;margin-bottom:5px;text-transform:uppercase}.acc-card-title{color:#fff;font-size:17px;font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0}.acc-card-subtitle{color:var(--acc-muted);font-size:12.5px;line-height:1.55;margin:5px 0 0;max-width:62ch}.acc-card-badge{flex:0 0 auto;margin-left:auto}.acc-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}.acc-grid-full{grid-column:1/-1}.acc-rule{background:linear-gradient(90deg,var(--acc-border-strong),#0000);border:none;height:1px;margin:0}.acc-field{display:flex;flex-direction:column;gap:7px;min-width:0}.acc-label{color:var(--acc-muted);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.acc-label-optional{color:var(--acc-dim);font-weight:400;letter-spacing:0;margin-left:6px;text-transform:none}.acc-hint{color:var(--acc-dim);font-size:11.5px;line-height:1.5}.acc-input-wrap{align-items:center;display:flex;position:relative}.acc-input{background:var(--acc-ink);border:1px solid var(--acc-border-strong);border-radius:12px;box-shadow:inset 0 1px 3px #00000073;color:var(--acc-text);font:inherit;font-size:15px;min-height:48px;padding:12px 14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.acc-input::placeholder{color:var(--acc-dim)}.acc-input:focus{border-color:var(--acc-accent);box-shadow:inset 0 1px 3px #00000073,0 0 0 3px #88b24b2e;outline:none}.acc-input.is-invalid{border-color:#fb8080a6}.acc-input.is-valid{border-color:#6ee7a880}.acc-input.has-button{padding-right:52px}.acc-input-btn{align-items:center;background:#0000;border:none;border-radius:9px;color:var(--acc-muted);cursor:pointer;display:inline-flex;height:38px;justify-content:center;position:absolute;right:6px;width:38px}.acc-input-btn:hover{background:#ffffff12;color:var(--acc-text)}.acc-field-error{color:var(--acc-critical)}.acc-field-error,.acc-field-ok{align-items:center;display:flex;font-size:11.5px;gap:6px;line-height:1.45}.acc-field-ok{color:var(--acc-good)}.acc-strength{align-items:center;display:flex;gap:12px}.acc-strength-track{display:flex;flex:1 1;gap:4px}.acc-strength-seg{background:#ffffff14;border-radius:99px;flex:1 1;height:6px;transition:background .25s ease}.acc-strength-seg.is-on{background:currentColor}.acc-strength-label{font-size:11.5px;font-weight:700;min-width:60px;text-align:right}.acc-rules{grid-gap:7px;display:grid;gap:7px;grid-template-columns:1fr;list-style:none;margin:10px 0 0;padding:0}.acc-rule-item{align-items:center;color:var(--acc-dim);display:flex;font-size:12.5px;gap:8px;line-height:1.4;transition:color .15s ease}.acc-rule-item.is-passed{color:var(--acc-good)}.acc-rule-mark{align-items:center;border:1px solid;border-radius:6px;display:inline-flex;flex:0 0 auto;height:18px;justify-content:center;opacity:.55;width:18px}.acc-rule-item.is-passed .acc-rule-mark{background:#6ee7a824;opacity:1}.acc-badge{align-items:center;border:1px solid #0000;border-radius:99px;display:inline-flex;font-size:11.5px;font-weight:600;gap:6px;padding:5px 11px;white-space:nowrap}.acc-badge.tone-good{background:#6ee7a81f;border-color:#6ee7a857;color:var(--acc-good)}.acc-badge.tone-info{background:#7cb8ff1f;border-color:#7cb8ff52;color:var(--acc-info)}.acc-badge.tone-warning{background:#fbbf241f;border-color:#fbbf2452;color:#fcd34d}.acc-badge.tone-critical{background:#fb80801f;border-color:#fb808057;color:var(--acc-critical)}.acc-badge.tone-accent{background:var(--acc-accent-soft);border-color:var(--acc-accent-line);color:var(--acc-accent-bright)}.acc-badge.tone-muted{background:#ffffff0d;border-color:var(--acc-border-strong);color:var(--acc-muted)}.acc-note{border:1px solid #0000;border-left-width:3px;border-radius:12px;display:flex;font-size:12.5px;gap:11px;line-height:1.55;padding:12px 14px}.acc-note svg{flex:0 0 auto;margin-top:1px}.acc-note.is-info{background:#7cb8ff14;border-color:#7cb8ff40;border-left-color:var(--acc-info);color:#cfe4ff}.acc-note.is-warning{background:#fbbf2414;border-color:#fbbf2440;border-left-color:var(--acc-warning);color:#fde68a}.acc-note.is-danger{background:#fb808014;border-color:#fb808047;border-left-color:var(--acc-critical);color:#fecaca}.acc-note.is-success{background:#6ee7a814;border-color:#6ee7a847;border-left-color:var(--acc-good);color:#bbf7d0}.acc-btn{align-items:center;background:var(--acc-raised);border:1px solid var(--acc-border-strong);border-radius:12px;color:var(--acc-text);cursor:pointer;display:inline-flex;font:inherit;font-size:13.5px;font-weight:600;gap:8px;justify-content:center;min-height:46px;padding:12px 18px;transition:background .15s ease,border-color .15s ease,transform .1s ease;white-space:nowrap}.acc-btn:hover:not(:disabled){background:#2a3540;border-color:var(--acc-border-strong)}.acc-btn:active:not(:disabled){transform:translateY(1px)}.acc-btn:disabled{cursor:not-allowed;opacity:.4}.acc-btn.is-primary{background:linear-gradient(180deg,var(--acc-accent-bright),var(--acc-accent));border-color:#0000;box-shadow:0 6px 18px #88b24b47;color:#0d1408}.acc-btn.is-primary:hover:not(:disabled){background:linear-gradient(180deg,#b6dd70,var(--acc-accent-bright))}.acc-btn.is-primary:disabled{box-shadow:none}.acc-btn.is-danger{background:#fb808017;border-color:#fb808073;color:var(--acc-critical)}.acc-btn.is-danger:hover:not(:disabled){background:#fb80802e}.acc-btn.is-block{width:100%}.acc-btn.is-small{font-size:12.5px;min-height:40px;padding:9px 14px}.acc-actions,.acc-choices{display:flex;flex-wrap:wrap;gap:10px}.acc-choice{align-items:center;background:var(--acc-ink);border:1px solid var(--acc-border-strong);border-radius:12px;color:var(--acc-muted);cursor:pointer;display:inline-flex;font:inherit;font-size:14px;font-weight:600;gap:10px;min-height:52px;padding:12px 18px;transition:border-color .15s ease,background .15s ease,color .15s ease}.acc-choice:hover{border-color:var(--acc-border-strong);color:var(--acc-text)}.acc-choice.is-active{background:var(--acc-accent-soft);border-color:var(--acc-accent);box-shadow:0 0 0 3px #88b24b1a;color:var(--acc-accent-bright)}.acc-flag{border-radius:3px;box-shadow:0 0 0 1px #ffffff29;display:block;flex:0 0 auto;height:17px;width:24px}.acc-2fa-setup{background:#0c101480;border:1px dashed var(--acc-border-strong);border-radius:14px;display:flex;flex-direction:column;gap:16px;padding:16px}.acc-step{align-items:center;color:var(--acc-text);display:flex;font-size:13px;font-weight:600;gap:10px}.acc-step-num{align-items:center;background:var(--acc-accent-soft);border:1px solid var(--acc-accent-line);border-radius:8px;color:var(--acc-accent-bright);display:inline-flex;flex:0 0 auto;font-size:12px;font-weight:800;height:24px;justify-content:center;width:24px}.acc-qr{align-self:center;background:#fff;border-radius:16px;box-shadow:0 10px 28px #00000080;height:196px;padding:12px;width:196px}.acc-qr img{display:block;height:100%;image-rendering:pixelated;width:100%}.acc-secret{align-items:center;background:var(--acc-ink);border:1px solid var(--acc-border-strong);border-radius:11px;display:flex;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;gap:10px;letter-spacing:.1em;padding:11px 13px;word-break:break-all}.acc-secret-value{flex:1 1;min-width:0}.acc-code-input{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:26px;font-weight:700;letter-spacing:.45em;min-height:60px;padding-left:.45em;text-align:center}.acc-savebar{align-items:center;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#151b21f5;border:1px solid var(--acc-border-strong);border-radius:16px;bottom:max(14px,env(safe-area-inset-bottom));box-shadow:0 18px 44px #0009;display:flex;gap:12px;left:50%;max-width:620px;padding:10px 12px 10px 18px;position:fixed;transform:translateX(-50%);transition:border-color .2s ease;width:calc(100% - 24px);z-index:40}.acc-savebar:not(.is-idle){border-color:var(--acc-accent-line)}.acc-savebar-text{color:var(--acc-dim);flex:1 1;font-size:11.5px;line-height:1.3;min-width:0}.acc-savebar-title{align-items:center;color:var(--acc-text);display:flex;font-size:13px;font-weight:700;gap:7px;margin-bottom:1px}.acc-savebar.is-idle .acc-savebar-title{color:var(--acc-dim);font-weight:600}.acc-savebar-pulse{background:var(--acc-warning);border-radius:50%;box-shadow:0 0 0 3px #fbbf242e;flex:0 0 auto;height:7px;width:7px}.acc-loading{align-items:center;color:var(--acc-muted);display:flex;flex-direction:column;font-size:13px;gap:14px;padding:70px 20px}.acc-spinner{animation:acc-spin .8s linear infinite;border:2px solid #ffffff1f;border-radius:50%;border-top:2px solid var(--acc-accent);height:26px;width:26px}@keyframes acc-spin{to{transform:rotate(1turn)}}.acc-pagelist{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.acc-pagechip{background:#ffffff0d;border:1px solid var(--acc-border);border-radius:99px;color:var(--acc-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;padding:4px 10px}@media (min-width:640px){.acc-hero{padding:24px 26px}.acc-hero-name{font-size:1.6rem}.acc-avatar{border-radius:22px;font-size:1.5rem;height:72px;width:72px}.acc-hero-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.acc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.acc-card{padding:22px 24px}.acc-rules{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.acc-body{grid-gap:22px;align-items:start;display:grid;gap:22px;grid-template-columns:250px minmax(0,1fr)}.acc-nav{background:linear-gradient(180deg,var(--acc-surface-2),var(--acc-surface));border:1px solid var(--acc-border);border-radius:16px;flex-direction:column;gap:4px;overflow:visible;padding:8px;position:-webkit-sticky;position:sticky;top:8px}.acc-nav-btn{align-items:flex-start;background:#0000;border:none;border-left:3px solid #0000;border-radius:10px;min-height:54px;padding:11px 13px;text-align:left;white-space:normal;width:100%}.acc-nav-btn:hover{background:#ffffff0a}.acc-nav-btn.is-active{background:var(--acc-accent-soft);border-left-color:var(--acc-accent)}.acc-nav-icon{margin-top:1px}.acc-nav-body{flex:1 1;min-width:0}.acc-nav-desc{color:var(--acc-dim);display:block;font-size:11px;font-weight:400;line-height:1.35;margin-top:2px}.acc-content{display:flex;flex-direction:column;gap:16px;min-width:0}.acc-hero-name{font-size:1.75rem}.acc-page{padding-bottom:104px}}@media (max-width:480px){.acc-input{font-size:16px}.acc-code-input{font-size:22px;letter-spacing:.35em}}@media (prefers-reduced-motion:reduce){.acc-spinner{animation:none}.acc-btn,.acc-input,.acc-strength-seg{transition:none}}.review-container{padding:30px}.card-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr}@media (min-width:768px){.card-grid{grid-template-columns:1fr 1fr}}.card{background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 5px #0000000d;padding:20px}.card h3{font-size:1.25rem;margin-top:0}.card p{margin-bottom:10px}.card img{border-radius:6px;margin-top:10px;max-width:100%}.card-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.card-buttons button{border:none;border-radius:5px;color:#fff;cursor:pointer;padding:8px 14px;transition:background .2s ease}.card-buttons button:hover{opacity:.9}.approve{background-color:#4caf50}.reject{background-color:#f44336}.edit{background-color:#2196f3}.delete{background-color:#e53935}@keyframes flash{0%{background-color:#fff9cc}50%{background-color:#ffef99}to{background-color:#fff9cc}}.highlight-flash{animation:flash 2s ease;border:2px solid #f1c40f!important}.react-calendar__tile.highlight{background:#ffeaa7;border-radius:10px;color:#2d3436;font-weight:700}.calendar-overdue{background-color:#ff6b6b!important;color:#fff!important}.calendar-overdue,.calendar-soon{border-radius:8px;font-weight:700}.calendar-soon{background-color:#ffeaa7!important;color:#2d3436!important}.calendar-ok{background-color:#b8e994!important;border-radius:8px;color:#2e2e2e!important;font-weight:700}:root{--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px)}@media (max-width:768px){input,select,textarea{font-size:max(16px,1em)}}
/*# sourceMappingURL=main.8652f1f6.css.map*/