@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.toast-container{z-index:999999;pointer-events:none;flex-direction:column;gap:12px;max-width:calc(100vw - 48px);display:flex;position:fixed;top:24px;right:24px}.toast-card{pointer-events:auto;-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #ffffff80;border-radius:12px;align-items:center;gap:12px;min-width:300px;max-width:400px;padding:14px 16px;animation:.35s cubic-bezier(.16,1,.3,1) forwards toastSlideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #00000014,0 8px 16px -6px #0000000d}[data-theme=dark] .toast-card{background:#1e293bd9;border:1px solid #ffffff14;box-shadow:0 10px 25px -5px #0000004d,0 8px 16px -6px #0003}@keyframes toastSlideIn{0%{opacity:0;transform:translate(110%)}to{opacity:1;transform:translate(0)}}.toast-icon-wrapper{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.toast-icon{font-size:14px;font-weight:700}.toast-success{border-left:4px solid #10b981}.toast-success .toast-icon-wrapper{color:#10b981;background:#10b98126}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-icon-wrapper{color:#ef4444;background:#ef444426}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-icon-wrapper{color:#3b82f6;background:#3b82f626}.toast-warning{border-left:4px solid #f59e0b}.toast-warning .toast-icon-wrapper{color:#f59e0b;background:#f59e0b26}.toast-content{flex:1}.toast-message{color:#1e293b;font-size:14px;font-weight:500}[data-theme=dark] .toast-message{color:#f8fafc}.toast-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:20px;line-height:1;transition:color .2s,transform .2s;display:flex}.toast-close:hover{color:#64748b;transform:scale(1.15)}[data-theme=dark] .toast-close:hover{color:#cbd5e1}.toast-progress-bar{background:#10b98166;width:100%;height:3px;animation:linear forwards shrinkProgress;position:absolute;bottom:0;left:0}.toast-error .toast-progress-bar{background:#ef444466}.toast-info .toast-progress-bar{background:#3b82f666}.toast-warning .toast-progress-bar{background:#f59e0b66}@keyframes shrinkProgress{0%{width:100%}to{width:0%}}@media (width<=480px){.toast-container{max-width:none;inset:auto 24px 24px}.toast-card{width:100%;min-width:0;animation:.35s cubic-bezier(.16,1,.3,1) forwards toastSlideInMobile}}@keyframes toastSlideInMobile{0%{opacity:0;transform:translateY(110%)}to{opacity:1;transform:translateY(0)}}:root{--surface:#ffffffe0;--backdrop-blur:blur(16px);--primary:#5c9032;--primary-hover:#4a7527;--primary-gradient:linear-gradient(135deg, #7cb342, #5c9032);--primary-glow:#5c903233;--primary-glow-hover:#5c903259;--text:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border:#00000014;--border-hover:#5c90324d;--shadow:0 10px 30px #0f172a0a, 0 1px 3px #00000005;--transition:all .3s cubic-bezier(.2, .8, .2, 1);--font:"Inter", system-ui, sans-serif}.navbar{background:var(--surface);-webkit-backdrop-filter:var(--backdrop-blur);border-bottom:1px solid var(--border);box-shadow:var(--shadow);z-index:1000;font-family:var(--font);transition:var(--transition);margin-bottom:0;padding:.85rem 0;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;width:100%;padding:0 2rem;display:flex;position:relative}.navbar-logo-link{transition:var(--transition);align-items:center;display:flex}.navbar-logo-link:hover{opacity:.85}.navbar-logo{object-fit:contain;width:auto;height:38px}.logo-light{display:block}.logo-dark,:root[data-theme=dark] .logo-light{display:none}:root[data-theme=dark] .logo-dark{display:block}.navbar-brand-text{letter-spacing:-.5px;background:var(--primary-gradient);-webkit-text-fill-color:transparent;transition:var(--transition);-webkit-background-clip:text;font-size:1.4rem;font-weight:800;text-decoration:none;position:absolute;left:50%;transform:translate(-50%)}.navbar-brand-text:hover{opacity:.85}.navbar-user{align-items:center;gap:1.25rem;display:flex}.profile-dropdown-container{margin-bottom:-8px;padding-bottom:8px;position:relative}.profile-btn{color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;display:flex}.profile-btn:hover{color:var(--primary);background-color:#0f172a0f;transform:scale(1.05)}.notification-dropdown-container{margin-bottom:-8px;padding-bottom:8px;position:relative}.notification-btn{color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;display:flex;position:relative}.notification-btn:hover{color:var(--primary);background-color:#0f172a0f;transform:scale(1.05)}.theme-toggle-btn{color:var(--text-secondary);cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;display:flex}.theme-toggle-btn:hover{color:var(--primary);background-color:#0f172a0f;transform:scale(1.05)}.notification-badge-dot{background-color:#ef4444;border:1.5px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.notification-dropdown{border:1px solid var(--border);z-index:1000;box-sizing:border-box;background:#fff;border-radius:14px;width:300px;padding:1rem;display:none;position:absolute;top:100%;right:0;box-shadow:0 10px 30px #0f172a14,0 4px 12px #00000005}.notification-dropdown-container:hover .notification-dropdown{display:block}.notification-header{justify-content:space-between;align-items:center;display:flex}.notification-header h3{color:var(--text);margin:0;font-size:.95rem;font-weight:700}.notification-count{color:var(--primary);background-color:#5c903214;border-radius:99px;padding:.15rem .5rem;font-size:.75rem;font-weight:700}.notification-list{flex-direction:column;gap:.5rem;max-height:240px;display:flex;overflow-y:auto}.notification-item{transition:var(--transition);border-radius:8px;align-items:flex-start;gap:.5rem;padding:.5rem;display:flex}.notification-item:hover{background-color:#0f172a05}.notification-item-dot{background-color:var(--primary);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:6px}.notification-item-content{flex-direction:column;flex:1;gap:.2rem;display:flex}.notification-text{color:var(--text-secondary);text-align:left;margin:0;font-size:.825rem;line-height:1.35}.notification-time{color:var(--text-muted);text-align:left;font-size:.725rem}.profile-dropdown{border:1px solid var(--border);z-index:1000;box-sizing:border-box;background:#fff;border-radius:14px;width:max-content;max-width:400px;padding:.85rem 1.25rem;display:none;position:absolute;top:100%;right:0;box-shadow:0 10px 30px #0f172a14,0 4px 12px #00000005}.profile-dropdown-container:hover .profile-dropdown{display:block}.dropdown-user-info{flex-direction:row;align-items:center;gap:.75rem;display:flex}.dropdown-email{color:var(--text);font-size:.9rem;font-weight:600}.dropdown-role{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;background-color:#5c903214;border:1px solid #5c903226;border-radius:99px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.dropdown-divider{background-color:var(--border);height:1px;margin:.75rem 0}.dropdown-nav{flex-direction:column;gap:.25rem;display:flex}.dropdown-link{color:var(--text-secondary);transition:var(--transition);border-radius:8px;align-items:center;gap:.5rem;padding:.6rem .75rem;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.dropdown-link:hover{color:var(--primary);background-color:#5c90320f}.dropdown-link-icon{justify-content:center;align-items:center;font-size:1rem;display:flex}.logout-btn-icon{color:#0f172a;cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;display:flex}.logout-btn-icon:hover{color:#000;background-color:#0f172a0f;transform:scale(1.08)}.logout-btn-icon:active{transform:scale(.95)}.navbar-toggle{display:none}@media (width<=768px){.navbar{width:100%;position:fixed;top:0;left:0;right:0}.navbar-user{display:none}.navbar-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:16px;padding:0;display:flex}.hamburger-bar{background-color:var(--text-secondary);width:100%;height:2.2px;transition:var(--transition);border-radius:2px}.navbar-toggle:hover .hamburger-bar{background-color:var(--primary)}.navbar-container{padding:0 1.25rem}.navbar-brand-text{display:none}}:root[data-theme=dark]{--surface:#0f172ae0;--border:#ffffff14;--text:#f8fafc;--text-secondary:#94a3b8;--shadow:0 10px 30px #0003, 0 1px 3px #0000001a}[data-theme=dark] .theme-toggle-btn:hover,[data-theme=dark] .profile-btn:hover,[data-theme=dark] .notification-btn:hover,[data-theme=dark] .logout-btn-icon:hover{color:var(--primary);background-color:#ffffff0f}[data-theme=dark] .profile-dropdown,[data-theme=dark] .notification-dropdown{background:#1e293b;border-color:#ffffff14;box-shadow:0 10px 30px #00000040}[data-theme=dark] .dropdown-email,[data-theme=dark] .notification-header h3{color:#f8fafc}[data-theme=dark] .notification-item:hover{background-color:#ffffff05}[data-theme=dark] .notification-badge-dot{border-color:#1e293b}[data-tooltip]{position:relative}[data-tooltip]:before{content:attr(data-tooltip);color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:10000;background-color:#0f172a;border-radius:6px;padding:.4rem .65rem;font-size:.75rem;font-weight:600;transition:all .2s cubic-bezier(.2,.8,.2,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 4px 12px #0f172a26}:root[data-theme=dark] [data-tooltip]:before{color:#0f172a;background-color:#f1f5f9;box-shadow:0 4px 12px #00000040}[data-tooltip]:hover:before{opacity:1;visibility:visible;transform:translate(-50%)translateY(4px)}.profile-dropdown-container:hover [data-tooltip]:before,.notification-dropdown-container:hover [data-tooltip]:before{opacity:0;visibility:hidden}.navbar-profile-avatar{object-fit:cover;border:2px solid var(--primary);width:72px;height:72px;transition:var(--transition);border-radius:50%}.profile-btn:hover .navbar-profile-avatar{border-color:var(--primary-hover)}.profile-btn{padding:0}.dropdown-logout-btn{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;font-family:inherit}:root{--surface:#ffffffe0;--backdrop-blur:blur(16px);--primary:#5c9032;--primary-hover:#4a7527;--primary-gradient:linear-gradient(135deg, #7cb342, #5c9032);--text:#0f172a;--text-secondary:#475569;--border:#00000014;--transition:all .3s cubic-bezier(.2, .8, .2, 1);--font:"Inter", system-ui, sans-serif}.sidebar{background:var(--surface);width:260px;-webkit-backdrop-filter:var(--backdrop-blur);border-right:1px solid var(--border);box-sizing:border-box;height:100%;font-family:var(--font);transition:var(--transition);flex-direction:column;flex-shrink:0;padding:1.5rem 0;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-nav{flex-direction:column;gap:.25rem;display:flex}.sidebar-link{color:var(--text-secondary);transition:var(--transition);box-sizing:border-box;border-radius:12px;align-items:center;gap:.85rem;margin:.25rem 1rem;padding:.85rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;display:flex;position:relative}.sidebar-badge{color:#fff;text-align:center;background:#ef4444;border-radius:999px;min-width:20px;height:20px;padding:0 8px;font-size:.75rem;font-weight:700;line-height:20px;position:absolute;top:calc(50% - 10px);right:1rem}.sidebar-link:hover{color:var(--primary);background-color:#5c90320a}.sidebar-link.active{color:var(--primary);background-color:#5c903214;box-shadow:inset 0 0 0 1px #5c90321a}.sidebar-icon{transition:var(--transition);justify-content:center;align-items:center;font-size:1.2rem;display:flex}.sidebar-link:hover .sidebar-icon,.sidebar-link.active .sidebar-icon{transform:scale(1.1)}.sidebar-label{transition:color var(--transition)}.sidebar-header,.sidebar-user{display:none}@media (width<=768px){.sidebar{z-index:999;background:#fff;height:calc(100vh - 65px);min-height:calc(100vh - 65px);position:fixed;top:65px;left:-260px;box-shadow:10px 0 30px #0f172a0d}.sidebar.open{left:0}.sidebar-user{border-bottom:1px solid var(--border);flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;padding:1.25rem 1.5rem;display:flex}.sidebar-user-header{flex-direction:row;align-items:center;gap:.75rem;width:100%;display:flex}.sidebar-user-name{color:var(--text);word-break:break-all;font-size:.95rem;font-weight:600}.sidebar-user-avatar{object-fit:cover;border:2px solid var(--primary);border-radius:50%;width:40px;height:40px}.sidebar-user-avatar-placeholder{width:40px;height:40px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;display:flex}.sidebar-user-role{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;background-color:#5c903214;border:1px solid #5c903226;border-radius:99px;align-self:flex-start;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.logout-btn-icon{color:#0f172a;cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;display:flex}.logout-btn-icon:hover{color:#000;background-color:#0f172a0f;transform:scale(1.08)}.logout-btn-icon:active{transform:scale(.95)}.sidebar-header{border-bottom:1px solid var(--border);align-items:center;margin-bottom:.5rem;padding:1.25rem 1.5rem;display:flex}.sidebar-brand-title{letter-spacing:-.5px;background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.25rem;font-weight:800}}:root[data-theme=dark]{--surface:#0f172ae0;--border:#ffffff14;--text:#f8fafc;--text-secondary:#94a3b8}[data-theme=dark] .sidebar-link:hover{background-color:#ffffff05}[data-theme=dark] .sidebar-link.active{background-color:#5c903226}[data-theme=dark] .logout-btn-icon{color:#f8fafc}[data-theme=dark] .logout-btn-icon:hover{color:var(--primary);background-color:#ffffff0f}@media (width<=768px){[data-theme=dark] .sidebar{background:#0f172a;box-shadow:10px 0 30px #0000004d}}.sidebar-user [data-tooltip]:before{top:auto;bottom:100%;transform:translate(-50%)translateY(-8px)}.sidebar-user [data-tooltip]:hover:before{transform:translate(-50%)translateY(-4px)}.sidebar-mobile-only-nav{display:none}.sidebar-theme-toggle-btn-link,.sidebar-logout-btn-link{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;font-family:inherit}@media (width<=768px){.sidebar-mobile-only-nav{border-top:1px solid var(--border);flex-direction:column;gap:.25rem;margin-top:.75rem;padding-top:.75rem;display:flex}}.sidebar-collapse-btn{color:var(--text-secondary);transition:var(--transition);cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:12px;align-items:center;gap:.85rem;width:calc(100% - 2rem);margin:.25rem 1rem 1rem;padding:.85rem 1.25rem;font-size:.95rem;font-weight:600;display:flex}.sidebar-collapse-btn:hover{color:var(--primary);background-color:#5c90320a}.collapse-icon-wrapper svg{transition:transform var(--transition)}.sidebar.collapsed .collapse-icon-wrapper svg{transform:rotate(180deg)}@media (width>=769px){.sidebar.collapsed{width:80px}.sidebar.collapsed .sidebar-label{display:none}.sidebar.collapsed .sidebar-link{justify-content:center;gap:0;margin:.25rem .75rem;padding:.85rem 0}.sidebar.collapsed .sidebar-link .sidebar-icon{margin:0}.sidebar.collapsed .sidebar-collapse-btn{justify-content:center;gap:0;width:calc(100% - 1.5rem);margin:.25rem .75rem 1rem;padding:.85rem 0}.sidebar.collapsed .sidebar-badge{text-indent:-9999px;border-radius:50%;width:8px;min-width:8px;height:8px;padding:0;top:4px;right:4px;overflow:hidden}}@media (width<=768px){.sidebar-collapse-btn{display:none}}:root{--bg:#f8fafc;--bg-gradient1:#eef2ff;--bg-gradient2:#dbeafe;--surface:#ffffffe0;--backdrop-blur:blur(16px);--primary:#5c9032;--primary-hover:#4a7527;--primary-gradient:linear-gradient(135deg, #7cb342, #5c9032);--primary-glow:#5c903233;--primary-glow-hover:#5c903259;--text:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border:#00000014;--border-hover:#5c90324d;--danger:#ef4444;--danger-bg:#fef2f2;--radius:18px;--shadow-sm:0 4px 10px #0000000a;--shadow:0 20px 45px #0f172a0f, 0 4px 12px #00000005;--transition:all .3s cubic-bezier(.2, .8, .2, 1);--font:"Inter", system-ui, sans-serif}body{margin:0;padding:0}._page_1gemt_53{min-height:100vh;font-family:var(--font);box-sizing:border-box;background-image:linear-gradient(#0f172a33,#0f172a33),url(/norsys-bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;padding:40px;transition:background-image .5s;display:flex}._card_1gemt_73{background:var(--surface);width:100%;max-width:680px;-webkit-backdrop-filter:var(--backdrop-blur);border:1px solid var(--border);box-shadow:var(--shadow);transition:var(--transition);box-sizing:border-box;border-radius:22px;padding:40px;animation:.6s cubic-bezier(.2,.8,.2,1) _cardIn_1gemt_1}._card_1gemt_73:hover{transform:translateY(-4px);box-shadow:0 28px 55px #0f172a1f}@keyframes _cardIn_1gemt_1{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}._header_1gemt_108{border-bottom:1px solid #0000000f;flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:28px;padding-bottom:24px;display:flex}._headerText_1gemt_118{text-align:left;flex-direction:column;align-items:flex-start;display:flex}._logo_1gemt_129{object-fit:contain;width:240px;height:240px;transition:var(--transition);flex-shrink:0;align-self:center;margin:0;animation:.8s _logoIn_1gemt_1;display:block}._logo_1gemt_129:hover{transform:scale(1.03)rotate(-1deg)}@keyframes _logoIn_1gemt_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._title_1gemt_160{color:var(--text);letter-spacing:-.5px;margin:0 0 4px;font-size:28px;font-weight:700}._subtitle_1gemt_168{color:var(--text-secondary);margin:0;font-size:14px;font-weight:400;line-height:1.4}._form_1gemt_180{flex-direction:column;gap:20px;display:flex}._field_1gemt_186{opacity:0;flex-direction:column;gap:8px;animation:.4s forwards _fieldIn_1gemt_1;display:flex;transform:translateY(10px)}._field_1gemt_186:first-child{animation-delay:.1s}._field_1gemt_186:nth-child(2){animation-delay:.2s}._field_1gemt_186:nth-child(3){animation-delay:.3s}@keyframes _fieldIn_1gemt_1{to{opacity:1;transform:translateY(0)}}._label_1gemt_206{color:var(--text);font-size:14px;font-weight:600}._inputWrap_1gemt_212{position:relative}._input_1gemt_212{border:1px solid var(--border);width:100%;height:50px;transition:var(--transition);box-sizing:border-box;color:var(--text);background:#fff;border-radius:12px;padding:0 16px;font-family:inherit;font-size:15px}._input_1gemt_212::placeholder{color:var(--text-muted);opacity:1}._input_1gemt_212:hover{border-color:var(--border-hover)}._input_1gemt_212:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-glow);background:#fff;outline:none}._input_1gemt_212:disabled{opacity:.6;cursor:not-allowed;background:#f1f5f9}._inputError_1gemt_258{border-color:var(--danger)}._inputError_1gemt_258:focus{box-shadow:0 0 0 4px #ef444426}._fieldError_1gemt_266{color:var(--danger);margin-top:4px;font-size:13px;font-weight:500}._formError_1gemt_273{background:var(--danger-bg);color:var(--danger);border:1px solid #ef444433;border-radius:12px;padding:14px;font-size:14px;font-weight:500;line-height:1.4}._reveal_1gemt_288{cursor:pointer;color:#000;transition:var(--transition);background:0 0;border:none;align-items:center;padding:0;font-size:13px;font-weight:600;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}._reveal_1gemt_288:hover{opacity:.7}._row_1gemt_313{justify-content:space-between;align-items:center;margin-top:4px;font-size:14px;display:flex}._checkbox_1gemt_321{cursor:pointer;color:var(--text-secondary);-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-weight:500;display:flex}._checkbox_1gemt_321 input{accent-color:var(--primary);cursor:pointer;margin:0;transform:scale(1.1)}._link_1gemt_342{color:var(--primary);transition:var(--transition);font-weight:600;text-decoration:none;position:relative}._link_1gemt_342:hover{color:var(--primary-hover)}._link_1gemt_342:after{content:"";background:var(--primary);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-2px;left:0}._link_1gemt_342:hover:after{background:var(--primary-hover);width:100%}._submit_1gemt_374{background:var(--primary-gradient);color:#fff;cursor:pointer;height:52px;transition:var(--transition);box-shadow:0 10px 24px var(--primary-glow);border:none;border-radius:12px;margin-top:6px;font-size:15px;font-weight:600}._submit_1gemt_374:hover{box-shadow:0 14px 28px var(--primary-glow-hover);transform:translateY(-2px)}._submit_1gemt_374:active{transform:translateY(0)scale(.98)}._submit_1gemt_374:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}._strength_1gemt_408{gap:5px;margin-top:8px;display:flex}._strengthBar_1gemt_414{height:4px;transition:var(--transition);background:#e2e8f0;border-radius:999px;flex:1}._strengthOn_1gemt_422{background:var(--primary);box-shadow:0 0 8px var(--primary-glow)}._footer_1gemt_431{text-align:center;color:var(--text-secondary);margin-top:28px;font-size:14px;font-weight:500}@media (width<=768px){._page_1gemt_53{padding:20px}._card_1gemt_73{max-width:100%;padding:32px 20px}._header_1gemt_108{gap:12px;padding-bottom:20px}._headerText_1gemt_118{text-align:left;align-items:flex-start}._title_1gemt_160{font-size:24px}._logo_1gemt_129{object-fit:contain;width:180px;height:180px}._form_1gemt_180{gap:16px}}[data-theme=dark] ._page_1gemt_53{background-image:linear-gradient(#0f172abf,#0f172abf),url(/norsys-bg.jpg)}[data-theme=dark] ._card_1gemt_73{background:#1e293bd9;border-color:#ffffff14;box-shadow:0 20px 45px #00000059}[data-theme=dark] ._title_1gemt_160{color:#f8fafc}[data-theme=dark] ._subtitle_1gemt_168{color:#cbd5e1}[data-theme=dark] ._label_1gemt_206{color:#f8fafc}[data-theme=dark] ._input_1gemt_212{color:#f8fafc;background-color:#0f172a99;border-color:#ffffff14}[data-theme=dark] ._input_1gemt_212:focus{border-color:#5c9032;box-shadow:0 0 0 4px #5c903259}[data-theme=dark] ._checkbox_1gemt_321,[data-theme=dark] ._footer_1gemt_431{color:#cbd5e1}[data-theme=dark] ._logo_1gemt_129{filter:drop-shadow(0 0 10px #ffffff26)}[data-theme=dark] ._reveal_1gemt_288{color:#fff}._logoLight_1gemt_530{display:block}._logoDark_1gemt_534,[data-theme=dark] ._logoLight_1gemt_530{display:none}[data-theme=dark] ._logoDark_1gemt_534{display:block}._formGrid_1gemt_550{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}._fullWidth_1gemt_556{grid-column:span 2}._select_1gemt_560{appearance:none;cursor:pointer;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='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 16px center;background-repeat:no-repeat;background-size:16px;padding-right:40px!important}[data-theme=dark] ._select_1gemt_560{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='%23cbd5e1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")}._fileInputLabel_1gemt_574{border:1px dashed var(--border);cursor:pointer;height:50px;color:var(--text-secondary);transition:var(--transition);box-sizing:border-box;background:#fff;border-radius:12px;align-items:center;gap:12px;padding:0 16px;font-size:14px;font-weight:500;display:flex}._fileInputLabel_1gemt_574:hover{border-color:var(--primary);background:var(--primary-glow);color:var(--primary-hover)}[data-theme=dark] ._fileInputLabel_1gemt_574{background:#0f172a66;border-color:#ffffff26}[data-theme=dark] ._fileInputLabel_1gemt_574:hover{border-color:var(--primary);color:#f8fafc;background:#5c903226}._fileInput_1gemt_574{display:none}._fileInfo_1gemt_612{color:var(--text-secondary);align-items:center;gap:10px;margin-top:4px;font-size:13px;display:flex}._avatarPreview_1gemt_621{object-fit:cover;border:1.5px solid var(--primary);border-radius:50%;width:32px;height:32px}@media (width<=600px){._formGrid_1gemt_550{grid-template-columns:1fr;gap:16px}._fullWidth_1gemt_556{grid-column:span 1}}.dashboard{padding:2rem}.dashboard h1{color:#2c3e50;margin-bottom:2rem}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.dashboard-card{background:#fff;border:1px solid #ecf0f1;border-radius:6px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.dashboard-card h3{color:#2c3e50;border-bottom:2px solid #3498db;margin-top:0;padding-bottom:.5rem}.dashboard-card ul{margin:1rem 0 0;padding:0;list-style:none}.dashboard-card li{color:#34495e;border-bottom:1px solid #ecf0f1;padding:.5rem 0}.dashboard-card li:last-child{border-bottom:none}.dashboard-card a{color:#3498db;text-decoration:none}.dashboard-card a:hover{text-decoration:underline}.dashboard-card p{color:#555;margin:.5rem 0}.dashboard-actions{gap:1rem;margin-top:2rem;display:flex}.btn{cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;text-decoration:none;transition:background-color .2s;display:inline-block}.btn-primary:hover{background-color:#4a7527}.quick-access-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.quick-access-card{border:1px solid var(--border,#00000014);transition:var(--transition,all .3s cubic-bezier(.2, .8, .2, 1));background:#fff;border-radius:16px;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;text-decoration:none;display:flex;box-shadow:0 4px 12px #0f172a08}.quick-access-card:hover{border-color:#5c903240;transform:translateY(-4px);box-shadow:0 12px 24px #5c903214}.quick-access-icon{width:60px;height:60px;transition:var(--transition,all .3s cubic-bezier(.2, .8, .2, 1));background-color:#5c90320f;border-radius:12px;justify-content:center;align-items:center;font-size:2rem;display:flex}.quick-access-card:hover .quick-access-icon{background-color:var(--primary,#5c9032);transform:scale(1.05)}.quick-access-info{text-align:left;flex-direction:column;gap:.25rem;display:flex}.quick-access-info h4{color:var(--text,#0f172a);transition:var(--transition,all .3s cubic-bezier(.2, .8, .2, 1));margin:0;font-size:1.1rem;font-weight:700}.quick-access-card:hover h4{color:var(--primary,#5c9032)}.quick-access-info p{color:var(--text-secondary,#475569);margin:0;font-size:.85rem;line-height:1.4}@media (width<=768px){.quick-access-grid,.quick-access-grid.user-grid{grid-template-columns:1fr;gap:1rem}}:root[data-theme=dark] .quick-access-card{background-color:#1e293b;border-color:#ffffff14;box-shadow:0 4px 12px #00000026}:root[data-theme=dark] .quick-access-card:hover{border-color:#5c903259;box-shadow:0 12px 24px #00000040}:root[data-theme=dark] .quick-access-icon{background-color:#ffffff08}:root[data-theme=dark] .quick-access-card:hover .quick-access-icon{background-color:var(--primary,#5c9032)}:root[data-theme=dark] .dashboard-card h3{border-bottom-color:#5c9032}.projects-list{padding:2.5rem 1.5rem}.projects-header{border-bottom:2px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}[data-theme=dark] .projects-header{border-bottom-color:#334155}.projects-header h1{color:#1e293b;letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:700}.project-form{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:2.5rem;padding:2rem;box-shadow:0 4px 6px -1px #0000000d}.form-group input,.form-group textarea{border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.95rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus{border-color:#3498db;outline:none;box-shadow:0 0 0 3px #3498db26}.form-group input:disabled,.form-group textarea:disabled{cursor:not-allowed;color:#94a3b8;background-color:#f1f5f9}[data-theme=dark] .form-group input:disabled,[data-theme=dark] .form-group textarea:disabled{background-color:#0f172a}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.project-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:space-between;height:100%;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px -1px #0000000d}.project-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}[data-theme=dark] .project-card:hover{border-color:#475569}.project-card h3{color:#1e293b;margin:0 0 .75rem;font-size:1.3rem;font-weight:650}.project-card p{color:#64748b;flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.btn{cursor:pointer;text-align:center;border:none;border-radius:6px;padding:.65rem 1.25rem;font-size:.95rem;font-weight:550;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary{color:#fff;background-color:#3498db}.btn-secondary{color:#475569;background-color:#f1f5f9;border:1px solid #e2e8f0}.btn-secondary:hover{color:#1e293b;background-color:#e2e8f0}[data-theme=dark] .btn-secondary{color:#cbd5e1;background-color:#334155;border-color:#475569}[data-theme=dark] .btn-secondary:hover{color:#f8fafc;background-color:#475569}.error-message{color:#dc2626;background-color:#fef2f2;border:1px solid #fee2e2;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.95rem}.project-card-meta{color:#64748b;border-top:1px solid #f1f5f9;flex-direction:column;gap:.35rem;margin-bottom:1.25rem;padding-top:.85rem;font-size:.825rem;display:flex}[data-theme=dark] .project-card-meta{color:#94a3b8;border-top-color:#334155}.project-card-meta-item strong{color:#475569}[data-theme=dark] .project-card-meta-item strong{color:#cbd5e1}.project-card-description{margin-bottom:1rem!important}.project-card-actions{align-items:center;gap:.75rem;display:flex}.project-card-actions .btn-secondary{flex:1}.project-chat-button{color:#3f6212;cursor:pointer;background:#ecfccb;border:1px solid #bef264;border-radius:11px;flex:0 0 42px;place-items:center;width:42px;height:42px;transition:transform .2s,background-color .2s,box-shadow .2s;display:grid;position:relative}.project-chat-button:hover{background:#d9f99d;transform:translateY(-2px);box-shadow:0 6px 12px #65a30d33}.project-chat-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:21px}.project-chat-badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:999px;place-items:center;min-width:19px;height:19px;padding:0 4px;font-size:.66rem;font-weight:800;line-height:1;animation:1.8s infinite project-chat-badge-pulse;display:grid;position:absolute;top:-7px;right:-7px}@keyframes project-chat-badge-pulse{0%,to{box-shadow:0 0 #ef44448c}60%{box-shadow:0 0 0 6px #ef444400}}[data-theme=dark] .project-chat-button{color:#d9f99d;background:#365314;border-color:#4d7c0f}[data-theme=dark] .project-chat-button:hover{background:#4d7c0f}.project-detail{padding:2.5rem 1.5rem}.detail-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.back-link{color:#3498db;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.back-link:hover{color:#2980b9;transform:translate(-4px)}.role-tag{text-transform:uppercase;letter-spacing:.05em;color:#3498db;background-color:#3498db1a;border-radius:50px;padding:.25rem .75rem;font-size:.85rem;font-weight:600}[data-theme=dark] .role-tag{color:#5dade2;background-color:#3498db33}.project-banner{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:2.5rem;padding:2.5rem;box-shadow:0 4px 6px -1px #0000000d}.project-banner h1{letter-spacing:-.02em;margin:0 0 .75rem;font-size:2.2rem;font-weight:700;color:#1e293b!important}.project-description{color:#475569;max-width:800px;margin:0;font-size:1.1rem;line-height:1.5}.project-meta{border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:2rem;margin-top:1.5rem;padding-top:1.25rem;font-size:.9rem;display:flex}.project-meta-item{flex-direction:column;display:flex}.project-meta-label{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:.25rem;font-size:.75rem}.project-meta-value{color:#1e293b;font-weight:500}[data-theme=dark] .project-banner{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #334155}[data-theme=dark] .project-banner h1{color:#f8fafc!important}[data-theme=dark] .project-description{color:#cbd5e1}[data-theme=dark] .project-meta{border-top-color:#334155}[data-theme=dark] .project-meta-label{color:#94a3b8}[data-theme=dark] .project-meta-value{color:#f1f5f9}.project-sections{flex-direction:column;gap:2.5rem;display:flex}.project-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;height:fit-content;padding:2rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.section-header{border-bottom:2px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}.section-header h2{color:#1e293b;margin:0;font-size:1.35rem;font-weight:650}[data-theme=dark] .project-section{background:#1e293b;border-color:#334155}[data-theme=dark] .section-header{border-bottom-color:#334155}[data-theme=dark] .section-header h2{color:#f8fafc}.task-form,.assign-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1.5rem;padding:1.25rem}[data-theme=dark] .task-form,[data-theme=dark] .assign-form{background:#0f172a;border-color:#334155}.form-group{margin-bottom:1.25rem}.form-group label{color:#475569;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}[data-theme=dark] .form-group label{color:#94a3b8}.form-group input,.form-group select{background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:.65rem .85rem;font-size:.95rem;transition:all .2s}.form-group input:focus,.form-group select:focus{border-color:#3498db;outline:none;box-shadow:0 0 0 3px #3498db26}.tasks-list,.users-list{margin:0;padding:0;list-style:none}.task-item{background-color:#fff;border:1px solid #f1f5f9;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:1rem;transition:all .2s;display:flex}.task-item:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000000d}[data-theme=dark] .task-item{background-color:#1e293b;border-color:#334155}[data-theme=dark] .task-item:hover{border-color:#475569}.task-title{color:#1e293b;flex:1;font-weight:500}.task-assignee{color:#64748b;white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:.85rem;overflow:hidden}[data-theme=dark] .task-assignee{color:#94a3b8}.collaborator-checkboxes{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:.5rem;max-height:180px;margin-top:.5rem;padding:.75rem;display:flex;overflow-y:auto}[data-theme=dark] .collaborator-checkboxes{background:#1e293b;border-color:#334155}.collaborator-checkbox{cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.collaborator-checkbox input{width:auto;margin:0}[data-theme=dark] .task-title{color:#f8fafc}.task-badge{text-transform:uppercase;letter-spacing:.02em;border-radius:4px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.badge-todo{color:#475569;background-color:#f1f5f9}.badge-in_progress{color:#d97706;background-color:#fef3c7}.badge-done{color:#15803d;background-color:#dcfce7}[data-theme=dark] .badge-todo{color:#cbd5e1;background-color:#334155}[data-theme=dark] .badge-in_progress{color:#fbbf24;background-color:#d9770633}[data-theme=dark] .badge-done{color:#4ade80;background-color:#15803d33}.user-item{background-color:#fff;border:1px solid #f1f5f9;border-radius:8px;margin-bottom:.75rem;padding:1rem 3.5rem 1rem 1rem;transition:all .2s;position:relative}.user-item:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000000d}[data-theme=dark] .user-item{background-color:#1e293b;border-color:#334155}[data-theme=dark] .user-item:hover{border-color:#475569}.user-info{align-items:center;gap:1rem;display:flex}.user-avatar{color:#fff;background:linear-gradient(135deg,#3498db,#2980b9);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 2px 4px #0000001a}.user-details{flex-direction:column;display:flex}.user-email-text{color:#1e293b;font-weight:550}.user-job-title{color:#64748b;font-size:.75rem}[data-theme=dark] .user-email-text{color:#f8fafc}[data-theme=dark] .user-job-title{color:#94a3b8}.loading-text,.empty-state{text-align:center;color:#64748b;margin:0;padding:2rem;font-style:italic}[data-theme=dark] .loading-text,[data-theme=dark] .empty-state{color:#94a3b8}.btn{letter-spacing:-.01em;border-radius:6px;font-weight:550;transition:all .25s cubic-bezier(.4,0,.2,1)}.btn-small{padding:.4rem .85rem;font-size:.85rem}.btn-primary{background-color:#3498db;border:1px solid #0000}.btn-primary:hover{background-color:#2980b9;box-shadow:0 4px 10px #3498db4d}[data-theme=dark] .btn-primary{background-color:#2980b9}[data-theme=dark] .btn-primary:hover{background-color:#1b6ca8}.modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f172a99;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:85vh;padding:2rem;animation:.25s cubic-bezier(.16,1,.3,1) slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}[data-theme=dark] .modal-content{color:#fff;background:#1e293b;border:1px solid #334155}.modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex}[data-theme=dark] .modal-header{border-bottom-color:#334155}.modal-header h3{color:#1e293b;margin:0;font-size:1.25rem;font-weight:650}.modal-close{cursor:pointer;color:#64748b;background:0 0;border:none;padding:0;font-size:1.75rem;line-height:1}.modal-close:hover{color:#ef4444}[data-theme=dark] .modal-close:hover{color:#f87171}.w-full{width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scrum-board{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem;display:grid}@media (width<=768px){.scrum-board{grid-template-columns:1fr}}.scrum-column{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;min-height:380px;padding:1.25rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}[data-theme=dark] .scrum-column{background-color:#0f172a;border-color:#334155}.scrum-column.drag-over{background-color:#f1f5f9;border-color:#3498db;transform:translateY(-2px);box-shadow:0 0 0 2px #3498db33}[data-theme=dark] .scrum-column.drag-over{background-color:#1e293b;border-color:#3498db}.scrum-column-header{border-bottom:2px solid #e2e8f0;margin-bottom:1.25rem;padding-bottom:.5rem}[data-theme=dark] .scrum-column-header{border-bottom-color:#334155}.scrum-column-header h3{color:#475569;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.85rem;font-weight:700}[data-theme=dark] .scrum-column-header h3{color:#94a3b8}.scrum-column-content{flex-direction:column;flex-grow:1;gap:.85rem;display:flex}.scrum-task-card{cursor:grab;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;transition:all .2s;box-shadow:0 1px 3px #0000000d}[data-theme=dark] .scrum-task-card{background-color:#1e293b;border-color:#334155}.scrum-task-card:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 6px -1px #00000014}[data-theme=dark] .scrum-task-card:hover{border-color:#475569}.scrum-task-card:active{cursor:grabbing}.task-card-title{color:#1e293b;margin-bottom:.5rem;font-size:.95rem;font-weight:600;line-height:1.4}[data-theme=dark] .task-card-title{color:#f8fafc}.task-card-assignees{color:#64748b;font-size:.75rem}[data-theme=dark] .task-card-assignees{color:#94a3b8}.scrum-empty-column{color:#94a3b8;text-align:center;background-color:#f8fafc4d;border:2px dashed #e2e8f0;border-radius:8px;flex-grow:1;justify-content:center;align-items:center;padding:2.5rem 0;font-size:.85rem;display:flex}[data-theme=dark] .scrum-empty-column{color:#64748b;background-color:#0f172a33;border-color:#334155}.selected-chips{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.user-chip{color:#334155;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.35rem;padding:.25rem .75rem;font-size:.85rem;font-weight:550;display:flex}[data-theme=dark] .user-chip{color:#f8fafc;background-color:#334155;border-color:#475569}.chip-remove{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:1.1rem;line-height:1;display:flex}.chip-remove:hover{color:#ef4444}[data-theme=dark] .chip-remove:hover{color:#f87171}.task-card-description{color:#64748b;white-space:pre-wrap;margin-bottom:.65rem;font-size:.8rem;line-height:1.45}[data-theme=dark] .task-card-description{color:#94a3b8}.task-card-header{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.35rem;display:flex}.btn-icon{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.2rem;font-size:.95rem;line-height:1;transition:all .2s;display:flex}.btn-icon:hover{color:#3498db;background-color:#f1f5f9}[data-theme=dark] .btn-icon:hover{color:#3498db;background-color:#334155}.task-detail-modal-body{flex-direction:column;gap:1.25rem;display:flex}.detail-row{flex-direction:column;gap:.35rem;display:flex}.detail-label{text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-size:.75rem;font-weight:700}[data-theme=dark] .detail-label{color:#94a3b8}.detail-value{color:#1e293b;font-size:1.05rem;font-weight:600}[data-theme=dark] .detail-value{color:#f8fafc}.detail-description{color:#334155;white-space:pre-wrap;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:0;padding:.85rem;font-size:.9rem;line-height:1.5}[data-theme=dark] .detail-description{color:#cbd5e1;background-color:#0f172a;border-color:#334155}.task-menu-container{display:inline-block;position:relative}.task-menu-btn{padding:.15rem .35rem;font-size:1.1rem;font-weight:700}.task-dropdown-menu{z-index:10;background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;flex-direction:column;min-width:120px;margin-top:.25rem;padding:.35rem 0;display:flex;position:absolute;top:100%;right:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}[data-theme=dark] .task-dropdown-menu{background-color:#1e293b;border-color:#334155;box-shadow:0 10px 15px -3px #0000004d}.dropdown-item{text-align:left;color:#334155;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}[data-theme=dark] .dropdown-item{color:#cbd5e1}.dropdown-item:hover{color:#3498db;background-color:#f1f5f9}[data-theme=dark] .dropdown-item:hover{color:#3498db;background-color:#334155}.team-menu-container{display:inline-block;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.team-menu-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:.25rem .5rem;font-size:1.1rem;font-weight:700;transition:background-color .2s,color .2s;display:flex}.team-menu-btn:hover{color:#475569;background-color:#f1f5f9}[data-theme=dark] .team-menu-btn:hover{color:#cbd5e1;background-color:#334155}.team-dropdown-menu{z-index:10;background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;flex-direction:column;min-width:140px;margin-top:.25rem;padding:.35rem 0;display:flex;position:absolute;top:100%;right:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}[data-theme=dark] .team-dropdown-menu{background-color:#1e293b;border-color:#334155;box-shadow:0 10px 15px -3px #0000004d}.dropdown-item-danger{color:#ef4444!important}.dropdown-item-danger:hover{color:#dc2626!important;background-color:#fef2f2!important}[data-theme=dark] .dropdown-item-danger:hover{color:#f87171!important;background-color:#ef44441a!important}.timesheet-hub-container{color:#1e293b;max-width:1400px;margin:0 auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.timesheet-header{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.75rem;padding:1.75rem 2rem;display:flex;box-shadow:0 4px 20px -2px #0000000d}.header-title-group h1{letter-spacing:-.02em;color:#0f172a;margin:0 0 .25rem;font-size:1.85rem;font-weight:800}.header-title-group .subtitle{color:#64748b;margin:0;font-size:.95rem}.month-navigator{align-items:center;gap:.75rem;display:flex}.current-month-display{background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;align-items:baseline;gap:.5rem;padding:.55rem 1.35rem;display:flex}.month-name{color:#0f172a;font-size:1.25rem;font-weight:700}.year-number{color:#64748b;font-size:1.05rem;font-weight:600}.nav-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:.55rem 1.1rem;font-size:.9rem;font-weight:600;transition:all .2s}.nav-btn:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px)}.today-btn{color:#4a7527;background:#f2f7ec;border-color:#c5dfab}.today-btn:hover{color:#3e6320;background:#e6f0db}.alert{border-radius:10px;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;animation:.25s ease-out fadeIn}.alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.alert-success{color:#3e6320;background:#f2f7ec;border:1px solid #c5dfab}.summary-stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;padding:1.35rem;display:flex;box-shadow:0 2px 10px #00000008}.stat-label{text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:.5rem;font-size:.8rem;font-weight:700}.stat-value{color:#0f172a;margin-bottom:.25rem;font-size:1.9rem;font-weight:800}.stat-value small{color:#64748b;font-size:1rem;font-weight:600}.stat-desc{color:#94a3b8;font-size:.825rem}.stat-card.highlight-green .stat-value{color:#5c9032}.stat-card.highlight-purple .stat-value{color:#d97706}.stat-card.highlight-teal .stat-value{color:#0d9488}.progress-bar-bg{background:#e2e8f0;border-radius:3px;width:100%;height:6px;margin-top:.6rem;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#7cb342,#5c9032);border-radius:3px;height:100%;transition:width .3s}.view-mode-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;display:flex}.mode-tabs{background:#e2e8f0;border-radius:12px;gap:.3rem;padding:.3rem;display:flex}.tab-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:9px;padding:.65rem 1.3rem;font-size:.9rem;font-weight:600;transition:all .2s}.tab-btn:hover{color:#0f172a}.tab-btn.active{color:#5c9032;background:#fff;box-shadow:0 2px 8px #00000014}.unit-toggle-container{align-items:center;gap:.6rem;display:flex}.unit-label{color:#64748b;font-size:.85rem;font-weight:600}.unit-switch{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:10px;padding:.25rem;display:flex}.unit-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:7px;padding:.4rem .85rem;font-size:.85rem;font-weight:700;transition:all .2s}.unit-btn.active{color:#fff;background:#5c9032;box-shadow:0 2px 6px #5c90324d}.matrix-actions{gap:.75rem;display:flex}.series-range-bar{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-wrap:wrap;align-items:center;gap:.85rem;margin-bottom:1.35rem;padding:.85rem 1.35rem;display:flex;box-shadow:0 2px 8px #00000005}.series-label{color:#475569;font-size:.85rem;font-weight:700}.week-preset-list{flex-wrap:wrap;gap:.5rem;display:flex}.week-preset-btn{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:.35rem .75rem;font-size:.825rem;font-weight:700;transition:all .15s}.week-preset-btn:hover{color:#3e6320;background:#f2f7ec;border-color:#c5dfab;transform:translateY(-1px)}.shift-hint{color:#64748b;margin-left:auto;font-size:.8rem}.shift-hint strong{color:#5c9032}.batch-action-bar{background:#f2f7ec;border:1.5px solid #c5dfab;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding:1rem 1.5rem;animation:.25s cubic-bezier(.16,1,.3,1) slideDown;display:flex;box-shadow:0 10px 25px -4px #5c903226}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.batch-info{align-items:center;gap:1rem;display:flex}.batch-count-badge{color:#fff;background:#5c9032;border-radius:20px;padding:.4rem .95rem;font-size:.875rem;font-weight:800;box-shadow:0 2px 8px #5c903240}.batch-link-btn{color:#3e6320;cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:700;text-decoration:underline;transition:opacity .15s}.batch-link-btn:hover{opacity:.8}.batch-buttons{align-items:center;gap:.75rem;display:flex}.batch-btn-item{box-shadow:0 2px 8px #0000000a}.calendar-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.35rem;display:grid}.calendar-day-card{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;justify-content:space-between;min-height:185px;padding:1.1rem;transition:transform .2s,box-shadow .2s,border-color .2s,background-color .2s;display:flex;position:relative}.calendar-day-card:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 10px 25px -4px #00000014}.calendar-day-card.selected{background:#f4f9f0!important;border:2.5px solid #5c9032!important;box-shadow:0 0 0 4px #5c903240!important}.card-select-checkbox{accent-color:#5c9032;cursor:pointer;width:18px;height:18px;margin-right:.4rem}.calendar-day-card.is-holiday{background:#fef8ee;border-color:#fde68a}.calendar-day-card.has-entries{border-left:4px solid #5c9032}.calendar-day-card.invalid-total{background:#fffbeb!important;border:2px dashed #f59e0b!important}.calendar-day-card.is-holiday.has-entries{border-left:4px solid #d97706}.day-card-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.day-date-box{align-items:center;gap:.4rem;display:flex}.day-name{color:#64748b;text-transform:uppercase;font-size:.85rem;font-weight:700}.day-number{color:#0f172a;font-size:1.35rem;font-weight:800}.holiday-toggle-chip{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:.25rem .65rem;font-size:.75rem;font-weight:600;transition:all .2s}.holiday-toggle-chip:hover{color:#b45309;background:#fef3c7;border-color:#fde68a}.holiday-toggle-chip.active{color:#fff;background:#d97706;border-color:#d97706}.day-card-body{flex-direction:column;flex:1;justify-content:center;margin-bottom:.75rem;display:flex}.holiday-banner{color:#b45309;background:#fef3c7;border:1px solid #fde68a;border-radius:10px;align-items:center;gap:.4rem;padding:.65rem .85rem;font-size:.875rem;font-weight:700;display:flex}.holiday-banner .holiday-hours{opacity:.85;margin-left:auto;font-size:.8rem}.no-entries-placeholder{color:#94a3b8;text-align:center;padding:.75rem 0;font-size:.85rem;font-style:italic}.entries-list{flex-direction:column;gap:.45rem;display:flex}.entry-pill{background:#f2f7ec;border:1px solid #c5dfab;border-radius:8px;justify-content:space-between;align-items:center;padding:.45rem .65rem;display:flex}.pill-info{flex-direction:column;display:flex;overflow:hidden}.proj-tag{color:#3e6320;white-space:nowrap;text-overflow:ellipsis;font-size:.825rem;font-weight:700;overflow:hidden}.entry-note-preview{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.pill-meta{align-items:center;gap:.4rem;display:flex}.hours-badge{color:#fff;background:#5c9032;border-radius:5px;padding:.15rem .5rem;font-size:.75rem;font-weight:700}.delete-entry-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0 .2rem;font-size:1.1rem;transition:color .15s}.delete-entry-btn:hover{color:#ef4444}.day-card-footer{color:#64748b;border-top:1px dashed #e2e8f0;justify-content:space-between;align-items:center;padding-top:.6rem;font-size:.8rem;display:flex}.text-warn{color:#d97706!important}.warn-hint{color:#d97706;font-size:.75rem;font-weight:700}.edit-hint{color:#5c9032;font-weight:600}.matrix-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:16px;position:relative;overflow-x:auto;box-shadow:0 4px 20px -2px #0000000a}.matrix-table{border-collapse:separate;border-spacing:0;width:100%;font-size:.9rem}.matrix-table th,.matrix-table td{text-align:center;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;padding:.85rem .6rem;transition:background-color .2s,border-color .2s}.matrix-table th{color:#334155;background:#f8fafc}.project-col,.project-cell{z-index:10;background:#fff;width:240px;min-width:220px;position:sticky;left:0;box-shadow:4px 0 10px -2px #00000014;text-align:left!important;padding-left:1.25rem!important}.project-col{z-index:15;background:#f8fafc}.holiday-row .project-cell{background:#faf5eb}.th-day-name{color:#64748b;text-transform:uppercase;font-size:.75rem;font-weight:700}.th-day-num{color:#0f172a;font-size:1rem;font-weight:800}.holiday-row{background:#faf5eb}.holiday-cell-title{font-weight:700;color:#b45309!important}.proj-meta{flex-direction:column;display:flex}.proj-name{color:#0f172a;font-weight:700}.proj-code{color:#64748b;font-size:.75rem}.cell-input{text-align:center;border:1px solid #cbd5e1;border-radius:8px;width:58px;padding:.45rem;font-size:.9rem;font-weight:600;transition:all .15s}.cell-input:focus{border-color:#5c9032;outline:none;box-shadow:0 0 0 3px #5c903233}.holiday-input:focus{border-color:#d97706;box-shadow:0 0 0 3px #d9770633}th.th-error-column{color:#991b1b!important;background:#fef2f2!important;border-left:2px dashed #fca5a5!important;border-right:2px dashed #fca5a5!important}th.th-error-column .th-day-name,th.th-error-column .th-day-num{color:#dc2626!important}.col-error-badge{margin-top:.15rem;font-size:.75rem;display:block}td.td-error-column{background:#fff5f5!important;border-left:2px dashed #fecaca!important;border-right:2px dashed #fecaca!important}td.td-error-column .cell-input{color:#dc2626!important;background:#fef2f2!important;border-color:#ef4444!important}.timesheets-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow-x:auto}.timesheets-table{border-collapse:collapse;width:100%}.timesheets-table th,.timesheets-table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:1rem 1.35rem}.timesheets-table th{color:#475569;text-transform:uppercase;background:#f8fafc;font-size:.85rem;font-weight:700}.badge{border-radius:20px;padding:.35rem .85rem;font-size:.825rem;font-weight:700;display:inline-block}.badge-holiday{color:#b45309;background:#fef3c7;border:1px solid #fde68a}.badge-project{color:#3e6320;background:#f2f7ec}.btn-danger-sm{color:#991b1b;cursor:pointer;background:#fee2e2;border:1px solid #fca5a5;border-radius:7px;padding:.3rem .75rem;font-size:.8rem;font-weight:600;transition:all .15s}.btn-danger-sm:hover{background:#fca5a5}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}.modal-content.modal-large{max-width:680px}@keyframes modalPopIn{0%{opacity:0;transform:scale(.96)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-subtitle{color:#64748b;margin-top:.25rem;font-size:.85rem;font-weight:500;display:block}.modal-form{flex-direction:column;gap:1.5rem;padding:1.75rem;display:flex;overflow-y:auto}.form-group label{color:#0f172a;margin-bottom:.45rem;font-size:.9rem;font-weight:700;display:block}.type-toggle-group{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:1fr 1fr;gap:.4rem;padding:.35rem;display:grid}.toggle-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:9px;justify-content:center;align-items:center;gap:.4rem;padding:.75rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.toggle-btn.selected{color:#5c9032;background:#fff;box-shadow:0 4px 12px #0000000f}.holiday-form-block{background:#fef8ee;border:1px solid #fde68a;border-radius:14px;flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex}.holiday-form-block label{color:#b45309;margin-bottom:.4rem;font-size:.875rem;font-weight:700;display:block}.preset-chip-group{flex-wrap:wrap;gap:.75rem;display:flex}.chip{color:#b45309;cursor:pointer;background:#fff;border:1.5px solid #fde68a;border-radius:12px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 2px 6px #d977060f}.chip:hover{background:#fef3c7;border-color:#f59e0b;transform:translateY(-1px)}.chip.active{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#d97706;box-shadow:0 4px 12px #d977064d}.multi-project-block{flex-direction:column;gap:1.25rem;display:flex}.block-header{justify-content:space-between;align-items:center;display:flex}.block-header label{color:#0f172a;font-size:.95rem;font-weight:700}.project-rows-list{flex-direction:column;gap:1rem;display:flex}.project-row-item{background:#f8fafc;border:1px solid #e2e8f0;border-left:4px solid #5c9032;border-radius:12px;flex-direction:column;gap:.85rem;padding:1.2rem;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #00000005}.project-row-item:hover{border-color:#cbd5e1 #cbd5e1 #cbd5e1 #4a7527;box-shadow:0 4px 12px #0000000a}.row-main{align-items:flex-end;gap:.85rem;display:flex}.row-field{flex-direction:column;gap:.35rem;display:flex}.proj-select-field{flex:1}.hours-field{width:155px}.row-label{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:.775rem;font-weight:700}.hours-input-wrapper{align-items:center;display:flex;position:relative}.hours-input-wrapper input{padding-right:60px}.unit-tag{color:#64748b;pointer-events:none;font-size:.75rem;font-weight:700;position:absolute;right:10px}.remove-row-btn{color:#dc2626;cursor:pointer;background:#fee2e2;border:1px solid #fca5a5;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.3rem;line-height:1;transition:all .15s;display:flex}.remove-row-btn:hover{background:#fca5a5;transform:scale(1.05)}.row-presets{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.preset-title{color:#64748b;margin-right:.2rem;font-size:.75rem;font-weight:700}.preset-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:20px;padding:.3rem .65rem;font-size:.775rem;font-weight:700;transition:all .15s}.preset-btn:hover{color:#3e6320;background:#f2f7ec;border-color:#c5dfab}.preset-btn.selected{color:#fff;background:#5c9032;border-color:#5c9032;box-shadow:0 2px 6px #5c903240}.row-note .note-input{background:#fff;font-size:.9rem}.modal-total-bar{border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.35rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.modal-total-bar.valid{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.modal-total-bar.valid strong{color:#15803d;font-size:1.05rem}.modal-total-bar.under{color:#92400e;background:#fffbeb;border:1px solid #fef3c7}.modal-total-bar.under strong{color:#d97706;font-size:1.05rem}.modal-total-bar.over{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.modal-total-bar.over strong{color:#dc2626;font-size:1.05rem}.modal-actions{justify-content:flex-end;gap:.85rem;margin-top:.5rem;display:flex}.form-input,.form-select{box-sizing:border-box;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:10px;width:100%;padding:.75rem .95rem;font-family:inherit;font-size:.95rem;transition:all .15s}.form-input:focus,.form-select:focus{border-color:#5c9032;outline:none;box-shadow:0 0 0 3px #5c90322e}.btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;padding:.75rem 1.4rem;font-size:.95rem;font-weight:700;transition:all .2s;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none!important;transform:none!important}.btn-primary{color:#fff;background:linear-gradient(135deg,#7cb342,#5c9032);box-shadow:0 4px 12px #5c903240}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#5c9032,#4a7527);transform:translateY(-1px);box-shadow:0 6px 16px #5c903259}.btn-primary-sm{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7cb342,#5c9032);border:none;border-radius:8px;padding:.4rem .85rem;font-size:.85rem;font-weight:700;transition:all .15s;box-shadow:0 2px 8px #5c903240}.btn-primary-sm:hover:not(:disabled){background:linear-gradient(135deg,#5c9032,#4a7527);transform:translateY(-1px)}.btn-secondary{color:#334155;background:#f1f5f9;border:1px solid #cbd5e1}.btn-secondary:hover{color:#0f172a;background:#e2e8f0}.btn-secondary-sm{color:#3e6320;cursor:pointer;background:#f2f7ec;border:1px solid #c5dfab;border-radius:8px;padding:.4rem .85rem;font-size:.85rem;font-weight:700;transition:all .15s}.btn-secondary-sm:hover{background:#e6f0db;transform:translateY(-1px)}:root[data-theme=dark] .timesheet-hub-container{color:#f8fafc}:root[data-theme=dark] .timesheet-header,:root[data-theme=dark] .stat-card,:root[data-theme=dark] .calendar-day-card,:root[data-theme=dark] .matrix-table-wrapper,:root[data-theme=dark] .timesheets-table-wrapper,:root[data-theme=dark] .modal-content,:root[data-theme=dark] .series-range-bar{background:#1e293b!important;border-color:#334155!important}:root[data-theme=dark] .confirm-message{color:#f8fafc!important}:root[data-theme=dark] .confirm-submessage,:root[data-theme=dark] .series-label{color:#cbd5e1!important}:root[data-theme=dark] .week-preset-btn{color:#cbd5e1!important;background:#0f172a!important;border-color:#334155!important}:root[data-theme=dark] .week-preset-btn:hover{color:#7cb342!important;background:#0f291e!important;border-color:#5c9032!important}:root[data-theme=dark] .calendar-day-card.selected{background:#0f291e!important;border-color:#7cb342!important}:root[data-theme=dark] .batch-action-bar{background:#0f291e!important;border-color:#3e6320!important}:root[data-theme=dark] .batch-link-btn{color:#7cb342!important}:root[data-theme=dark] .project-col{box-shadow:4px 0 10px -2px #0006;background:#0f172a!important}:root[data-theme=dark] .project-cell{box-shadow:4px 0 10px -2px #0006;background:#1e293b!important}:root[data-theme=dark] .holiday-row .project-cell{background:#451a03!important}:root[data-theme=dark] th.th-error-column{color:#fbbf24!important;background:#451a03!important;border-color:#d97706!important}:root[data-theme=dark] th.th-error-column .th-day-name,:root[data-theme=dark] th.th-error-column .th-day-num{color:#fbbf24!important}:root[data-theme=dark] td.td-error-column{background:#92400e26!important;border-color:#d97706!important}:root[data-theme=dark] td.td-error-column .cell-input{color:#fbbf24!important;background:#1e1b4b!important;border-color:#f59e0b!important}:root[data-theme=dark] .header-title-group h1,:root[data-theme=dark] .month-name,:root[data-theme=dark] .stat-value,:root[data-theme=dark] .day-number,:root[data-theme=dark] .modal-header h2,:root[data-theme=dark] .proj-name,:root[data-theme=dark] .block-header label,:root[data-theme=dark] .form-group label{color:#f8fafc!important}:root[data-theme=dark] .current-month-display,:root[data-theme=dark] .matrix-table th,:root[data-theme=dark] .timesheets-table th,:root[data-theme=dark] .modal-header,:root[data-theme=dark] .project-row-item{background:#0f172a!important;border-color:#334155!important}:root[data-theme=dark] .holiday-form-block{background:#451a03!important;border-color:#78350f!important}:root[data-theme=dark] .holiday-form-block label{color:#fde68a!important}:root[data-theme=dark] .chip{color:#fde68a!important;background:#0f172a!important;border-color:#78350f!important}:root[data-theme=dark] .chip.active{color:#fff!important;background:linear-gradient(135deg,#f59e0b,#d97706)!important;border-color:#d97706!important}:root[data-theme=dark] .nav-btn,:root[data-theme=dark] .form-input,:root[data-theme=dark] .form-select,:root[data-theme=dark] .cell-input,:root[data-theme=dark] .row-note .note-input{color:#f8fafc!important;background:#0f172a!important;border-color:#334155!important}:root[data-theme=dark] .type-toggle-group,:root[data-theme=dark] .unit-switch{background:#0f172a!important;border-color:#334155!important}:root[data-theme=dark] .toggle-btn.selected{color:#7cb342!important;background:#1e293b!important}:root[data-theme=dark] .preset-btn{color:#cbd5e1!important;background:#0f172a!important;border-color:#334155!important}:root[data-theme=dark] .preset-btn.selected{color:#fff!important;background:#5c9032!important}:root[data-theme=dark] .modal-total-bar.valid{color:#4ade80!important;background:#16653433!important;border-color:#15803d!important}:root[data-theme=dark] .modal-total-bar.valid strong{color:#4ade80!important}:root[data-theme=dark] .modal-total-bar.under{color:#fbbf24!important;background:#92400e33!important;border-color:#d97706!important}:root[data-theme=dark] .modal-total-bar.under strong{color:#fbbf24!important}:root[data-theme=dark] .modal-total-bar.over{color:#f87171!important;background:#991b1b33!important;border-color:#dc2626!important}:root[data-theme=dark] .modal-total-bar.over strong{color:#f87171!important}:root[data-theme=dark] .modal-close{color:#cbd5e1!important;background:#0f172a!important;border-color:#334155!important}:root[data-theme=dark] .calendar-day-card.is-holiday{background:#451a03!important;border-color:#78350f!important}:root[data-theme=dark] .holiday-row{background:#451a03!important}.users-list{max-width:1000px;margin:0 auto;padding:2rem}.users-list h1{color:#2c3e50;margin-bottom:2rem}.users-table-wrapper{background:#fff;border:1px solid #ecf0f1;border-radius:6px;overflow:hidden;box-shadow:0 2px 4px #0000000d}.users-table{border-collapse:collapse;width:100%}.users-table thead{background-color:#f8f9fa}.users-table th{text-align:left;color:#2c3e50;border-bottom:2px solid #ecf0f1;padding:1rem;font-weight:600}.users-table td{color:#34495e;border-bottom:1px solid #ecf0f1;padding:1rem}.users-table tbody tr:hover{background-color:#f8f9fa}.users-table tbody tr:last-child td{border-bottom:none}.role-badge{border-radius:12px;padding:.4rem .8rem;font-size:.85rem;font-weight:600;display:inline-block}.role-admin{color:#c00;background-color:#ffe6e6}.role-collaborator{color:#06c;background-color:#e6f3ff}.error-message{color:#c00;background-color:#ffe6e6;border-radius:4px;margin-bottom:1rem;padding:1rem}:root{--chat-page-bg:linear-gradient(180deg, #f8fafcf2, #f1f5f9);--chat-sidebar-bg:#fff;--chat-sidebar-border:1px solid #0f172a14;--chat-panel-bg:#f8fafc;--chat-panel-border:1px solid #0f172a0f;--chat-text-primary:#0f172a;--chat-text-muted:#64748b;--chat-text-time:#94a3b8;--chat-channel-item-bg:#0f172a05;--chat-channel-item-hover:#0f172a0d;--chat-channel-item-active:#0f172a14;--chat-content-bg:#fff;--chat-header-bg:#f8fafc;--chat-messages-bg:#f1f5f9;--chat-form-bg:#fff;--chat-input-bg:#fff;--chat-input-border:#cbd5e1;--chat-input-text:#0f172a;--chat-bubble-received-bg:#e5e5ea;--chat-bubble-received-text:#000;--chat-shadow:0 30px 80px -40px #0f172a1f}[data-theme=dark]{--chat-page-bg:linear-gradient(180deg, #09090b, #121215);--chat-sidebar-bg:#18181b;--chat-sidebar-border:1px solid #27272a;--chat-panel-bg:#121214;--chat-panel-border:1px solid #27272a;--chat-text-primary:#f4f4f5;--chat-text-muted:#a1a1aa;--chat-text-time:#71717a;--chat-channel-item-bg:#ffffff08;--chat-channel-item-hover:#27272a;--chat-channel-item-active:#3f3f46;--chat-content-bg:#18181b;--chat-header-bg:#18181b;--chat-messages-bg:#121214;--chat-form-bg:#18181b;--chat-input-bg:#27272a;--chat-input-border:#3f3f46;--chat-input-text:#fff;--chat-bubble-received-bg:#26262a;--chat-bubble-received-text:#fff;--chat-shadow:none}.messages-page{background:var(--chat-page-bg);grid-template-columns:300px minmax(0,1fr);gap:1rem;height:100%;padding:1.5rem;display:grid}.messages-sidebar{background:var(--chat-sidebar-bg);border:var(--chat-sidebar-border);color:var(--chat-text-primary);border-radius:20px;flex-direction:column;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.sidebar-panel{background:0 0;border:none;padding:.25rem 0}.sidebar-panel-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.sidebar-panel-header.with-action{align-items:flex-start}.panel-label{letter-spacing:.15em;text-transform:uppercase;color:var(--chat-text-muted);margin-bottom:.35rem;font-size:.78rem}.panel-subtitle{color:var(--chat-text-muted);opacity:.8;font-size:.82rem;line-height:1.45}.channel-list{flex-direction:column;gap:.5rem;display:flex}.channel-item{width:100%;color:var(--chat-text-primary);background:var(--chat-channel-item-bg);text-align:left;cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 1rem;transition:background .2s,border-color .2s;display:flex}.channel-item:hover{background:var(--chat-channel-item-hover)}.channel-item.active{background:var(--chat-channel-item-active);border-color:#94a3b838}.channel-item.unread .channel-name{color:var(--chat-text-primary);font-weight:800}.channel-item.unread .channel-last-msg{color:var(--chat-text-primary);font-weight:700}.channel-item.unread .channel-last-time{color:#22c55e;font-weight:700}.channel-name{color:var(--chat-text-primary);flex:1;font-size:.95rem;font-weight:600}.channel-item-details{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.channel-item-header,.channel-item-footer{justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}.channel-last-time{color:#ffffff73;white-space:nowrap;font-size:.72rem;font-weight:400}.channel-last-msg{color:var(--chat-text-muted);-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;flex:1;font-size:.78rem;font-weight:400;line-height:1.3;display:-webkit-box;overflow:hidden}.channel-badge{color:#fff;text-align:center;background:#ef4444;border-radius:999px;min-width:26px;padding:.15rem .55rem;font-size:.78rem;font-weight:700}.channel-avatar-container{background:var(--chat-channel-item-active);width:40px;height:40px;color:var(--chat-text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.channel-avatar-container.project{color:#22c55e;background:#22c55e1a}.channel-avatar-container.group{color:#3b82f6;background:#3b82f61a}.channel-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.channel-avatar-placeholder{width:100%;height:100%;color:var(--chat-text-muted);justify-content:center;align-items:center;display:flex}.channel-avatar-container .status-dot{border:2px solid var(--chat-sidebar-bg);border-radius:50%;width:11px;height:11px;position:absolute;bottom:-2px;right:-2px}.status-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.status-dot.online{background:#22c55e}.status-dot.offline{background:#cbd5e1}.icon-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;transition:background .2s,transform .15s,box-shadow .2s;display:flex;position:relative;box-shadow:0 2px 8px #22c55e73}.icon-button:hover{background:linear-gradient(135deg,#16a34a,#15803d);transform:scale(1.1);box-shadow:0 4px 14px #22c55e8c}.icon-button:active{transform:scale(.95)}.icon-button:after{content:attr(title);color:#f8fafc;white-space:nowrap;pointer-events:none;opacity:0;z-index:100;background:#0f172aeb;border-radius:8px;padding:.35rem .65rem;font-size:.78rem;font-weight:500;transition:opacity .2s,transform .2s;position:absolute;top:50%;right:calc(100% + 10px);transform:translateY(-50%)translate(4px)}.icon-button:hover:after{opacity:1;transform:translateY(-50%)translate(0)}.empty-list{color:var(--chat-text-muted);font-size:.9rem;line-height:1.6}.messages-content{background:var(--chat-content-bg);box-shadow:var(--chat-shadow);border-radius:20px;flex-direction:column;display:flex;overflow:hidden}.empty-state-card{color:var(--chat-text-muted);text-align:center;flex:1;place-items:center;padding:2rem;display:grid}.empty-state-card p{max-width:380px;font-size:1.1rem;line-height:1.7}.chat-panel{flex-direction:column;height:100%;display:flex}.chat-header{border-bottom:var(--chat-panel-border);background:var(--chat-header-bg);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.chat-header-info{align-items:center;gap:.85rem;display:flex}.chat-header-avatar-container{background:var(--chat-channel-item-active);width:44px;height:44px;color:var(--chat-text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.chat-header-avatar-container.project{color:#22c55e;background:#22c55e1a}.chat-header-avatar-container.group{color:#3b82f6;background:#3b82f61a}.chat-header-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.chat-header-avatar-placeholder{width:100%;height:100%;color:var(--chat-text-muted);justify-content:center;align-items:center;display:flex}.chat-header-avatar-container .status-dot{border:2.5px solid var(--chat-header-bg);border-radius:50%;width:12px;height:12px;position:absolute;bottom:-1px;right:-1px}.chat-header-text{flex-direction:column;display:flex}.chat-header h2{color:var(--chat-text-primary);margin:0;font-size:1.25rem;font-weight:600;line-height:1.2}.chat-meta{color:var(--chat-text-muted);margin:.2rem 0 0;font-size:.85rem}.chat-status{color:var(--chat-text-muted);background:var(--chat-channel-item-active);border-radius:999px;padding:.45rem .85rem;font-size:.85rem}.chat-status.connected{color:#166534;background:#dcfce7}.chat-status.disconnected{color:#7c2d12;background:#fee2e2}.chat-messages{background:var(--chat-messages-bg);flex-direction:column;flex:1;gap:.9rem;padding:1.5rem;display:flex;overflow-y:auto}.chat-empty-state,.chat-error{color:#475569;text-align:center;margin:0;font-size:.95rem}.chat-error{color:#b91c1c}.message-row{gap:.75rem;width:100%;margin-bottom:.4rem;display:flex}.message-avatar{background:var(--chat-channel-item-active);width:36px;height:36px;color:var(--chat-text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;display:flex;overflow:hidden}.message-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.message-avatar-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.message-row.sent{justify-content:flex-end}.message-row.received{justify-content:flex-start}.message-wrapper{flex-direction:column;max-width:70%;display:flex}.message-row.sent .message-wrapper{align-items:flex-end}.message-row.received .message-wrapper{align-items:flex-start}.message-sender{color:#8e8e93;margin-bottom:.15rem;margin-left:.5rem;font-size:.72rem;font-weight:500}.message-row.sent .message-sender{margin-left:0;margin-right:.5rem}.message-bubble{background:var(--chat-bubble-received-bg);color:var(--chat-bubble-received-text);border-radius:18px;padding:.5rem .95rem;font-size:.95rem}.message-row.sent .message-bubble{color:#fff;background:#34c759}.message-text{white-space:pre-wrap;word-break:break-word;margin:0;line-height:1.35}.message-time{color:var(--chat-text-time);margin-top:.15rem;margin-left:.5rem;font-size:.65rem}.message-row.sent .message-time{margin-left:0;margin-right:.5rem}.chat-form{border-top:var(--chat-panel-border);background:var(--chat-form-bg);align-items:center;gap:.75rem;padding:1rem 1.5rem 1.25rem;display:flex}.chat-input{border:1px solid var(--chat-input-border);min-width:0;color:var(--chat-input-text);background:var(--chat-input-bg);border-radius:999px;outline:none;flex:1;padding:.6rem 1.2rem;font-size:1rem}.chat-input:focus{border-color:#22c55e;box-shadow:0 0 0 4px #22c55e1f}.chat-send-button{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:999px;padding:.6rem 1.3rem;font-weight:700;transition:transform .2s,background .2s}.chat-send-button:disabled{opacity:.5;cursor:not-allowed}.chat-send-button:not(:disabled):hover{background:#16a34a;transform:translateY(-1px)}.modal-overlay{z-index:1000;background:#0f172a8c;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.modal-card{background:#fff;border-radius:22px;width:min(640px,100%);overflow:hidden;box-shadow:0 30px 80px -30px #0f172a4d}.modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;display:flex}.modal-header h3{margin:0;font-size:1.2rem}.modal-close{color:#475569;cursor:pointer;background:0 0;border:none;font-size:1.7rem}.modal-body{flex-direction:column;gap:1rem;padding:0 1.5rem 1.5rem;display:flex}.modal-label{color:#0f172a;flex-direction:column;gap:.5rem;font-weight:600;display:flex}.modal-label input{color:#0f172a;border:1px solid #cbd5e1;border-radius:14px;width:100%;padding:.95rem 1rem;font-size:1rem}.modal-members{flex-direction:column;gap:.75rem;display:flex}.modal-subtitle{color:#475569;margin:0;font-size:.95rem}.member-chips{flex-wrap:wrap;gap:.45rem;display:flex}.member-chip{color:#16a34a;background:#22c55e1f;border:1px solid #22c55e59;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .65rem .3rem .8rem;font-size:.84rem;font-weight:600;display:inline-flex}.member-chip-remove{color:#16a34a;cursor:pointer;opacity:.7;background:0 0;border:none;padding:0;font-size:1rem;line-height:1;transition:opacity .15s}.member-chip-remove:hover{opacity:1}.member-search-wrap{align-items:center;display:flex;position:relative}.member-search-icon{color:var(--chat-text-muted);pointer-events:none;position:absolute;left:.85rem}.member-search-input{border:1px solid var(--chat-input-border);background:var(--chat-input-bg);width:100%;color:var(--chat-input-text);border-radius:12px;outline:none;padding:.75rem 2.5rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.member-search-input:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1f}.member-search-clear{color:var(--chat-text-muted);cursor:pointer;background:0 0;border:none;font-size:1rem;line-height:1;position:absolute;right:.85rem}.member-search-clear:hover{color:var(--chat-text-primary)}.member-results{border:1px solid var(--chat-sidebar-border);background:var(--chat-bg);border-radius:12px;max-height:220px;overflow:hidden auto}.member-result-item{text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.7rem .9rem;transition:background .15s;display:flex}.member-result-item:hover{background:var(--chat-channel-item-hover)}.member-result-item.selected{background:#22c55e12}.member-result-avatar{background:var(--chat-channel-item-hover);width:36px;height:36px;color:var(--chat-text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:visible}.member-result-img{object-fit:cover;border-radius:50%;width:36px;height:36px}.member-result-avatar .status-dot{width:10px;height:10px;bottom:-1px;right:-1px}.member-result-info{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.member-result-name{color:var(--chat-text-primary);font-size:.92rem;font-weight:600}.member-result-status{font-size:.78rem}.member-result-check{flex-shrink:0}.member-results-empty{color:var(--chat-text-muted);margin:0;padding:.9rem 1rem;font-size:.9rem}.member-online{color:#16a34a}.member-offline{color:#64748b}.modal-actions{justify-content:flex-end;gap:.75rem;display:flex}.btn-secondary,.btn-primary{cursor:pointer;border:none;border-radius:999px;padding:.95rem 1.2rem;font-weight:700}.btn-secondary{color:#0f172a;background:#f1f5f9}.btn-primary{color:#fff;background:#22c55e}.btn-primary:disabled{opacity:.55;cursor:not-allowed}@media (width<=960px){.messages-page{grid-template-columns:1fr;padding:1rem}.messages-sidebar{flex-flow:wrap;justify-content:space-between;max-height:380px;overflow-y:auto}.sidebar-panel{width:100%}.chat-messages{padding:1rem}}@media (width<=640px){.messages-sidebar{max-height:none}.member-grid{grid-template-columns:1fr}}.sidebar-search-container{width:100%;margin-bottom:.5rem;position:relative}.sidebar-search-input{border:1px solid var(--chat-input-border);background:var(--chat-input-bg);width:100%;color:var(--chat-input-text);border-radius:999px;outline:none;padding:.65rem 2.25rem .65rem 1rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.sidebar-search-input:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e26}.sidebar-search-input::placeholder{color:var(--chat-text-muted);opacity:.7}.sidebar-search-clear{color:var(--chat-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;font-size:.9rem;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.sidebar-search-clear:hover{color:var(--chat-text-primary)}.chat-header-actions{align-items:center;gap:.75rem;display:flex}.chat-action-btn{border:1px solid var(--chat-input-border);background:var(--chat-input-bg);color:var(--chat-text-muted);cursor:pointer;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem .85rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.chat-action-btn svg{color:var(--chat-text-muted);transition:color .2s}.chat-action-btn:hover{background:var(--chat-channel-item-hover);color:var(--chat-text-primary);border-color:#94a3b859}.chat-action-btn:hover svg{color:var(--chat-text-primary)}.chat-action-btn.delete-btn:hover{color:#ef4444;background:#ef444414;border-color:#ef44444d}.chat-action-btn.delete-btn:hover svg{color:#ef4444}.chat-action-btn.clear-btn:hover{color:#f59e0b;background:#f59e0b14;border-color:#f59e0b4d}.chat-action-btn.clear-btn:hover svg{color:var(--chat-text-primary)}.chat-header-menu-container{display:inline-block;position:relative}.chat-header-dropdown-menu{background:var(--chat-sidebar-bg);border:1px solid var(--chat-sidebar-border);z-index:100;border-radius:8px;min-width:220px;margin-top:.5rem;padding:.35rem 0;animation:.15s ease-out fadeIn;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}.chat-header-dropdown-menu .dropdown-item{width:100%;color:var(--chat-text-primary);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.65rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.chat-header-dropdown-menu .dropdown-item svg{color:var(--chat-text-muted);flex-shrink:0}.chat-header-dropdown-menu .dropdown-item:hover{background:var(--chat-channel-item-hover)}.chat-header-dropdown-menu .dropdown-item.delete-item,.chat-header-dropdown-menu .dropdown-item.delete-item svg{color:#ef4444}.chat-header-dropdown-menu .dropdown-item.delete-item:hover{background:#ef444414}.chat-header-dropdown-menu .dropdown-item.leave-item,.chat-header-dropdown-menu .dropdown-item.leave-item svg{color:#f97316}.chat-header-dropdown-menu .dropdown-item.leave-item:hover{background:#f9731614}[data-tooltip-chat]{position:relative}[data-tooltip-chat]:before{content:attr(data-tooltip-chat);color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:10000;background-color:#0f172a;border-radius:6px;padding:.35rem .65rem;font-size:.75rem;font-weight:500;transition:all .2s cubic-bezier(.2,.8,.2,1);position:absolute;bottom:100%;left:50%;transform:translate(-50%)translateY(-8px);box-shadow:0 4px 12px #0f172a26}[data-theme=dark] [data-tooltip-chat]:before{color:#0f172a;background-color:#f1f5f9;box-shadow:0 4px 12px #00000040}[data-tooltip-chat]:hover:before{opacity:1;visibility:visible;transform:translate(-50%)translateY(-4px)}[data-theme=dark] .modal-card{background:var(--chat-sidebar-bg,#1e293b)!important;border:1px solid var(--chat-sidebar-border,#334155)!important;color:var(--chat-text-primary,#f1f5f9)!important;box-shadow:0 30px 80px -30px #0009!important}[data-theme=dark] .modal-header{border-bottom:1px solid var(--chat-sidebar-border,#334155)!important}[data-theme=dark] .modal-header h3{color:var(--chat-text-primary,#f1f5f9)!important}[data-theme=dark] .modal-close{color:var(--chat-text-muted,#94a3b8)!important}[data-theme=dark] .modal-body,[data-theme=dark] .modal-body p{color:var(--chat-text-primary,#f1f5f9)!important}[data-theme=dark] .modal-body p.modal-subtitle{color:var(--chat-text-muted,#94a3b8)!important}[data-theme=dark] .modal-label{color:var(--chat-text-primary,#f1f5f9)!important}[data-theme=dark] .modal-label input{background:var(--chat-input-bg,#0f172a)!important;border:1px solid var(--chat-input-border,#334155)!important;color:var(--chat-text-primary,#f1f5f9)!important}[data-theme=dark] .modal-subtitle{color:var(--chat-text-muted,#94a3b8)!important}[data-theme=dark] .btn-secondary{background:var(--chat-input-bg,#334155)!important;color:var(--chat-text-primary,#f1f5f9)!important;border:1px solid var(--chat-sidebar-border,#475569)!important}[data-theme=dark] .btn-secondary:hover{background:var(--chat-channel-item-hover,#475569)!important}.profile-page{max-width:900px;margin:0 auto;padding:2rem}.profile-page h1{color:#2c3e50;margin-bottom:2rem}.profile-header-card{background:#fff;border:1px solid #00000014;border-radius:16px;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem;display:flex;box-shadow:0 4px 12px #0f172a08}.profile-avatar-block{flex-direction:column;flex-shrink:0;align-items:center;gap:.6rem;display:flex}.profile-avatar{object-fit:cover;border:3px solid #5c903240;border-radius:50%;flex-shrink:0;width:96px;height:96px}.profile-avatar-actions{gap:.5rem;display:flex}.avatar-action-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:background-color .2s,border-color .2s}.avatar-action-btn:hover:not(:disabled){background-color:#f1f5f9;border-color:#5c9032}.avatar-action-btn:disabled{opacity:.6;cursor:not-allowed}.avatar-action-danger{color:#c00}.avatar-action-danger:hover:not(:disabled){background-color:#ffe6e6;border-color:#c00}.profile-avatar-placeholder{color:#64748b;background:#f1f5f9;justify-content:center;align-items:center;display:flex}.profile-header-info{flex:1;min-width:0}.profile-header-info h2{color:#2c3e50;overflow-wrap:break-word;margin:0 0 .25rem}.profile-job-title{color:#64748b;margin:0 0 .5rem}.profile-edit-btn{flex-shrink:0}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.profile-card{background:#fff;border:1px solid #ecf0f1;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #0f172a08}.profile-card-full{grid-column:1/-1}.profile-card h3{color:#2c3e50;border-bottom:2px solid #5c9032;margin-top:0;padding-bottom:.5rem}.profile-details{margin:1rem 0 0}.profile-detail-row{border-bottom:1px solid #ecf0f1;justify-content:space-between;gap:1rem;padding:.6rem 0;display:flex}.profile-detail-row:last-child{border-bottom:none}.profile-detail-row dt{color:#64748b;font-weight:600}.profile-detail-row dd{color:#34495e;text-align:right;overflow-wrap:anywhere;margin:0}.profile-bio{color:#34495e;white-space:pre-wrap;margin:1rem 0 0}.profile-form-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem;display:grid}.profile-form-full{grid-column:1/-1}.profile-form-grid label{color:#34495e;margin-bottom:.4rem;font-weight:600;display:block}.profile-form-grid input,.profile-form-grid textarea{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:1rem}.profile-form-grid input:focus,.profile-form-grid textarea:focus{border-color:#5c9032;outline:none;box-shadow:0 0 0 3px #5c903226}.profile-form-actions{gap:1rem;margin-top:1.5rem;display:flex}.btn-secondary{color:#334155;background-color:#e2e8f0}.btn-secondary:hover{background-color:#cbd5e1}.modal-backdrop{-webkit-backdrop-filter:blur(8px);z-index:2000;background:#0f172a99;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out fadeInBackdrop;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:520px;max-height:88vh;animation:.25s cubic-bezier(.16,1,.3,1) modalPopIn;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a}.confirm-modal-card{max-width:440px!important}.modal-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.5rem 1.75rem;display:flex}.modal-header h2{letter-spacing:-.02em;color:#0f172a;margin:0;font-size:1.3rem;font-weight:800}.modal-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.4rem;line-height:1;transition:all .2s;display:flex}.modal-close:hover{color:#0f172a;background:#e2e8f0;transform:rotate(90deg)}.confirm-modal-body{flex-direction:column;gap:.75rem;padding:1.5rem 1.75rem;display:flex}.confirm-message{color:#0f172a;margin:0;font-size:1.05rem;font-weight:600;line-height:1.5}.confirm-submessage{color:#64748b;margin:0;font-size:.875rem;line-height:1.5}.confirm-actions{gap:.85rem;margin-top:1rem;display:flex}.confirm-actions .btn{flex:1}.btn-danger{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef444440}.btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 6px 16px #ef444459}[data-theme=dark] .profile-page h1,[data-theme=dark] .profile-page{color:var(--text-color)}[data-theme=dark] .profile-header-card,[data-theme=dark] .profile-card{background-color:#1e293b;border-color:#334155;box-shadow:0 4px 20px #00000026}[data-theme=dark] .profile-header-info h2,[data-theme=dark] .profile-card h3{color:#f1f5f9}[data-theme=dark] .profile-detail-row{border-bottom-color:#334155}[data-theme=dark] .profile-detail-row dt{color:#94a3b8}[data-theme=dark] .profile-detail-row dd,[data-theme=dark] .profile-bio{color:#e2e8f0}[data-theme=dark] .profile-avatar-placeholder{color:#94a3b8;background:#334155}[data-theme=dark] .profile-form-grid label{color:#e2e8f0}[data-theme=dark] .profile-form-grid input,[data-theme=dark] .profile-form-grid textarea{color:#f1f5f9;background-color:#0f172a;border-color:#334155}[data-theme=dark] .avatar-action-btn{color:#e2e8f0;background-color:#0f172a;border-color:#334155}[data-theme=dark] .avatar-action-btn:hover:not(:disabled){background-color:#1e293b;border-color:#5c9032}[data-theme=dark] .avatar-action-danger{color:#f87171}[data-theme=dark] .avatar-action-danger:hover:not(:disabled){background-color:#f871711f;border-color:#f87171}[data-theme=dark] .modal-content{background:#1e293b;border-color:#334155}[data-theme=dark] .modal-header{background:#0f172a;border-bottom-color:#334155}[data-theme=dark] .modal-header h2{color:#f8fafc}[data-theme=dark] .modal-close{color:#94a3b8;background:#1e293b;border-color:#334155}[data-theme=dark] .modal-close:hover{color:#f8fafc;background:#334155}[data-theme=dark] .confirm-message{color:#f8fafc}[data-theme=dark] .confirm-submessage{color:#cbd5e1}@media (width<=600px){.profile-header-card{text-align:center;flex-direction:column}}.change-password-page{max-width:560px}.change-password-hint{color:#64748b;margin:.75rem 0 1.25rem;font-size:.9rem}.change-password-group{margin-bottom:1rem}.change-password-group label{color:#34495e;margin-bottom:.4rem;font-weight:600;display:block}.password-input-wrapper{position:relative}.password-input-wrapper input{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:.6rem 2.75rem .6rem .75rem;font-family:inherit;font-size:1rem}.password-input-wrapper input:focus{border-color:#5c9032;outline:none;box-shadow:0 0 0 3px #5c903226}.password-input-wrapper input[aria-invalid=true]{border-color:#ef4444}.password-reveal{color:#64748b;align-items:center;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.field-error{color:#ef4444;margin-top:.35rem;font-size:.85rem;display:block}[data-theme=dark] .change-password-hint{color:#94a3b8}[data-theme=dark] .change-password-group label{color:#e2e8f0}[data-theme=dark] .password-input-wrapper input{color:#f1f5f9;background-color:#0f172a;border-color:#334155}[data-theme=dark] .password-input-wrapper input[aria-invalid=true]{border-color:#f87171}[data-theme=dark] .password-reveal{color:#94a3b8}[data-theme=dark] .field-error{color:#f87171}.app-content{min-height:calc(100vh - 60px)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}html,body{height:100%;margin:0;padding:0}#root{flex-direction:column;height:100%;display:flex}@media (width<=768px){html,body{height:auto;min-height:100%}#root{height:auto;min-height:100vh}}button,input,textarea,select{font-family:inherit}.app-layout{flex-direction:row;flex:1;width:100%;height:calc(100vh - 65px);display:flex;overflow:hidden}.main-content{background-color:var(--bg-color);color:var(--text-color);height:100%;transition:background-color var(--transition,.3s), color var(--transition,.3s);flex:1;overflow-y:auto}.sidebar-overlay{display:none}@media (width<=768px){.app-layout{flex-direction:column;height:auto;padding-top:65px;overflow:visible}.main-content{height:auto;overflow-y:visible}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);z-index:998;background-color:#0f172a4d;width:100vw;height:calc(100vh - 65px);animation:.3s fadeIn;display:block;position:fixed;top:65px;left:0}}.floating-theme-toggle{-webkit-backdrop-filter:blur(12px);color:#0f172a;cursor:pointer;z-index:10000;background:#ffffffe0;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;padding:12px;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;position:fixed;top:24px;right:24px;box-shadow:0 4px 12px #0f172a14}.floating-theme-toggle:hover{background-color:#fff;transform:scale(1.08)rotate(15deg);box-shadow:0 6px 16px #0f172a1f}[data-theme=dark] .floating-theme-toggle{color:#f8fafc;background:#1e293be0;border-color:#ffffff14;box-shadow:0 4px 12px #0003}[data-theme=dark] .floating-theme-toggle:hover{background-color:#1e293b}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}#root{flex-direction:column;display:flex}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}a{color:#3498db;text-decoration:none;transition:color .2s}a:hover{color:#2980b9}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;line-height:1.3}p{margin-bottom:1rem}ul,ol{margin-bottom:1rem;margin-left:1rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}:root{--bg-color:#f8fafc;--text-color:#0f172a}:root[data-theme=dark]{--bg-color:#0b0f19;--text-color:#f1f5f9}[data-theme=dark] body{background-color:var(--bg-color);color:var(--text-color)}[data-theme=dark] .dashboard,[data-theme=dark] .projects-list,[data-theme=dark] .timesheet-form,[data-theme=dark] .users-list{color:var(--text-color)}[data-theme=dark] .dashboard-card,[data-theme=dark] .project-card,[data-theme=dark] .project-form,[data-theme=dark] .timesheet-form,[data-theme=dark] form{color:#f1f5f9!important;background-color:#1e293b!important;border-color:#334155!important;box-shadow:0 4px 20px #00000026!important}[data-theme=dark] .form-group input,[data-theme=dark] .form-group textarea,[data-theme=dark] .form-group select,[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{color:#f1f5f9!important;background-color:#0f172a!important;border-color:#334155!important}[data-theme=dark] input:focus,[data-theme=dark] textarea:focus,[data-theme=dark] select:focus{border-color:#5c9032!important;box-shadow:0 0 0 3px #5c903240!important}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] .dashboard h1,[data-theme=dark] .projects-header h1{color:#f8fafc!important}[data-theme=dark] .dashboard-card h3{color:#f8fafc!important;border-color:#5c9032!important}[data-theme=dark] .dashboard-card li,[data-theme=dark] .project-card p{color:#cbd5e1!important;border-color:#334155!important}[data-theme=dark] table,[data-theme=dark] th,[data-theme=dark] td{color:#f1f5f9!important;background-color:#1e293b!important;border-color:#334155!important}[data-theme=dark] tr:hover{background-color:#ffffff05!important}[data-theme=dark] .error-message{color:#f87171!important;background-color:#ef44441a!important;border:1px solid #ef444433!important}[data-theme=dark] .btn-secondary{color:#f1f5f9!important;background-color:#334155!important}[data-theme=dark] .btn-secondary:hover{background-color:#475569!important}
