body{margin:0;font-family:Hanken Grotesk,sans-serif}*{font-family:inherit}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-page-wrapper{display:flex;min-height:100vh;background:#f0f4f8;overflow-x:hidden;overflow-y:auto}.login-left-panel{flex:1.1;background:linear-gradient(145deg,#1565c0,#0d47a1,#0a2d6e);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:40px}.left-content{position:relative;z-index:2;color:#fff;max-width:420px}.brand-logo{margin-bottom:16px}.logo-icon{font-size:45px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.brand-title{font-size:26px;font-weight:700;margin:0 0 12px;letter-spacing:-.5px;color:#fff}.brand-subtitle{font-size:15px;color:#ffffffbf;line-height:1.6;margin-bottom:36px}.feature-list{display:flex;flex-direction:column;gap:14px}.feature-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#ffffffe0;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:10px 16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s}.feature-item:hover{background:#ffffff26}.feature-icon{font-size:16px}.left-circles{position:absolute;inset:0;z-index:1;pointer-events:none}.circle{position:absolute;border-radius:50%;border:2px solid rgba(255,255,255,.07)}.circle-1{width:400px;height:400px;top:-120px;right:-150px;background:#ffffff0a}.circle-2{width:280px;height:280px;bottom:-80px;left:-80px;background:#ffffff0d}.circle-3{width:160px;height:160px;top:50%;right:30px;background:#ffffff0a}.login-right-panel{flex:.9;display:flex;align-items:center;justify-content:center;background:#f0f4f8;padding:40px 48px;min-width:0}.login-card-modern{width:100%;max-width:440px;min-width:0;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001f;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.card-header-strip{height:5px;background:linear-gradient(to right,#1565c0,#42a5f5,#1565c0);background-size:200% 100%;animation:shimmer 2.5s infinite linear}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.card-body{padding:36px 40px 24px;box-sizing:border-box;width:100%}.card-footer-brand{text-align:center;font-size:11px;color:#aaa;padding:12px 0 16px;border-top:1px solid #f0f0f0}.card-footer-brand strong{color:#1565c0}@media(min-width:1440px){.login-left-panel{padding:60px}.brand-title{font-size:42px}.brand-subtitle{font-size:17px}.left-content{max-width:500px}.login-right-panel{padding:60px}.login-card-modern{max-width:480px}.card-body{padding:42px 48px 28px}}@media(max-width:1023px){.login-left-panel{padding:32px}.brand-title{font-size:30px}.brand-subtitle{font-size:14px}.feature-item{font-size:13px;padding:8px 14px}.login-right-panel{padding:32px 36px}.login-card-modern{max-width:400px}.card-body{padding:30px 32px 20px}}@media(max-width:767px){.login-page-wrapper{flex-direction:column}.login-left-panel{padding:28px 24px;min-height:200px}.brand-title{font-size:26px}.brand-subtitle{font-size:13px;margin-bottom:20px}.feature-list{display:none}.logo-icon{font-size:40px}.login-right-panel{padding:24px 20px;width:100%;box-sizing:border-box;flex:1}.login-card-modern{max-width:100%;border-radius:16px}.card-body{padding:28px 24px 20px}}@media(max-width:480px){.login-left-panel{padding:20px 16px;min-height:160px}.brand-title{font-size:22px}.brand-subtitle{font-size:12px;margin-bottom:0}.feature-list{display:none}.logo-icon{font-size:34px}.brand-logo{margin-bottom:8px}.login-right-panel{padding:16px 14px}.login-card-modern{border-radius:14px}.card-body{padding:22px 18px 16px}.card-footer-brand{font-size:10px;padding:10px 0 12px}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#080f2399;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.modal-container{font-family:Hanken Grotesk,sans-serif;background:#fff;font-size:12px;width:840px;max-width:96%;border-radius:14px;box-shadow:0 4px 6px #00000012,0 20px 48px #00000029;animation:modalPopup .25s ease;display:flex;flex-direction:column;overflow:hidden}@keyframes modalPopup{0%{transform:translateY(32px) scale(.94);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.modal-header{padding:6px 15px;background:linear-gradient(135deg,#0c1a3d,#1a3278 55%,#1e40af);display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden}.modal-header:before{content:"";position:absolute;top:-40px;right:-40px;width:180px;height:180px;border-radius:50%;background:#ffffff0a;pointer-events:none}.modal-header:after{content:"";position:absolute;bottom:-60px;left:30%;width:220px;height:220px;border-radius:50%;background:#ffffff08;pointer-events:none}.modal-header-left{display:flex;align-items:center;gap:16px;position:relative;z-index:1}.modal-header-icon{width:36px;height:36px;border-radius:8px;background:#ffffff24;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 4px 12px #00000026;flex-shrink:0}.modal-header-text{display:flex;flex-direction:column;gap:3px}.modal-header h2{margin:0;font-size:16px;font-weight:700;color:#fff;letter-spacing:-.3px;line-height:1.2}.modal-header-sub{margin:0;font-size:12px;color:#ffffff94;font-weight:400;line-height:1.3}.close-btn{cursor:pointer;font-size:14px;color:#ffffffbf;transition:all .2s ease;width:36px;height:36px;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;position:relative;z-index:1;flex-shrink:0}.close-btn:hover{background:#fff3;color:#fff;transform:rotate(90deg) scale(1.05);border-color:#ffffff47}.modal-progress-bar{height:3px;background:linear-gradient(90deg,#3b82f6,#6366f1)}.modal-body{padding:11px 18px 12px;font-family:Hanken Grotesk,sans-serif;background:#f8fafc;display:flex;flex-direction:column;gap:10px}.form-section{background:#fff;border:1px solid #e5eaf2;border-radius:10px;padding:12px 16px}.form-section-title{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;padding-bottom:7px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:6px}.form-section-title:before{content:"";display:inline-block;width:3px;height:12px;border-radius:2px;background:linear-gradient(180deg,#3b82f6,#6366f1)}.form-row{display:flex;gap:14px;align-items:flex-start}.form-row.two-col .form-group,.form-row.three-col .form-group{flex:1}.form-row+.form-row{margin-top:10px}.form-row.priority-project-row{align-items:flex-start;gap:16px}.form-row.priority-project-row .priority-group{flex:1 1 auto;min-width:0}.form-row.priority-project-row .project-group{flex:0 0 220px;width:220px}.form-group{display:flex;flex-direction:column;flex:1}.form-group label{font-size:12px;font-family:Hanken Grotesk,sans-serif;font-weight:600;margin-bottom:4px;color:#374151;display:flex;align-items:center;gap:3px}.required{color:#ef4444;font-size:14px;line-height:1}.form-group input,.form-group textarea,.form-group select{padding:7px 11px;border-radius:8px;border:1.5px solid #e2e8f0;outline:none;font-size:12px;color:#1e293b;background:#fff;transition:border-color .18s,box-shadow .18s;font-family:Hanken Grotesk,sans-serif;-webkit-appearance:none;appearance:none;width:100%;box-sizing:border-box}.form-group input:hover,.form-group textarea:hover,.form-group select:hover{border-color:#bfdbfe}.form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 11px center;padding-right:32px;cursor:pointer}.form-group textarea{min-height:64px;resize:vertical;line-height:1.55}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input::placeholder,.form-group textarea::placeholder{color:#b0bec5;font-size:12px}.priority-radio-group{display:flex;gap:8px;flex-wrap:wrap}.priority-radio-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;border:1.5px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease;flex:1;justify-content:center;-webkit-user-select:none;user-select:none}.priority-radio-btn input[type=radio]{display:none}.priority-radio-btn:hover{border-color:#94a3b8;background:#f1f5f9;color:#334155}.priority-radio-btn.selected{font-weight:700;box-shadow:0 1px 6px #00000017}.priority-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.file-upload-zone{display:flex;align-items:center;gap:8px;padding:7px 12px;border:1.5px dashed #d1dce8;border-radius:8px;background:#f8fbff;cursor:pointer;transition:all .18s ease}.file-upload-zone:hover{border-color:#3b82f6;background:#eef5ff}.file-upload-icon{font-size:14px;line-height:1}.file-upload-text{font-size:12px;color:#64748b;flex:1;font-weight:500;display:flex;align-items:center;gap:6px}.file-upload-hint{font-size:10px;color:#94a3b8;font-weight:400}.file-upload-size{font-size:12px;color:#3b82f6;background:#eff6ff;padding:2px 7px;border-radius:20px;font-weight:600;border:1px solid #bfdbfe}.modal-divider{height:1px;background:#e5e7eb}.modal-footer{padding:11px 22px;display:flex;justify-content:flex-end;align-items:center;gap:10px;background:#fff;border-top:1px solid #edf2f7}.modal-footer-info{flex:1;font-size:12px;color:#94a3b8;display:flex;align-items:center;gap:5px}.modal-footer-info:before{content:"●";color:#ef4444;font-size:7px}.cancel-btn{padding:8px 22px;border-radius:8px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer;font-weight:600;font-size:12px;transition:all .18s;font-family:Hanken Grotesk,sans-serif}.cancel-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b}.submit-btn{padding:8px 26px;border-radius:8px;border:none;background:linear-gradient(135deg,#1d4ed8,#3b82f6);color:#fff;cursor:pointer;font-weight:700;font-size:12px;transition:all .18s;font-family:Hanken Grotesk,sans-serif;box-shadow:0 3px 10px #2563eb4d}.submit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #2563eb66}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;box-shadow:none;transform:none;opacity:1}.submit-btn:disabled:hover{background:#e2e8f0;box-shadow:none;transform:none}@media(min-width:1440px){.modal-container{width:960px;max-width:92%}.modal-header h2{font-size:20px}.modal-body{padding:14px 22px 16px;gap:12px}.modal-footer{padding:14px 26px}.form-group input,.form-group textarea,.form-group select{font-size:13px;padding:9px 13px}}@media(min-width:1205px){.modal-container{width:900px;max-width:92%}.modal-header h2{font-size:15px}.modal-body{padding:0px 20x;gap:12px}.modal-footer{padding:14px 26px}.form-group input,.form-group textarea,.form-group select{font-size:13px;padding:9px 13px}}@media(max-width:1023px){.modal-container{width:720px;max-width:95%}.modal-header{padding:6px 10px}.modal-header h2{font-size:16px}.modal-body{padding:10px 14px;gap:8px}.modal-footer{padding:10px 18px}.form-section{padding:5px}}@media(max-width:767px){.modal-overlay{padding:10px;align-items:flex-end}.modal-container{width:100%;max-width:100%;border-radius:14px 14px 0 0;max-height:92vh;overflow-y:auto}.modal-header{padding:10px 14px}.modal-header h2{font-size:15px}.modal-header-icon{width:30px;height:30px;font-size:16px}.modal-header-sub{font-size:11px}.modal-body{padding:10px 12px;gap:8px}.modal-footer{padding:10px 14px;flex-wrap:wrap;gap:8px}.modal-footer-info{width:100%;justify-content:center}.form-row.two-col,.form-row.three-col,.form-row.priority-project-row{flex-direction:column;gap:8px}.form-row.priority-project-row .project-group{flex:1 1 auto;width:100%}.priority-radio-group{flex-wrap:wrap;gap:6px}.priority-radio-btn{flex:1 1 calc(50% - 6px)}.cancel-btn,.submit-btn{flex:1;justify-content:center}}@media(max-width:480px){.modal-overlay{padding:0;align-items:flex-end}.modal-container{width:100%;max-width:100%;border-radius:12px 12px 0 0;max-height:95vh;overflow-y:auto}.modal-header{padding:8px 12px}.modal-header h2{font-size:14px}.modal-header-icon{display:none}.modal-header-sub{font-size:10px}.modal-body{padding:8px 10px;gap:6px}.modal-footer{padding:8px 12px;flex-wrap:wrap;gap:6px}.modal-footer-info{display:none}.form-row.two-col,.form-row.three-col,.form-row.priority-project-row{flex-direction:column;gap:6px}.form-row.priority-project-row .project-group{flex:1 1 auto;width:100%}.form-section{padding:8px 10px}.form-group label{font-size:11px}.form-group input,.form-group textarea,.form-group select{font-size:12px;padding:7px 10px}.priority-radio-group{flex-direction:column}.priority-radio-btn{width:100%}.cancel-btn{padding:8px 14px;font-size:12px}.submit-btn{padding:8px 18px;font-size:12px}.close-btn{width:30px;height:30px;font-size:13px}}.security-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.security-modal{background:#fff;width:300px;height:400px;padding:30px;border-radius:12px;box-shadow:0 20px 40px #00000040;animation:fadeIn .2s ease-in-out}.security-modal img{width:100%;max-height:150px;object-fit:contain}.security-modal input{width:100%;padding:10px;margin-top:10px;margin-bottom:20px;border-radius:6px;border:1px solid #ccc}.security-modal button{width:100%;padding:10px;border:none;border-radius:6px;margin-bottom:10px;background-color:#3b82f6;color:#fff;font-weight:500;cursor:pointer}.security-modal button:hover{background-color:#2563eb}@media(min-width:1440px){.security-modal{width:340px;height:440px;padding:36px}}@media(max-width:1023px){.security-modal{width:280px;height:380px;padding:26px}}@media(max-width:767px){.security-overlay{padding:16px}.security-modal{width:100%;max-width:340px;height:auto;min-height:340px;padding:24px}.security-modal input,.security-modal button{padding:9px;font-size:13px}}@media(max-width:480px){.security-overlay{padding:12px;align-items:flex-end}.security-modal{width:100%;max-width:100%;height:auto;min-height:unset;padding:20px 18px;border-radius:12px 12px 0 0}.security-modal img{max-height:110px}.security-modal input{padding:8px;margin-top:8px;margin-bottom:14px;font-size:12px}.security-modal button{padding:8px;font-size:12px;margin-bottom:8px}}@keyframes fadeIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.navbar-root{background:#fff;height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;flex-shrink:0;box-shadow:0 1px #0000000a;position:sticky;top:0;z-index:100}.navbar-left{display:flex;flex-direction:column;justify-content:center;gap:1px;min-width:0}.navbar-breadcrumb{display:flex;align-items:center;gap:8px}.navbar-breadcrumb-item{font-size:13px!important;color:#94a3b8!important;font-weight:400!important;white-space:nowrap}.navbar-breadcrumb-item.active{color:#1e293b!important;font-weight:600!important}.navbar-breadcrumb-sep{font-size:10px!important;color:#cbd5e1!important}.navbar-title-wrap{display:flex;align-items:baseline;gap:10px}.navbar-page-title{font-size:12px!important;font-weight:700!important;color:#1e293b!important;line-height:1.2!important;white-space:nowrap}.navbar-page-subtitle{font-size:11px!important;color:#94a3b8!important;font-weight:400!important;white-space:nowrap}.navbar-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.navbar-icon-btn{width:34px!important;height:34px!important;border-radius:8px!important;background:#f8fafc!important}.navbar-icon-btn:hover{background:#f1f5f9!important}.navbar-divider{width:1px;height:22px;background:#e2e8f0;margin:0 2px}.navbar-avatar{width:32px!important;height:32px!important;font-size:11px!important;font-weight:700!important;cursor:pointer!important;transition:opacity .15s!important}.navbar-avatar:hover{opacity:.88}@media(max-width:767px){.navbar-root{padding:0 16px;height:52px}.navbar-page-title{font-size:14px!important}.navbar-page-subtitle{display:none}}@media(max-width:480px){.navbar-root{padding:0 12px;height:48px}.navbar-page-title{font-size:13px!important}.navbar-breadcrumb,.navbar-divider{display:none}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Hanken Grotesk,sans-serif;background:#f0f2f8}.subject-content-full{display:flex;flex-direction:column}.inline-tab-panel{animation:fadeTabIn .2s ease}@keyframes fadeTabIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.tab-toggle-group{display:flex;align-items:center;gap:4px;background:#f1f5f9;border-radius:10px;padding:3px}.tab-toggle-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;border-radius:8px;border:none;background:transparent;cursor:pointer;font-size:12px;font-weight:600;color:#64748b;font-family:inherit;transition:all .15s ease;white-space:nowrap}.tab-toggle-btn:hover{background:#fff;color:#1e293b;box-shadow:0 1px 4px #00000014}.tab-toggle-btn.active{background:#fff;color:#3b5cff;box-shadow:0 2px 8px #3b5cff26}.tab-toggle-btn.active svg{stroke:#3b5cff}.tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:16px;border-radius:8px;background:#3b5cff;color:#fff;font-size:9.5px;font-weight:800;padding:0 4px}.ticket-banner{background:#fff;border:2px solid #1e3a8a;border-radius:10px;margin:11px 11px 0;padding:9px;position:relative;overflow:hidden;box-shadow:none}.ticket-banner:before,.ticket-banner:after{display:none}.ticket-banner-id{font-size:10px;font-weight:600;color:#6366f1;letter-spacing:1.5px;text-transform:uppercase}.ticket-banner-title{font-size:14px;font-weight:600;color:#1e293b;letter-spacing:.1px;padding:6px;line-height:1.3}.ticket-banner-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.banner-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 11px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.2px}.banner-badge.status-open{background:#f0fdf4;color:#16a34a;border:1px solid #86efac}.banner-badge.status-assigned{background:#fff7ed;color:#c2410c;border:1px solid #fdba74}.banner-badge.status-in-progress{background:#eff6ff;color:#1d4ed8;border:1px solid #93c5fd}.banner-badge.status-resolved{background:#f5f3ff;color:#6d28d9;border:1px solid #c4b5fd}.banner-badge.status-closed{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.banner-badge.status-waiting-for-user{background:#fffbeb;color:#92400e;border:1px solid #fcd34d}.banner-badge.priority-critical{background:#fef2f2;color:#dc2626;border:1px solid #fca5a5}.banner-badge.priority-high{background:#fff7ed;color:#c2410c;border:1px solid #fdba74}.banner-badge.priority-medium{background:#fefce8;color:#a16207;border:1px solid #fde047}.banner-badge.priority-low{background:#f0fdf4;color:#15803d;border:1px solid #86efac}.banner-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.ticket-fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:4px 0 2px}.ticket-field-box{padding:13px 20px;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;transition:background .12s}.ticket-field-box:nth-child(2n){border-right:none}.ticket-field-box:last-child{border-bottom:none}.ticket-field-box:hover{background:#fafbff}.ticket-field-box.full-width{grid-column:1 / -1;border-right:none}.field-box-label{display:flex;align-items:center;gap:6px;margin-bottom:6px}.field-box-icon{width:26px;height:26px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:4px;border:1px solid rgba(0,0,0,.06)}.field-box-icon svg{width:100%;height:100%;display:block}.field-box-label-text{font-size:10px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.9px}.field-box-value{font-size:12px;font-weight:600;color:#1e293b;padding-left:28px;line-height:1.45}.field-box-value.muted{color:#94a3b8;font-weight:400;font-style:italic}.description-highlight-box{margin:6px 0 4px 28px;padding:8px 11px;background:#f8faff;border:1.5px solid #e0e7ff;border-left:4px solid #3b5cff;border-radius:10px;box-shadow:0 2px 10px #3b5cff12;min-height:auto;position:relative}.description-highlight-box span{font-size:13px;font-weight:600;color:#1e293b;line-height:1.75;display:block;white-space:pre-wrap;word-break:break-word}.description-highlight-box span.muted{color:#94a3b8;font-weight:400;font-style:italic}.subject-container{display:flex;height:100vh;background:#f0f2f8}.sidebar{width:240px;min-width:240px;background:#1e3a8a;color:#fff;display:flex;flex-direction:column;padding:20px 0;box-shadow:4px 0 16px #1e3a8a33}.logo{font-size:14px;font-weight:700;color:#fff;padding:0 16px 18px;border-bottom:1px solid rgba(255,255,255,.15);margin-bottom:10px;letter-spacing:.2px}.sidebar nav{display:flex;flex-direction:column;gap:2px;padding:0 10px}.sidebar nav a{padding:10px 14px;border-radius:8px;cursor:pointer;font-size:12px;color:#ffffffbf;transition:.15s}.sidebar nav a:hover{background:#ffffff26}.sidebar nav a.active{background:#ffffff38;color:#fff;font-weight:600}.subject-main{flex:1;overflow:hidden;background:#f0f2f8;display:flex;flex-direction:column}.subject-main>div[style]{display:flex;flex-direction:column;align-items:center}.subject-main>div[style]>*{width:100%;max-width:1250px}.subject-content-full~.info-bar,.subject-content-full+.info-bar{display:none}.subject-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.subject-header .title{font-size:12px;font-weight:600;color:#3b5cff;display:flex;align-items:center;gap:6px;text-decoration:none}.subject-header .title:hover{text-decoration:underline}.info-bar{background:#1e3a8a;padding:0;border-radius:8px;display:flex;align-items:stretch;height:65px;min-height:65px;max-height:65px;margin-bottom:15px;border:1px solid #1e3a8a;box-shadow:0 4px 16px #1e3a8a40,0 1px 4px #0000001a;overflow:hidden}.info-bar-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;flex:1;padding:18px 24px;position:relative;transition:background .15s}.info-bar-item:hover{background:#3b5cff0a}.info-bar-icon-label{display:flex;align-items:center;gap:5px}.info-bar-divider{width:1px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.3) 30%,rgba(255,255,255,.3) 70%,transparent);flex-shrink:0;align-self:stretch;margin:10px 0}.info-bar-label{font-size:10px;font-weight:700;color:#ffffffa6;text-transform:uppercase;letter-spacing:1px;white-space:nowrap}.info-bar-value{font-size:12px;font-weight:600;color:#fff;white-space:nowrap;letter-spacing:.1px}.info-bar-value.mono{font-size:12px;color:#fff;letter-spacing:1px}.subject-content{display:grid;grid-template-columns:1.35fr 1fr;gap:20px;align-items:start}.subject-content-full .card{margin-bottom:0;border-radius:16px;border:1px solid #cbd5e1;border-bottom:3px solid #94a3b8;border-right:3px solid #94a3b8;box-shadow:1px 1px #e2e8f0,2px 2px #cbd5e1,3px 3px #b0bec5,4px 4px #94a3b8,0 12px 32px #0000001f,0 3px 8px #00000014;overflow:hidden;transform:translateZ(0)}.subject-content-full .ticket-fields-grid{grid-template-columns:1fr 1fr 1fr}.subject-content-full .inline-tab-panel{padding:16px 0 0}.card{background:#fff;border-radius:12px;border:1px solid #e4e8f0;overflow:hidden;margin-bottom:16px;box-shadow:0 2px 12px #0000000d}.card-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;padding:6px 10px;background:linear-gradient(90deg,#f8f9ff,#f0f4ff);border-bottom:2px solid #e8edff}.card-header h3{font-size:13px;font-weight:700;color:#1e293b;letter-spacing:.2px;display:flex;align-items:center;gap:7px}.card-header h3:before{content:"";display:inline-block;width:3px;height:14px;background:#3b5cff;border-radius:2px}.card-body{padding:8px 40px}.ticket-field{display:flex;align-items:center;padding:10px 20px;border-bottom:1px solid #f3f4f6;transition:background .1s}.ticket-field:last-child{border-bottom:none}.ticket-field:hover{background:#fafbff}.ticket-field-label{width:140px;min-width:140px;font-size:12px;font-weight:600;color:#6b7280;display:flex;align-items:center;gap:7px}.ticket-field-label .field-icon{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:4px;border:1px solid rgba(0,0,0,.06)}.ticket-field-label .field-icon svg{width:100%;height:100%;display:block}.ticket-field-value{flex:1;font-size:13px;color:#1e293b;font-weight:500}.status{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.2px}.status.open{background:#f0fdf4;color:#166534;border:1px solid #86efac}.status.close,.status.closed{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}.status.in\ progress{background:#eff6ff;color:#1d4ed8;border:1px solid #93c5fd}.status.resolved{background:#f5f3ff;color:#6d28d9;border:1px solid #c4b5fd}.status.assigned{background:#fff7ed;color:#9a3412;border:1px solid #fdba74}.status.archived{background:#f9fafb;color:#6b7280;border:1px solid #d1d5db}.assign-section{display:flex;align-items:center;gap:8px}.assign-section b{font-size:12px;color:#6b7280;font-weight:500;white-space:nowrap}.assign-section select{padding:6px 10px;border-radius:7px;border:1px solid #d1d5db;background:#fff;font-size:12px;color:#1e293b;outline:none;cursor:pointer;min-width:160px;transition:.15s}.assign-section select:focus{border-color:#3b5cff;box-shadow:0 0 0 3px #3b5cff1a}.apply-btn{padding:6px 16px;background:#3b5cff;border:none;border-radius:7px;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:.15s;white-space:nowrap}.apply-btn:hover{background:#2e4cd4}.custom-dropdown{position:relative;min-width:200px}.custom-dropdown-trigger{display:flex;align-items:center;gap:8px;padding:7px 12px;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;cursor:pointer;min-width:200px;transition:all .15s;-webkit-user-select:none;user-select:none}.custom-dropdown-trigger:hover,.custom-dropdown-trigger.open{border-color:#3b5cff;box-shadow:0 0 0 3px #3b5cff1a}.dropdown-avatar{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#4f7cff,#3b5cff);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.dropdown-label{flex:1;font-size:12.5px;color:#1e293b;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-chevron{font-size:8px;color:#9ca3af}.custom-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;min-width:260px;background:#fff;border:1.5px solid #e0e7ff;border-radius:10px;box-shadow:0 8px 30px #3b5cff26,0 2px 8px #00000014;z-index:999;overflow:hidden;animation:dropDown .15s ease}@keyframes dropDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown-search-wrap{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid #f0f0f0;background:#f8f9ff}.dropdown-search-icon{font-size:14px}.dropdown-search{flex:1;border:none;outline:none;font-size:12.5px;background:transparent;color:#1e293b}.dropdown-search::placeholder{color:#9ca3af}.dropdown-items{max-height:220px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c7d2fe #f0f4ff}.dropdown-items::-webkit-scrollbar{width:4px}.dropdown-items::-webkit-scrollbar-thumb{background:#a5b4fc;border-radius:4px}.dropdown-item{display:flex;align-items:center;gap:10px;padding:9px 14px;cursor:pointer;transition:background .1s;border-bottom:1px solid #f8f9ff}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:#f0f4ff}.dropdown-item.selected{background:#eef2ff}.item-avatar{width:30px;height:30px;min-width:30px;border-radius:50%;background:linear-gradient(135deg,#4f7cff,#3b5cff);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;box-shadow:0 2px 6px #3b5cff40}.item-info{flex:1;display:flex;flex-direction:column;gap:1px}.item-name{font-size:13px;font-weight:600;color:#1e293b}.item-email{font-size:11px;color:#9ca3af}.item-check{font-size:14px;color:#3b5cff;font-weight:700}.priority-high{color:#dc2626;font-weight:700}.priority-medium{color:#d97706;font-weight:700}.priority-low{color:#16a34a;font-weight:700}.comments-list{max-height:318px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c7d2fe #f0f4ff}.comments-list::-webkit-scrollbar{width:5px}.comments-list::-webkit-scrollbar-track{background:#f0f4ff}.comments-list::-webkit-scrollbar-thumb{background:#a5b4fc;border-radius:4px}.comment{display:flex;gap:12px;padding:12px 20px;border-bottom:1px solid #f3f4f6;transition:background .1s}.comment:last-of-type{border-bottom:none}.comment:hover{background:#fafbff}.avatar{width:34px;height:34px;min-width:34px;border-radius:50%;background:linear-gradient(135deg,#4f7cff,#3b5cff);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;box-shadow:0 2px 6px #3b5cff4d}.comment-meta{flex:1}.comment-meta b{font-size:13px;color:#1e293b;font-weight:600}.comment-meta span{display:block;font-size:11px;color:#9ca3af;margin:2px 0 5px}.comment-meta p{font-size:13px;color:#374151;line-height:1.5;background:#f8f9ff;padding:6px 10px;border-radius:8px;border-left:3px solid #e0e7ff}.view-all{text-align:right;font-size:12px;color:#3b5cff;cursor:pointer;padding:10px 20px;font-weight:600;border-top:1px solid #f3f4f6;display:block}.view-all:hover{text-decoration:underline}.ticket-comment-box{background:#fff;border:1px solid #e4e8f0;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000d}.comment-textarea{width:100%;height:90px;padding:14px 16px;border:none;outline:none;resize:none;font-size:13px;color:#374151;font-family:inherit;background:#fff;border-bottom:1px solid #f3f4f6}.comment-textarea::placeholder{color:#9ca3af}.toolbar{display:flex;align-items:center;justify-content:flex-end;padding:10px 14px;gap:8px;background:#f8f9ff;border-top:1px solid #eef0ff}.right-tools{display:flex;align-items:center;gap:8px}.right-tools span{font-size:12px;color:#6b7280;font-weight:600;white-space:nowrap}.right-tools select{padding:5px 10px;border-radius:7px;border:1px solid #d1d5db;background:#fff;font-size:12px;color:#1e293b;outline:none;cursor:pointer;transition:.15s}.right-tools select:focus{border-color:#3b5cff}.file-upload-btn{background:#fff;color:#4f7cff;padding:5px 12px;border-radius:7px;cursor:pointer;font-size:12px;font-weight:600;border:1px solid #c7d2fe;transition:.15s}.file-upload-btn:hover{background:#eef2ff}.submit-btn{background:linear-gradient(135deg,#4f7cff,#3b5cff);color:#fff;padding:6px 18px;border-radius:7px;border:none;font-size:12px;font-weight:600;cursor:pointer;transition:.15s;box-shadow:0 2px 8px #3b5cff4d}.submit-btn:hover{background:linear-gradient(135deg,#3b5cff,#2e4cd4);box-shadow:0 4px 12px #3b5cff66}.file-preview{display:inline-flex;align-items:center;gap:6px;background:#eff6ff;padding:4px 10px;border-radius:6px;font-size:12px;color:#1d4ed8;border:1px solid #bfdbfe}.remove-file{cursor:pointer;color:#dc2626;font-weight:700;margin-left:4px}.attachment-item{font-size:12px;color:#3b5cff;cursor:pointer;margin-top:4px;display:inline-flex;align-items:center;gap:4px}.attachment-item:hover{text-decoration:underline}.subject-link{color:#3b5cff;font-weight:600;cursor:pointer}.subject-link:hover{text-decoration:underline}.timeline-list{padding:8px 0 0;max-height:400px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c7d2fe #f0f4ff}.timeline-list::-webkit-scrollbar{width:5px}.timeline-list::-webkit-scrollbar-track{background:#f0f4ff}.timeline-list::-webkit-scrollbar-thumb{background:#a5b4fc;border-radius:4px}.timeline-empty{text-align:center;padding:32px 20px;font-size:13px;color:#94a3b8;font-style:italic}.timeline-item{display:flex;gap:0;padding:0 16px 0 14px;position:relative}.timeline-track{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:36px;padding-top:2px}.timeline-dot{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1;box-shadow:0 2px 8px #0000001a;transition:transform .15s}.timeline-item:hover .timeline-dot{transform:scale(1.12)}.timeline-dot-icon{font-size:14px;line-height:1}.timeline-line{width:2px;flex:1;min-height:20px;background:linear-gradient(to bottom,#6366f1,#a5b4fc);border-radius:2px;margin:4px 0;opacity:.45}.timeline-card{flex:1;background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:10px 14px;margin:0 0 14px 10px;box-shadow:0 1px 4px #0000000d;transition:box-shadow .15s,transform .15s}.timeline-item:hover .timeline-card{box-shadow:0 4px 16px #6366f11a;transform:translate(2px)}.timeline-card.status-event{background:linear-gradient(135deg,#fafbff,#f8f9ff)}.timeline-item.last .timeline-card{margin-bottom:14px}.timeline-card-header{display:flex;align-items:center;gap:8px;margin-bottom:7px}.timeline-avatar{width:26px;height:26px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;flex-shrink:0;box-shadow:0 2px 6px #00000026}.timeline-meta{flex:1;display:flex;flex-direction:column;gap:1px}.timeline-author{font-size:12.5px;font-weight:700;color:#1e293b;line-height:1.2}.timeline-time{font-size:10.5px;color:#94a3b8;font-weight:400}.timeline-badge{font-size:10px;font-weight:700;padding:2px 8px;border-radius:10px;letter-spacing:.3px;white-space:nowrap;flex-shrink:0}.timeline-body{font-size:12.5px;color:#374151;line-height:1.5;padding:6px 10px;background:#f8fafccc;border-radius:8px;border-left:2px solid #e0e7ff;word-break:break-word}.timeline-card.status-event .timeline-body{background:#ffffffb3}.history-section{margin:12px 16px 16px;border-radius:12px;border:1.5px solid #e0e7ff;overflow:hidden;box-shadow:0 2px 8px #3b5cff0f}.history-toggle-btn{width:100%;display:flex;align-items:center;gap:10px;padding:14px 18px;background:linear-gradient(135deg,#f0f4ff,#e8eeff);border:none;cursor:pointer;font-size:13px;font-weight:700;color:#3b5cff;font-family:inherit;transition:all .2s ease;letter-spacing:.3px;position:relative}.history-toggle-btn:hover{background:linear-gradient(135deg,#e0e9ff,#d8e2ff)}.history-toggle-btn.active{background:linear-gradient(135deg,#3b5cff,#6366f1);color:#fff}.history-toggle-btn.active .history-badge{background:#ffffff40;color:#fff}.history-toggle-btn.active svg{stroke:#fff}.history-btn-left{display:flex;align-items:center;gap:8px;flex:1}.history-btn-right{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#3b5cff1a;transition:all .25s cubic-bezier(.34,1.56,.64,1);flex-shrink:0}.history-toggle-btn.active .history-btn-right{background:#fff3;transform:rotate(180deg)}.history-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;border-radius:10px;background:#3b5cff;color:#fff;font-size:10px;font-weight:800;padding:0 6px;box-shadow:0 2px 6px #3b5cff59}.history-panel{padding:16px 16px 8px;background:#fafbff;border-top:1.5px solid #e0e7ff;animation:fadeTabIn .2s ease;max-height:380px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#a5b4fc #f0f4ff}.history-panel::-webkit-scrollbar{width:5px}.history-panel::-webkit-scrollbar-track{background:#f0f4ff;border-radius:4px}.history-panel::-webkit-scrollbar-thumb{background:#a5b4fc;border-radius:4px}.history-panel::-webkit-scrollbar-thumb:hover{background:#6366f1}.assign-inline-section{padding:14px 16px;border-bottom:1px solid #f1f5f9;background:#fafbff;display:flex;flex-direction:column;gap:10px}.assign-inline-label{display:flex;align-items:center;gap:6px;font-size:10.5px;font-weight:700;color:#6366f1;text-transform:uppercase;letter-spacing:.8px}.assign-inline-controls{display:flex;align-items:center;gap:10px;justify-content:flex-start}.assign-inline-controls .custom-dropdown{flex:none;width:280px}.assign-inline-controls .custom-dropdown-trigger{min-width:unset;width:280px}.status-no-access{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f8fafc;border-bottom:1px solid #f1f5f9;font-size:12.5px;color:#94a3b8;font-weight:500;font-style:italic}.status-radio-section{padding:14px 16px 10px;border-bottom:1px solid #f1f5f9;background:#fafbff}.status-radio-label{font-size:10.5px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.9px;display:block;margin-bottom:10px}.status-radio-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.status-radio-item{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;border:1.5px solid #e2e8f0;background:#fff;cursor:pointer;font-size:12.5px;font-weight:600;color:#64748b;transition:all .15s ease;-webkit-user-select:none;user-select:none}.status-radio-item:hover{border-color:#a5b4fc;background:#f5f3ff;color:#4f46e5}.status-radio-item.selected{font-weight:700;box-shadow:0 2px 8px #00000014}.status-radio-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;transition:background .15s}.status-radio-name{line-height:1}.status-radio-check{font-size:11px;font-weight:800;margin-left:2px}@media(min-width:1440px){.subject-main{padding:28px 56px}.ticket-banner{margin:14px 14px 0;padding:26px 30px 22px}.ticket-banner-title{font-size:22px}.subject-content-full .ticket-fields-grid{grid-template-columns:1fr 1fr 1fr 1fr}.card-body{padding:10px 48px}}@media(max-width:1023px){.sidebar{width:200px;min-width:200px}.subject-main{padding:18px 24px}.subject-content{grid-template-columns:1fr}.subject-content-full .ticket-fields-grid{grid-template-columns:1fr 1fr}.card-body{padding:8px 20px}.ticket-banner{margin:10px 10px 0;padding:18px 20px 16px}.ticket-banner-title{font-size:18px}.info-bar{height:auto;min-height:unset;max-height:unset;flex-wrap:wrap}.info-bar-item{padding:12px 16px}.assign-inline-controls .custom-dropdown,.assign-inline-controls .custom-dropdown-trigger{width:220px}}@media(max-width:767px){.subject-container{flex-direction:column;height:auto;min-height:100vh}.sidebar{width:100%;min-width:unset;flex-direction:row;padding:10px 16px;align-items:center;justify-content:space-between}.sidebar nav{flex-direction:row;padding:0;gap:4px}.sidebar nav a{padding:6px 12px;font-size:12px}.logo{padding:0;border-bottom:none;margin-bottom:0;font-size:13px}.subject-main{padding:14px 16px}.subject-content,.ticket-fields-grid{grid-template-columns:1fr}.subject-content-full .ticket-fields-grid{grid-template-columns:1fr 1fr}.ticket-field-box{border-right:none;padding:10px 14px}.ticket-banner{margin:0 0 12px;padding:16px;border-radius:8px}.ticket-banner-title{font-size:16px}.info-bar{display:none}.card-body{padding:6px 14px}.status-radio-group{flex-wrap:wrap;gap:6px}.tab-toggle-group,.assign-inline-controls{flex-wrap:wrap}.assign-inline-controls .custom-dropdown,.assign-inline-controls .custom-dropdown-trigger{width:100%;min-width:unset}.description-highlight-box{margin-left:0}.field-box-value{padding-left:0}.subject-header{flex-wrap:wrap;gap:8px}}@media(max-width:480px){.subject-container{flex-direction:column;height:auto;min-height:100vh}.sidebar{width:100%;min-width:unset;flex-direction:row;padding:8px 12px;align-items:center;justify-content:space-between}.sidebar nav{flex-direction:row;padding:0;gap:2px}.sidebar nav a{padding:5px 8px;font-size:11px}.logo{font-size:12px;padding:0;margin:0;border:none}.subject-main{padding:10px 12px}.ticket-banner{margin:0 0 10px;padding:12px}.ticket-banner-title{font-size:14px;margin-bottom:10px}.ticket-banner-id{font-size:9px}.banner-badge{font-size:10px;padding:3px 8px}.ticket-fields-grid,.subject-content-full .ticket-fields-grid{grid-template-columns:1fr}.ticket-field-box{padding:8px 10px}.field-box-value{font-size:12px;padding-left:0}.field-box-label-text{font-size:9px}.info-bar{display:none}.card-header{padding:10px 12px}.card-header h3{font-size:12px}.card-body{padding:4px 10px}.status-radio-group{flex-direction:column;align-items:flex-start;gap:6px}.status-radio-item{font-size:11.5px;padding:5px 10px}.tab-toggle-group{flex-wrap:wrap;gap:2px}.tab-toggle-btn{font-size:11px;padding:5px 10px}.comment-meta b,.comment-meta p{font-size:12px}.comment-textarea{height:72px;font-size:12px}.toolbar{flex-wrap:wrap;gap:6px}.right-tools{flex-wrap:wrap;gap:4px}.description-highlight-box{margin:4px 0;padding:10px 12px}.assign-inline-controls .custom-dropdown,.assign-inline-controls .custom-dropdown-trigger{width:100%;min-width:unset}.subject-header{flex-direction:column;align-items:flex-start;gap:8px}.history-toggle-btn{font-size:12px;padding:10px 14px}}.cmt-root{display:flex;height:100vh;overflow:hidden;font-family:Hanken Grotesk,sans-serif}.cmt-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(135deg,#f4f8ff,#eef2ff)}.cmt-scroll{flex:1;overflow-y:auto;padding:8px 18px}.cmt-header{margin-bottom:8px}.cmt-back-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;font-size:12px;font-weight:600;color:#3b5cff;font-family:Hanken Grotesk,sans-serif;padding:0;margin-bottom:6px;transition:color .15s}.cmt-back-btn:hover{color:#2e4cd4;text-decoration:underline}.cmt-subtitle{font-size:12px;color:#6b7280;margin:0}.cmt-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 24px #3b5cff14,0 1px 4px #0000000f;border:1.5px solid #e0e7ff}.cmt-card-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:linear-gradient(135deg,#3b5cff,#6366f1);color:#fff}.cmt-card-header-left{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;letter-spacing:.2px}.cmt-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;border-radius:11px;background:#ffffff40;color:#fff;font-size:12px;font-weight:800;padding:0 6px}.cmt-chevron-btn{width:28px;height:28px;border-radius:50%;background:#ffffff2e;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .15s}.cmt-chevron-btn:hover{background:#ffffff47}.cmt-timeline{padding:10px 10px 8px;background:#fafbff;max-height:calc(100vh - 200px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#a5b4fc #f0f4ff}.cmt-timeline::-webkit-scrollbar{width:5px}.cmt-timeline::-webkit-scrollbar-track{background:#f0f4ff;border-radius:4px}.cmt-timeline::-webkit-scrollbar-thumb{background:#a5b4fc;border-radius:4px}.cmt-timeline::-webkit-scrollbar-thumb:hover{background:#6366f1}.cmt-empty{text-align:center;padding:48px 20px;color:#94a3b8;font-size:12px;font-style:italic;display:flex;flex-direction:column;align-items:center;gap:10px}.cmt-item{display:flex;gap:0;position:relative}.cmt-track{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:44px;padding-top:2px}.cmt-dot{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1;box-shadow:0 2px 8px #0000001a;transition:transform .15s;border-width:2px;border-style:solid}.cmt-item:hover .cmt-dot{transform:scale(1.1)}.cmt-dot-icon{font-size:15px;line-height:1}.cmt-dot--resolved{background:#f5f3ff;border-color:#c4b5fd;color:#7c3aed}.cmt-dot--progress{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.cmt-dot--open{background:#f0fdf4;border-color:#86efac;color:#15803d}.cmt-dot--closed{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.cmt-dot--assigned{background:#fff7ed;border-color:#fdba74;color:#c2410c}.cmt-dot--default{background:#eff6ff;border-color:#93c5fd;color:#3b82f6}.cmt-line{width:2px;flex:1;min-height:20px;background:linear-gradient(to bottom,#6366f1,#a5b4fc);border-radius:2px;margin:4px 0;opacity:.4}.cmt-item-card{flex:1;background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:6px 10px;margin:0 0 12px 12px;box-shadow:0 1px 4px #0000000d;transition:box-shadow .15s,transform .15s}.cmt-item--last .cmt-item-card{margin-bottom:12px}.cmt-item:hover .cmt-item-card{box-shadow:0 4px 16px #6366f11a;transform:translate(2px)}.cmt-item-card--status{background:linear-gradient(135deg,#fafbff,#f8f9ff);border-left-width:3px;border-left-style:solid}.cmt-item-card--resolved{border-left-color:#c4b5fd}.cmt-item-card--progress{border-left-color:#93c5fd}.cmt-item-card--open{border-left-color:#86efac}.cmt-item-card--closed{border-left-color:#cbd5e1}.cmt-item-card--assigned{border-left-color:#fdba74}.cmt-item-card--default{border-left-color:#93c5fd}.cmt-item-header{display:flex;align-items:center;gap:10px;margin-bottom:9px}.cmt-avatar{width:30px;height:30px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex-shrink:0;box-shadow:0 2px 6px #00000026}.cmt-avatar--resolved{background:linear-gradient(135deg,#a855f788,#7c3aed)}.cmt-avatar--progress{background:linear-gradient(135deg,#60a5fa88,#1d4ed8)}.cmt-avatar--open{background:linear-gradient(135deg,#4ade8088,#15803d)}.cmt-avatar--closed{background:linear-gradient(135deg,#94a3b888,#475569)}.cmt-avatar--assigned{background:linear-gradient(135deg,#fb923c88,#c2410c)}.cmt-avatar--default{background:linear-gradient(135deg,#60a5fa88,#3b82f6)}.cmt-meta{flex:1;display:flex;flex-direction:column;gap:2px}.cmt-author{font-size:12px;font-weight:600;color:#1e293b;line-height:1.2}.cmt-time{font-size:11px;color:#94a3b8;font-weight:400}.cmt-status-badge{font-size:10px;font-weight:700;padding:2px 9px;border-radius:10px;letter-spacing:.3px;white-space:nowrap;flex-shrink:0;border-width:1px;border-style:solid}.cmt-status-badge--resolved{background:#f5f3ff;color:#7c3aed;border-color:#c4b5fd}.cmt-status-badge--progress{background:#eff6ff;color:#1d4ed8;border-color:#93c5fd}.cmt-status-badge--open{background:#f0fdf4;color:#15803d;border-color:#86efac}.cmt-status-badge--closed{background:#f1f5f9;color:#475569;border-color:#cbd5e1}.cmt-status-badge--assigned{background:#fff7ed;color:#c2410c;border-color:#fdba74}.cmt-status-badge--default{background:#eff6ff;color:#3b82f6;border-color:#93c5fd}.cmt-body{font-size:13px;color:#374151;line-height:1.55;padding:7px 12px;background:#f8fafccc;border-radius:8px;border-left:2px solid #e0e7ff;word-break:break-word}.cmt-item-card--status .cmt-body{background:#ffffffb3}.cmt-attachments{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px}.cmt-attachment{font-size:12px;color:#3b5cff;background:#eff6ff;padding:4px 12px;border-radius:6px;border:1px solid #bfdbfe;cursor:pointer;font-family:Hanken Grotesk,sans-serif;font-weight:500;display:inline-flex;align-items:center;gap:4px;transition:background .15s,box-shadow .15s;text-decoration:none}.cmt-attachment:hover{background:#dbeafe;box-shadow:0 2px 8px #3b5cff26}@media(min-width:1440px){.cmt-scroll{padding:36px 56px}.cmt-author{font-size:14px}.cmt-body{font-size:13.5px}.cmt-item-card{padding:14px 20px}}@media(max-width:1023px){.cmt-scroll{padding:22px 24px}.cmt-track{width:38px}.cmt-dot{width:32px;height:32px}.cmt-dot-icon{font-size:13px}}@media(max-width:767px){.cmt-scroll{padding:16px}.cmt-timeline{padding:14px 12px 6px}.cmt-item-card{padding:10px 12px;margin-left:8px}.cmt-track{width:34px}.cmt-dot{width:30px;height:30px}.cmt-avatar{width:26px;height:26px;font-size:11px}.cmt-author{font-size:12.5px}.cmt-body{font-size:12.5px;padding:6px 10px}.cmt-status-badge{display:none}}@media(max-width:480px){.cmt-scroll{padding:10px}.cmt-card-header{padding:12px 14px}.cmt-card-header-left{font-size:13px}.cmt-timeline{padding:12px 8px 4px}.cmt-track{width:30px}.cmt-dot{width:26px;height:26px}.cmt-dot-icon{font-size:11px}.cmt-item-card{padding:8px 10px;margin-left:6px;margin-bottom:14px}.cmt-avatar{width:24px;height:24px;font-size:10px}.cmt-author{font-size:12px}.cmt-time{font-size:10px}.cmt-body{font-size:12px;padding:5px 8px}.cmt-subtitle{font-size:11px}}.admin-input .MuiOutlinedInput-root{border-radius:14px!important;background-color:#f8fafc!important}.admin-input .MuiOutlinedInput-notchedOutline{border-color:#e2e8f0!important}.admin-input .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#3b82f6!important}.admin-input .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2563eb!important;border-width:2px!important}.admin-select .MuiOutlinedInput-root{border-radius:14px!important;background-color:#f8fafc!important}.admin-select .MuiOutlinedInput-notchedOutline{border-color:#e2e8f0!important}.admin-select .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2563eb!important;border-width:2px!important}.admin-btn{border-radius:14px!important;padding:12px!important;font-weight:600!important;text-transform:none!important;background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;box-shadow:0 6px 18px #2563eb59!important}.admin-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af)!important;box-shadow:0 8px 22px #2563eb73!important}
