@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";.login-page{--login-primary: #7b57e4;--login-primary-hover: #6847d4;--login-text: #1a1a2e;--login-muted: #6b7280;--login-border: #e5e7eb;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;font-family:Poppins,system-ui,sans-serif;background:linear-gradient(145deg,#e8e0ff,#d4c4fc,#c4b5fd 70%,#b8a9f5)}.login-card{display:flex;width:100%;max-width:980px;min-height:560px;background:#fff;border-radius:28px;box-shadow:0 25px 60px #7b57e426,0 8px 24px #0000000f;overflow:hidden}.login-form-pane{flex:1;min-width:0;padding:40px 44px 36px;display:flex;flex-direction:column;position:relative}.login-page .login-back{position:absolute;top:28px;left:28px;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:#f3f4f6;color:var(--login-text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .15s}.login-page .login-back:hover{background:#e5e7eb;transform:scale(1.03)}.login-brand{display:flex;justify-content:center;margin:28px 0 8px}.login-brand-mark{width:56px;height:56px;border-radius:14px;background:var(--login-primary);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #7b57e459}.login-brand-mark img{width:40px;height:auto;max-height:40px;object-fit:contain;display:block}.login-title{margin:0 0 6px;font-size:1.65rem;font-weight:700;color:var(--login-text);text-align:center}.login-subtitle{margin:0 0 28px;font-size:.95rem;color:var(--login-muted);text-align:center;font-weight:400}.login-form{flex:1;display:flex;flex-direction:column}.login-field{margin-bottom:18px}.login-field label{display:block;margin-bottom:8px;font-size:.9375rem;font-weight:600;color:#111827;letter-spacing:.01em}.login-input-wrap{position:relative;display:flex;align-items:center}.login-input-icon{position:absolute;left:16px;color:#4b5563;pointer-events:none;font-size:1.05rem}.login-page .login-form input.login-input{width:100%;min-height:48px;padding:14px 16px 14px 48px;border:2px solid #9ca3af;border-radius:12px;font-size:1rem;line-height:1.45;font-family:inherit;font-weight:500;color:#111827;background:#fff;caret-color:var(--login-primary);box-sizing:border-box;transition:border-color .2s,box-shadow .2s,background-color .2s;-webkit-text-fill-color:#111827}.login-page .login-form input.login-input::placeholder{color:#4b5563;opacity:1;font-weight:400}.login-page .login-form input.login-input:hover{border-color:#6b7280}.login-page .login-form input.login-input:focus{outline:none;border-color:var(--login-primary);background:#fafafa;box-shadow:0 0 0 3px #7b57e438}.login-page .login-form input.login-input:-webkit-autofill,.login-page .login-form input.login-input:-webkit-autofill:hover,.login-page .login-form input.login-input:-webkit-autofill:focus{-webkit-text-fill-color:#111827;caret-color:var(--login-primary);transition:background-color 9999s ease-out 0s;box-shadow:0 0 0 1000px #f3f4f6 inset;border-color:var(--login-primary)}.login-page .login-form .login-input-wrap--password input.login-input{padding-right:48px}.login-page .login-form .login-toggle-pw{position:absolute;right:10px;width:auto;min-width:40px;background:none;border:none;padding:8px;cursor:pointer;color:#4b5563;display:flex;align-items:center;justify-content:center;border-radius:8px}.login-page .login-form .login-toggle-pw:hover{color:#111827;background:#e5e7eb}.login-row-options{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px;flex-wrap:wrap}.login-remember{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--login-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.login-remember input{width:16px;height:16px;accent-color:var(--login-primary);cursor:pointer}.login-page .login-forgot{width:auto;font-size:.85rem;font-weight:500;color:var(--login-primary);text-decoration:none;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.login-page .login-forgot:hover{text-decoration:underline}.login-page .login-submit{width:100%;padding:14px 20px;border:none;border-radius:12px;font-size:1rem;font-weight:600;font-family:inherit;color:#fff;background:var(--login-primary);cursor:pointer;transition:background .2s,transform .1s;box-shadow:0 10px 24px #7b57e459}.login-page .login-submit:hover:not(:disabled){background:var(--login-primary-hover)}.login-page .login-submit:active:not(:disabled){transform:translateY(1px)}.login-page .login-submit:disabled{background:#9ca3af;cursor:not-allowed;box-shadow:none}.login-error{margin-top:16px;padding:12px 14px;background:#fef2f2;color:#b91c1c;border-radius:10px;font-size:.875rem}.login-extra-links{margin-top:18px;padding-top:18px;border-top:1px solid var(--login-border);font-size:.8rem;text-align:center;color:var(--login-muted);line-height:1.5}.login-extra-links a{color:var(--login-primary);text-decoration:none;font-weight:600}.login-extra-links a:hover{text-decoration:underline}.login-hero-pane{flex:1;min-width:0;background:linear-gradient(160deg,#f5f0ff,#ede4ff,#e0d4ff);display:flex;align-items:center;justify-content:center;padding:24px}.login-hero-img{width:100%;max-width:420px;height:auto;object-fit:contain;display:block}@media(max-width:900px){.login-card{flex-direction:column;max-width:440px;min-height:unset}.login-hero-pane{display:none}.login-form-pane{padding:36px 28px 32px}.login-page .login-back{top:20px;left:20px}}.dashboard-page{--kpi-blue: #3b82f6;--kpi-green: #22c55e;--kpi-red: #ef4444;--kpi-orange: #f59e0b;--kpi-purple: #8b5cf6}.dashboard-page{background:#f5f7fc;min-height:calc(100vh - 40px);max-width:1440px;margin:0 auto}.dashboard-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.dashboard-title-row h1{margin:0;font-size:28px;color:#111827;font-weight:700;letter-spacing:-.01em}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:14px}.dashboard-stat-card{position:relative;background:#fff;border-radius:12px;padding:13px 13px 11px;border:1px solid #e8edf5;box-shadow:0 8px 18px #0f172a0a}.stat-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.stat-title{color:#6b7280;font-size:13px;font-weight:600}.stat-icon{font-size:16px;width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:#f8fafc;border:1px solid #e5e7eb}.stat-icon svg,.activity-icon svg{font-size:16px}.stat-value{display:block;font-size:40px;line-height:1.1;color:#0f172a;letter-spacing:-.02em}.stat-subtitle{display:block;margin-top:6px;color:#6b7280;font-size:12px}.mini-trend{display:block;margin-top:9px;width:100%;height:22px;border-radius:8px;background:radial-gradient(circle at 10% 70%,rgba(59,130,246,.25) 0 2px,transparent 3px),radial-gradient(circle at 30% 55%,rgba(59,130,246,.25) 0 2px,transparent 3px),radial-gradient(circle at 50% 62%,rgba(59,130,246,.25) 0 2px,transparent 3px),radial-gradient(circle at 72% 40%,rgba(59,130,246,.25) 0 2px,transparent 3px),radial-gradient(circle at 92% 28%,rgba(59,130,246,.25) 0 2px,transparent 3px),linear-gradient(180deg,#3b82f614,#3b82f603);border:1px solid #edf2fb}.stat-clients .stat-value{color:var(--kpi-blue)}.stat-clients .stat-icon{background:#eaf2ff;border-color:#d8e7ff}.stat-products .stat-value{color:var(--kpi-green)}.stat-products .stat-icon{background:#eafbf0;border-color:#d7f5e3}.stat-invoices .stat-value{color:var(--kpi-red)}.stat-invoices .stat-icon{background:#fff0f1;border-color:#ffd9dc}.stat-revenue .stat-value{color:var(--kpi-orange)}.stat-revenue .stat-icon{background:#fff7e8;border-color:#ffe8c4}.dashboard-main-grid{display:grid;grid-template-columns:2fr 1.2fr 1.2fr;gap:14px;margin-top:14px}.dashboard-panel{background:#fff;border-radius:12px;border:1px solid #e8edf5;box-shadow:0 8px 18px #0f172a0a;padding:14px}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.panel-head h3,.dashboard-panel h3{margin:0;color:#1f2937;font-size:15px}.panel-head span{font-size:12px;color:#6b7280;background:#f3f6fb;border-radius:999px;border:1px solid #e5e7eb;padding:4px 10px}.sales-chart{width:100%;height:170px}.chart-line-base{fill:none;stroke:#dbe2f0;stroke-width:2}.chart-area{opacity:1}.chart-line{fill:none;stroke:var(--kpi-blue);stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}.chart-dot{fill:var(--kpi-blue);stroke:#fff;stroke-width:1.5}.chart-months{display:grid;grid-template-columns:repeat(6,1fr);font-size:12px;color:#6b7280;margin-top:-2px}.donut-wrapper{display:flex;flex-direction:column;align-items:center;gap:12px}.donut-chart{width:168px;height:168px;border-radius:50%;display:grid;place-items:center}.donut-center{width:100px;height:100px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:center;align-items:center}.donut-center span{font-size:12px;color:#6b7280}.donut-center strong{font-size:14px;color:#111827}.legend{width:100%;max-width:220px;display:grid;gap:6px;font-size:13px;color:#4b5563}.legend div{display:flex;align-items:center;gap:8px}.dot{width:10px;height:10px;border-radius:50%;display:inline-block}.dot-blue{background:var(--kpi-blue)}.dot-red{background:var(--kpi-red)}.dot-green{background:var(--kpi-green)}.category-percentages{margin-top:8px;display:flex;justify-content:space-around;color:#6b7280;font-size:12px}.fiscal-list{list-style:none;margin:10px 0 0;padding:0;display:grid;gap:10px}.fiscal-list li{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 10px;border-radius:10px;background:#f9fbff;border:1px solid #e5e7eb;font-size:13px}.fiscal-list span{color:#334155}.fiscal-list strong{color:#6b7280;font-size:12px}.dashboard-bottom-grid{margin-top:14px;display:grid;grid-template-columns:1.3fr 1.3fr 1fr;gap:14px}.invoice-list,.activity-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.invoice-list li{display:flex;justify-content:space-between;gap:8px;padding:10px;border-radius:10px;border:1px solid #e5e7eb;background:#fcfdff}.invoice-list li div{display:flex;flex-direction:column;gap:3px}.invoice-list strong{font-size:13px;color:#111827}.invoice-list span{font-size:12px;color:#6b7280}.activity-list li{display:grid;grid-template-columns:32px 1fr auto;gap:10px;align-items:center;border-bottom:1px solid #eef2f7;padding:2px 0 9px}.activity-icon{width:32px;height:32px;border-radius:999px;background:#eff6ff;display:grid;place-items:center;font-size:14px}.activity-list strong{font-size:13px;color:#111827}.activity-list p{margin:2px 0 0;font-size:12px;color:#6b7280}.activity-list small{font-size:11px;color:#9ca3af}.quick-actions{display:grid;gap:8px;margin-top:10px}.cta-btn{border:0;border-radius:8px;color:#fff;font-weight:700;font-size:12.5px;padding:8px 12px;text-align:center;cursor:pointer;box-shadow:0 6px 12px #0f172a1f}.cta-btn.blue{background:linear-gradient(135deg,#4f8df8,#2f6ff2)}.cta-btn.green{background:linear-gradient(135deg,#2fd06a,#15a34a)}.cta-btn.orange{background:linear-gradient(135deg,#f6a531,#e8840e)}.cta-btn.purple{background:linear-gradient(135deg,#9a6bff,#7b4df0)}.cta-btn.gray{background:linear-gradient(135deg,#98a7bb,#6f8098)}.empty-card{min-height:170px;border:1px dashed #cbd5e1;border-radius:12px;background:#f8fafc;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:#6b7280}.ghost-link{width:auto;border:0;background:transparent;color:#2563eb;font-size:12px;padding:0;cursor:pointer;font-weight:600}.dashboard-footer-strip{margin-top:14px;background:#fff;border-radius:12px;border:1px solid #e8edf5;padding:10px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.dashboard-footer-strip div{border:1px solid #edf2f7;border-radius:10px;padding:9px;display:flex;flex-direction:column;gap:4px;background:#fbfdff}.dashboard-footer-strip span{color:#64748b;font-size:12px}.dashboard-footer-strip strong{font-size:13px;color:#0f172a}.dashboard-loading{padding:24px;border-radius:10px;background:#fff;border:1px solid #e5e7eb;color:#6b7280}@media(max-width:1200px){.dashboard-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-main-grid,.dashboard-bottom-grid{grid-template-columns:1fr}.dashboard-footer-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.dashboard-stats-grid,.dashboard-footer-strip{grid-template-columns:1fr}.dashboard-title-row h1{font-size:24px}.stat-value{font-size:28px}}.user-list{display:flex;flex-direction:column;gap:2px}.user-list.empty{text-align:center;padding:28px 12px;color:#65676b;font-size:14px}.user-item{display:flex;align-items:center;padding:10px;border-radius:10px;cursor:pointer;border:0}.user-item:hover{background:#f0f2f5}.user-item.online{box-shadow:none}.user-item.offline{box-shadow:none;opacity:.92}.user-avatar{position:relative;margin-right:12px;flex-shrink:0}.user-photo,.user-avatar-placeholder{width:48px;height:48px;border-radius:50%;object-fit:cover}.user-avatar-placeholder{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px}.user-avatar .status-indicator{position:absolute;bottom:0;right:0;width:14px;height:14px;border-radius:50%;border:2px solid white;font-size:.5rem;display:flex;align-items:center;justify-content:center;background:#fff}.user-info{flex:1;min-width:0}.user-name{font-weight:650;color:#050505;margin-bottom:2px;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-details{display:flex;align-items:center;gap:6px;margin-bottom:2px;min-width:0}.user-email{font-size:12px;color:#65676b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.user-role{font-size:11px;background:#f0f2f5;color:#65676b;padding:2px 8px;border-radius:999px;font-weight:600;flex-shrink:0}.user-status{font-size:12px}.status-text.online{color:#31a24c;font-weight:600}.status-text.offline{color:#65676b}.last-seen{color:#8a8d91;font-size:11px;font-weight:400}@media(max-width:640px){.user-email{display:none}}.conversation-list{display:flex;flex-direction:column;gap:2px}.conversation-list.empty{text-align:center;padding:28px 12px;color:#65676b;font-size:14px}.conversation-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px;border:0;border-radius:10px;background:transparent;text-align:left;cursor:pointer;font:inherit;color:inherit}.conversation-item:hover{background:#f0f2f5}.conversation-item.selected{background:#e7f3ff}.conversation-avatar{position:relative;width:56px;height:56px;flex:0 0 auto}.conversation-photo,.conversation-avatar-placeholder{width:56px;height:56px;border-radius:50%;object-fit:cover}.conversation-avatar-placeholder{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.conversation-online-dot{position:absolute;right:2px;bottom:2px;width:14px;height:14px;border-radius:50%;background:#31a24c;border:2px solid #fff}.conversation-content{flex:1;min-width:0}.conversation-header{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:2px}.conversation-name{margin:0;font-size:15px;font-weight:650;color:#050505;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-item.unread .conversation-name{font-weight:800}.conversation-time{font-size:12px;color:#65676b;flex-shrink:0}.conversation-preview{display:flex;align-items:center;gap:8px}.last-message{margin:0;flex:1;min-width:0;font-size:13px;color:#65676b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-item.unread .last-message{color:#050505;font-weight:650}.unread-dot{width:12px;height:12px;border-radius:50%;background:#0084ff;flex:0 0 auto}.message-list{display:flex;flex-direction:column;gap:2px;min-height:100%}.message-list.empty{justify-content:center;align-items:center;text-align:center;color:#65676b}.empty-state p{margin:4px 0}.message-group{margin-bottom:12px}.date-separator{display:flex;justify-content:center;margin:12px 0 16px}.date-label{font-size:12px;color:#65676b;font-weight:600}.message-item{display:flex;margin-bottom:2px;max-width:100%}.message-item.own{justify-content:flex-end}.message-item.other{justify-content:flex-start}.message-avatar{margin-right:8px;align-self:flex-end;flex-shrink:0}.message-photo,.message-avatar-placeholder{width:28px;height:28px;border-radius:50%;object-fit:cover}.message-avatar-placeholder{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11px}.message-content{max-width:min(68%,480px);min-width:0}.message-sender{display:none}.message-bubble{padding:10px 14px;border-radius:18px;word-wrap:break-word;position:relative}.message-bubble.own{background:#0084ff;color:#fff;border-bottom-right-radius:6px}.message-bubble.other{background:#e4e6eb;color:#050505;border-bottom-left-radius:6px}.message-text{margin:0;line-height:1.35;white-space:pre-wrap;font-size:15px}.file-message{display:flex;align-items:center;gap:.5rem}.file-link{color:inherit;text-decoration:underline;font-weight:600}.image-message{text-align:center}.message-image{max-width:220px;max-height:220px;border-radius:12px;margin-bottom:6px}.image-caption{margin:0;font-size:14px}.message-meta{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:4px;font-size:11px}.message-bubble.own .message-meta{color:#fffc}.message-bubble.other .message-meta{color:#65676b}.message-time{white-space:nowrap}.typing-indicator{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:10px 14px;border-radius:18px;background:#e4e6eb;width:fit-content;color:#65676b;font-size:13px}.typing-dots{display:flex;gap:3px}.typing-dots span{width:6px;height:6px;background:#65676b;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.typing-dots span:nth-child(1){animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(.75);opacity:.45}40%{transform:scale(1);opacity:1}}.typing-text{font-style:italic}@media(max-width:640px){.message-content{max-width:82%}}.message-input-container{padding:10px 12px 14px;background:#fff;border-top:1px solid #e4e6eb;flex-shrink:0}.message-form{display:flex;flex-direction:column;gap:0}.input-wrapper{display:flex;align-items:flex-end;gap:8px;background:transparent;border:0;border-radius:0;padding:0;box-shadow:none}.input-wrapper:focus-within{box-shadow:none;border:0}.file-button,.send-button{appearance:none;border:none;cursor:pointer;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;font-size:18px;padding:0;flex:0 0 auto}.file-button{background:transparent;color:#0084ff}.file-button:hover:not(:disabled){background:#e7f3ff}.file-button:disabled,.send-button:disabled{opacity:.4;cursor:not-allowed}.message-textarea{flex:1;border:0;background:#f0f2f5;resize:none;outline:none;font-family:inherit;font-size:15px;line-height:1.35;min-height:20px;max-height:120px;padding:10px 14px;border-radius:20px;color:#050505}.message-textarea::placeholder{color:#8a8d91}.character-count{display:none}.send-button{background:#0084ff;color:#fff;box-shadow:none;font-size:16px}.send-button:hover:not(:disabled){background:#0073e0;transform:none}.input-hints,.typing-indicator-debug{display:none}.group-list{padding:.45rem}.group-list.empty{text-align:center;padding:2.25rem 1rem;color:#64748b;font-size:.88rem}.group-item{background:#fff;border:1px solid #e8edf5;border-radius:10px;margin-bottom:.45rem;overflow:hidden;transition:border-color .15s,box-shadow .15s;cursor:pointer}.group-item:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0f172a0a}.group-item.selected{border-color:#93c5fd;box-shadow:inset 3px 0 #2563eb,0 0 0 3px #2563eb14}.group-header{padding:.75rem;display:flex;align-items:center}.group-avatar{position:relative;margin-right:.75rem;flex-shrink:0}.group-avatar-placeholder{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem}.private-indicator{position:absolute;top:-4px;right:-4px;background:#fff;border-radius:50%;padding:2px;font-size:.7rem;box-shadow:0 1px 3px #00000026}.group-info{flex:1;min-width:0}.group-name-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.2rem;gap:.4rem}.group-name{margin:0;font-weight:700;color:#0f172a;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.expand-button{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:.35rem;color:#64748b;font-size:.75rem}.expand-button:hover{background:#f1f5f9;color:#334155}.group-details{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem;flex-wrap:wrap}.group-type{font-size:.65rem;background:#f1f5f9;color:#475569;padding:.12rem .4rem;border-radius:999px;text-transform:uppercase;font-weight:700}.member-count{font-size:.72rem;color:#64748b;font-weight:600}.user-role{font-size:.68rem;background:#eff6ff;color:#1d4ed8;padding:.12rem .4rem;border-radius:999px;font-weight:600}.group-description{margin:0;font-size:.8rem;color:#64748b;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.group-expanded{border-top:1px solid #e8edf5;background:#f8fafc;padding:.85rem}.group-members h5{margin:0 0 .65rem;font-size:.8rem;color:#334155;font-weight:700}.members-list{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.85rem}.member-item{display:flex;align-items:center;gap:.5rem;padding:.45rem;background:#fff;border:1px solid #e8edf5;border-radius:8px}.member-photo,.member-avatar-placeholder{width:30px;height:30px;border-radius:50%;object-fit:cover}.member-avatar-placeholder{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.7rem}.member-info{flex:1;display:flex;align-items:center;gap:.45rem;min-width:0}.member-name{font-weight:600;color:#0f172a;font-size:.82rem}.member-role{font-size:.62rem;background:#f1f5f9;color:#475569;padding:.1rem .3rem;border-radius:999px;font-weight:600}.no-members{color:#64748b;font-style:italic;font-size:.82rem}.group-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.55rem}.meta-item{display:flex;flex-direction:column;gap:.15rem}.meta-label{font-size:.68rem;color:#64748b;font-weight:600}.meta-value{font-size:.8rem;color:#0f172a;font-weight:600}.group-item.selected .group-name{color:#1d4ed8}@media(max-width:640px){.group-avatar-placeholder{width:40px;height:40px}.group-meta{grid-template-columns:1fr}}.notification-panel{position:fixed;top:0;right:0;width:380px;height:100vh;background:#fff;border-left:1px solid #e8edf5;box-shadow:-8px 0 30px #0f172a1f;z-index:1200;display:flex;flex-direction:column;animation:slideIn .25s ease-out}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.notification-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.05rem;border-bottom:1px solid #e8edf5;background:#0f172a;color:#fff}.notification-header h3{margin:0;font-size:1rem;color:#fff;font-weight:700}.header-actions{display:flex;align-items:center;gap:.45rem}.mark-all-read-button{padding:.35rem .65rem;border:1px solid rgba(255,255,255,.2);background:#ffffff14;border-radius:8px;cursor:pointer;font-size:.72rem;color:#fff;font-weight:600}.mark-all-read-button:hover{background:#ffffff29}.close-button{padding:.3rem;border:none;background:#ffffff14;cursor:pointer;border-radius:8px;font-size:1rem;color:#fff;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center}.close-button:hover{background:#ffffff29}.notification-content{flex:1;overflow-y:auto;padding:.55rem;background:#f8fafc}.empty-notifications{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#64748b;text-align:center;padding:2rem}.empty-icon{font-size:2.4rem;margin-bottom:.75rem;opacity:.45}.notifications-list{display:flex;flex-direction:column;gap:.45rem}.notification-item{display:flex;align-items:flex-start;gap:.65rem;padding:.75rem;border-radius:10px;cursor:pointer;transition:background .15s,border-color .15s;border:1px solid #e8edf5;background:#fff}.notification-item:hover{background:#f8fafc}.notification-item.unread{background:#eff6ff;border-color:#bfdbfe}.notification-icon{font-size:1.1rem;margin-top:.1rem;flex-shrink:0}.notification-body{flex:1;min-width:0}.notification-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.2rem;gap:.4rem}.notification-title{margin:0;font-size:.84rem;font-weight:700;color:#0f172a;line-height:1.3}.notification-actions{display:flex;align-items:center;gap:.2rem}.mark-read-button,.expand-button{padding:.2rem;border:none;background:none;cursor:pointer;border-radius:.3rem;font-size:.72rem;color:#64748b;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.mark-read-button:hover,.expand-button:hover{background:#e2e8f0;color:#334155}.notification-message{margin:0 0 .4rem;font-size:.8rem;color:#64748b;line-height:1.4}.notification-meta{display:flex;justify-content:space-between;align-items:center;font-size:.7rem}.notification-time{color:#94a3b8}.notification-status{font-weight:700;padding:.1rem .4rem;border-radius:999px;font-size:.65rem}.notification-status.unread{background:#dbeafe;color:#1d4ed8}.notification-status.read{background:#f1f5f9;color:#64748b}.notification-expanded{margin-top:.65rem;padding-top:.65rem;border-top:1px solid #e8edf5}.notification-data h5{margin:0 0 .4rem;font-size:.72rem;color:#334155;font-weight:700}.notification-data pre{background:#f8fafc;border:1px solid #e8edf5;border-radius:8px;padding:.5rem;font-size:.7rem;color:#475569;overflow-x:auto;margin:0}.notification-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.45rem}.detail-item{display:flex;flex-direction:column;gap:.15rem}.detail-label{font-size:.68rem;color:#64748b;font-weight:600}.detail-value{font-size:.72rem;color:#0f172a;font-weight:600}.notification-footer{padding:.7rem 1rem;border-top:1px solid #e8edf5;background:#fff}.unread-summary{font-size:.8rem;color:#334155;font-weight:600;text-align:center}@media(max-width:640px){.notification-panel{width:100vw;border-left:none}}.chat-status-picker{position:relative;flex:0 0 auto}.chat-status-trigger{display:inline-flex;align-items:center;justify-content:center;gap:0;width:36px;height:36px;padding:0;margin:0;border:0;border-radius:50%;background:#f0f2f5;color:#050505;font:inherit;font-size:14px;cursor:pointer}.chat-status-trigger:hover:not(:disabled){background:#e4e6eb}.chat-status-trigger.is-open{background:#e7f3ff}.chat-status-trigger:disabled{opacity:.5;cursor:not-allowed}.chat-status-trigger-icon{font-size:14px;line-height:1}.chat-status-trigger-text,.chat-status-trigger-caret{display:none}.chat-status-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:80;min-width:210px;padding:6px;background:#fff;border:1px solid #e4e6eb;border-radius:12px;box-shadow:0 8px 24px #0000001f}.chat-status-option{display:grid;grid-template-columns:18px 1fr 16px;align-items:center;gap:10px;width:100%;padding:10px;margin:0;border:0;border-radius:8px;background:transparent;color:#050505;font:inherit;font-size:14px;font-weight:600;text-align:left;cursor:pointer}.chat-status-option:hover{background:#f0f2f5}.chat-status-option.is-active{background:#e7f3ff;color:#0084ff}.chat-status-check{color:#0084ff;font-weight:700}.chat-container{--msg-blue: #0084ff;--msg-blue-soft: #e7f3ff;--msg-gray: #f0f2f5;--msg-bubble-in: #e4e6eb;--msg-text: #050505;--msg-muted: #65676b;--msg-border: #e4e6eb;--msg-radius: 12px;height:calc(100vh - 112px);min-height:520px;background:#fff;border:1px solid var(--msg-border);border-radius:var(--msg-radius);box-shadow:0 2px 12px #0f172a0f;overflow:hidden}.chat-shell{display:grid;grid-template-columns:360px minmax(0,1fr);height:100%;min-height:0}.chat-sidebar{display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--msg-border);background:#fff}.chat-sidebar-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 8px}.chat-sidebar-top h1{margin:0;font-size:24px;font-weight:800;letter-spacing:-.03em;color:var(--msg-text)}.chat-sidebar-tools{display:flex;align-items:center;gap:8px}.chat-icon-btn{position:relative;width:36px;height:36px;border:0;border-radius:50%;background:var(--msg-gray);color:#050505;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.chat-icon-btn:hover{background:#e4e6eb}.chat-icon-badge{position:absolute;top:-2px;right:-2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#e41e3f;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center}.chat-nav-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:4px 12px 8px}.chat-nav-tab{appearance:none;border:0;background:transparent;color:var(--msg-muted);font:inherit;font-size:13px;font-weight:650;padding:10px 6px;border-radius:8px;cursor:pointer;position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px}.chat-nav-tab:hover{background:var(--msg-gray);color:var(--msg-text)}.chat-nav-tab.active{color:var(--msg-blue)}.chat-nav-tab.active:after{content:"";position:absolute;left:18%;right:18%;bottom:2px;height:3px;border-radius:3px;background:var(--msg-blue)}.chat-nav-count{min-width:16px;height:16px;padding:0 5px;border-radius:999px;background:#e41e3f;color:#fff;font-size:10px;font-weight:700;line-height:16px}.chat-nav-count.online{background:#31a24c}.chat-search{display:flex;align-items:center;gap:10px;margin:0 12px 10px;padding:0 12px;height:40px;border-radius:999px;background:var(--msg-gray);color:var(--msg-muted)}.chat-search input{flex:1;border:0;outline:none;background:transparent;font:inherit;font-size:14px;color:var(--msg-text);min-width:0}.chat-search input::placeholder{color:#8a8d91}.chat-sidebar-list{flex:1;min-height:0;overflow-y:auto;padding:0 8px 8px}.chat-sidebar-footer{padding:10px 16px;border-top:1px solid var(--msg-border)}.chat-live-hint{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--msg-muted)}.chat-live-hint.on{color:#31a24c}.chat-live-hint.off{color:#e41e3f}.chat-live-hint-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.chat-main{display:flex;flex-direction:column;min-width:0;min-height:0;background:#fff}.chat-thread-header{display:flex;align-items:center;gap:10px;padding:10px 16px;border-bottom:1px solid var(--msg-border);min-height:64px;box-sizing:border-box}.chat-back-btn{display:none;width:36px;height:36px;border:0;border-radius:50%;background:var(--msg-gray);color:var(--msg-text);font-size:18px;cursor:pointer}.chat-thread-person{display:flex;align-items:center;gap:12px;min-width:0}.chat-thread-avatar{position:relative;width:40px;height:40px;flex:0 0 auto}.chat-thread-avatar img,.chat-thread-avatar>div{width:40px;height:40px;border-radius:50%;object-fit:cover;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.chat-online-dot{position:absolute;right:0;bottom:0;width:12px;height:12px;border-radius:50%;background:#31a24c;border:2px solid #fff}.chat-thread-text{display:flex;flex-direction:column;min-width:0;gap:2px}.chat-thread-text strong{font-size:15px;color:var(--msg-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-thread-text span{font-size:12px;color:var(--msg-muted)}.chat-thread-text span.is-online{color:#31a24c;font-weight:600}.chat-messages{flex:1;min-height:0;overflow-y:auto;padding:16px 18px;background:#fff;position:relative}.chat-live-toast{position:sticky;top:0;z-index:5;margin:0 0 10px;padding:10px 12px;border-radius:10px;background:#e7f3ff;border:1px solid #b6daff;color:#0b5cab;font-size:13px;font-weight:600;box-shadow:0 6px 16px #0f172a14;animation:chat-toast-in .18s ease-out}@keyframes chat-toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.chat-welcome{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px}.welcome-content{max-width:320px}.welcome-illustration{width:72px;height:72px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;background:var(--msg-blue-soft);color:var(--msg-blue)}.welcome-content h2{margin:0 0 6px;font-size:22px;color:var(--msg-text)}.welcome-content p,.welcome-loading{margin:0;color:var(--msg-muted);font-size:14px;line-height:1.45}.welcome-loading{margin-top:10px}@media(max-width:960px){.chat-shell{grid-template-columns:300px minmax(0,1fr)}}@media(max-width:768px){.chat-container{height:calc(100vh - 96px);min-height:0}.chat-shell{grid-template-columns:1fr}.chat-main,.chat-container.thread-open .chat-sidebar{display:none}.chat-container.thread-open .chat-main{display:flex}.chat-back-btn{display:inline-flex;align-items:center;justify-content:center}.chat-sidebar-top h1{font-size:20px}}.ouc-fab{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border:0;border-radius:16px;background:#0f172a;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:9999;box-shadow:0 12px 28px #0f172a47}.ouc-fab:hover{background:#1e293b}.ouc-fab-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#0084ff;color:#fff;font-size:11px;font-weight:700;line-height:20px;border:2px solid #0f172a}.ouc-fab-dot{position:absolute;right:8px;bottom:8px;width:8px;height:8px;border-radius:50%;border:1px solid #0f172a}.ouc-fab-dot.on{background:#22c55e}.ouc-fab-dot.off{background:#ef4444}.ouc-overlay{position:fixed;inset:0;z-index:10050;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:20px}.ouc-modal{width:min(720px,100%);max-height:min(820px,calc(100vh - 40px));background:#fff;border-radius:16px;box-shadow:0 24px 60px #0f172a38;display:flex;flex-direction:column;overflow:hidden}.ouc-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 24px 12px}.ouc-header h2{margin:0;font-size:22px;font-weight:800;letter-spacing:-.02em;color:#0f172a}.ouc-header p{margin:6px 0 0;font-size:14px;color:#64748b}.ouc-close{width:36px;height:36px;border:0;border-radius:10px;background:#f1f5f9;color:#475569;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.ouc-close:hover{background:#e2e8f0}.ouc-toolbar{padding:0 24px 10px}.ouc-search{display:flex;align-items:center;gap:10px;height:44px;padding:0 14px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;color:#94a3b8}.ouc-search input{flex:1;border:0;outline:none;background:transparent;font:inherit;font-size:14px;color:#0f172a;min-width:0}.ouc-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 24px 12px;flex-wrap:wrap}.ouc-online-count{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:650;color:#0f172a}.ouc-online-dot{width:8px;height:8px;border-radius:50%;background:#22c55e}.ouc-sort{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#64748b}.ouc-sort select{border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;font:inherit;font-size:13px;font-weight:600;padding:6px 10px;margin:0}.ouc-body{flex:1;min-height:0;overflow-y:auto;padding:0 16px 8px}.ouc-warning{margin:0 8px 10px;padding:10px 12px;border-radius:10px;background:#fff7ed;color:#9a3412;font-size:13px}.ouc-empty{text-align:center;padding:48px 16px;color:#64748b;font-size:14px}.ouc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.ouc-card{display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;border:1px solid #e8edf5;border-radius:14px;background:#fff}.ouc-avatar{position:relative;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:16px;flex:0 0 auto;overflow:hidden}.ouc-avatar img{width:100%;height:100%;object-fit:cover}.ouc-avatar-dot{position:absolute;right:2px;bottom:2px;width:14px;height:14px;border-radius:50%;background:#22c55e;border:2px solid #fff}.ouc-info{min-width:0}.ouc-name{font-size:16px;font-weight:750;color:#0f172a;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ouc-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.ouc-role{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}.ouc-role--blue{background:#eff6ff;color:#1d4ed8}.ouc-role--purple{background:#f5f3ff;color:#6d28d9}.ouc-role--green{background:#ecfdf5;color:#047857}.ouc-role--gray{background:#f1f5f9;color:#475569}.ouc-dept{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#64748b;margin-bottom:6px}.ouc-status{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:650}.ouc-status span{width:7px;height:7px;border-radius:50%;background:currentColor}.ouc-status.on{color:#16a34a}.ouc-status.off{color:#94a3b8}.ouc-chat-btn{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:84px;height:72px;padding:10px 12px;border:0;border-radius:12px;background:#e7f3ff;color:#0084ff;font:inherit;font-size:12px;font-weight:750;cursor:pointer}.ouc-chat-btn:hover{background:#d6ebff}.ouc-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;background:#f0f7ff;border-top:1px solid #dbeafe;flex-wrap:wrap}.ouc-help{display:flex;align-items:flex-start;gap:8px;color:#475569;font-size:12px;line-height:1.4;max-width:460px}.ouc-refresh{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 14px;border:1px solid #bfdbfe;border-radius:10px;background:#fff;color:#1d4ed8;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.ouc-refresh:hover:not(:disabled){background:#eff6ff}.ouc-refresh:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.ouc-overlay{padding:10px}.ouc-modal{max-height:calc(100vh - 20px);border-radius:14px}.ouc-header,.ouc-toolbar,.ouc-meta{padding-left:16px;padding-right:16px}.ouc-card{grid-template-columns:48px minmax(0,1fr);grid-template-rows:auto auto}.ouc-chat-btn{grid-column:1 / -1;flex-direction:row;height:42px;min-width:0;width:100%}.ouc-avatar{width:48px;height:48px;font-size:14px}.ouc-fab{right:14px;bottom:14px;width:50px;height:50px}}body{font-family:Arial,sans-serif;margin:0;background:#f4f6f8}:root{--ui-bg-page: #f5f7fc;--ui-bg-card: #ffffff;--ui-text-title: #111827;--ui-text-muted: #6b7280;--ui-border-soft: #e8edf5;--ui-border-input: #dbe3ef;--ui-radius-md: 10px;--ui-radius-sm: 8px;--ui-shadow-card: 0 6px 16px rgba(15, 23, 42, .04);--ui-shadow-card-strong: 0 8px 20px rgba(15, 23, 42, .06);--ui-focus-ring: 0 0 0 3px rgba(79, 141, 248, .14);--ui-space-xs: 6px;--ui-space-sm: 10px;--ui-space-md: 14px;--ui-space-lg: 20px;--ui-font-title: 32px;--ui-font-subtitle: 13px;--ui-font-body: 13px}.ui-section-gap{margin-top:var(--ui-space-md)}.ui-title-xl{margin:0;font-size:var(--ui-font-title);color:var(--ui-text-title);letter-spacing:-.01em}.ui-text-subtle{margin:0;font-size:var(--ui-font-subtitle);color:var(--ui-text-muted)}.ui-surface{background:var(--ui-bg-card);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);box-shadow:var(--ui-shadow-card)}.ui-surface-strong{background:var(--ui-bg-card);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);box-shadow:var(--ui-shadow-card-strong)}.ui-input{width:100%;min-height:36px;padding:8px 10px;border-radius:var(--ui-radius-sm);border:1px solid var(--ui-border-input);background:#fff;font-size:var(--ui-font-body);color:#1e293b}.ui-input:focus{outline:none;border-color:#4f8df8;box-shadow:var(--ui-focus-ring)}.ui-page-header h1{margin:0;font-size:32px;color:var(--ui-text-title)}.ui-page-header p{margin:6px 0 0;color:var(--ui-text-muted);font-size:13px}.ui-kpi-grid{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ui-kpi-card{background:var(--ui-bg-card);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);box-shadow:var(--ui-shadow-card);padding:10px 12px;position:relative}.ui-kpi-card .kpi-title{font-size:12px;color:#475569;font-weight:600}.ui-kpi-card .kpi-value{font-size:38px;line-height:1.1;margin-top:4px;font-weight:700}.ui-kpi-card .kpi-icon{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:999px;border:1px solid #e5e7eb;display:grid;place-items:center}.ui-card{margin-top:14px;background:var(--ui-bg-card);border:1px solid var(--ui-border-soft);border-radius:var(--ui-radius-md);box-shadow:var(--ui-shadow-card)}.ui-btn{width:auto;border:0;border-radius:var(--ui-radius-sm);color:#fff;font-size:12px;font-weight:700;padding:10px 14px;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.ui-btn-primary{background:linear-gradient(135deg,#4f8df8,#2f6ff2)}.ui-btn-success{background:linear-gradient(135deg,#2fd06a,#15a34a)}.ui-btn-warning{background:linear-gradient(135deg,#f6a531,#e8840e)}.ui-btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626)}.ui-btn-muted{background:linear-gradient(135deg,#98a7bb,#6f8098)}.ui-table-wrap{width:100%;overflow-x:auto}.ui-table{width:100%;border-collapse:collapse;font-size:13px}.ui-table th{background:#f8fafc;color:#334155;font-weight:600;text-align:left;padding:10px;border-bottom:1px solid #e5e7eb;white-space:nowrap}.ui-table td{padding:10px;border-bottom:1px solid #edf2f7}.ui-empty{text-align:center;color:#94a3b8;padding:24px}@media(max-width:900px){.ui-kpi-grid{grid-template-columns:1fr}}*,*:before,*:after{box-sizing:border-box}input:not([type=checkbox]):not([type=radio]),button{width:100%;padding:8px}input[type=checkbox],input[type=radio]{width:auto;padding:0}input[type=password]::-ms-reveal,input[type=password]::-ms-clear{display:none}input[type=password]::-webkit-textfield-decoration-container,input[type=password]::-webkit-credentials-auto-fill-button,input[type=password]::-webkit-contacts-auto-fill-button{display:none}input[type=password]{-webkit-appearance:none;appearance:none}img{max-width:100%;height:auto}.page-container{padding:20px}.table-wrapper{width:100%;overflow-x:auto}@media print{.no-print,.layout .sidebar,.layout .content>nav,.topbar,nav,button,.sidebar{display:none!important}.print-only{display:block!important}body{background:#fff;margin:0;padding:0}.layout{display:block!important}.layout .content{margin-left:0!important;padding:0!important;width:100%!important}table,tr,td,th{page-break-inside:avoid}@page{margin:1.5cm}}.print-only{display:none}.no-print{display:block}.settings-page{max-width:1200px;margin:0 auto;padding:20px}.page-header{margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}.page-header h1{margin:0 0 10px;color:#2c3e50;font-size:28px}.page-header p{margin:0;color:#7f8c8d;font-size:16px}.alert{padding:15px 20px;border-radius:8px;margin-bottom:20px;font-weight:500}.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.settings-section{background:#fff;padding:25px;margin-bottom:25px;border-radius:8px;box-shadow:0 2px 8px #00000014}.settings-section h2{margin:0 0 20px;color:#2c3e50;font-size:20px;padding-bottom:10px;border-bottom:2px solid #3498db}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:600;color:#34495e;margin-bottom:8px;font-size:14px}.form-group input,.form-group select{padding:12px;border:1px solid #ddd;border-radius:6px;font-size:15px;transition:all .3s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.form-group input:disabled{background:#ecf0f1;color:#7f8c8d;cursor:not-allowed}.form-group small{color:#7f8c8d;font-size:13px;margin-top:5px;font-style:italic}.form-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:30px;padding-top:20px;border-top:2px solid #e0e0e0}.settings-toggles{display:grid;gap:12px}.settings-toggle{border:1px solid #ddd;border-radius:8px;background:#fff;padding:12px 14px}.settings-toggle__label{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.settings-toggle__checkbox{margin-top:3px;width:18px;height:18px;flex:0 0 auto}.settings-toggle__text{display:flex;flex-direction:column;gap:4px}.settings-toggle__title{font-weight:600;color:#34495e;font-size:14px}.settings-toggle__help{color:#7f8c8d;font-size:13px;font-style:italic}.btn-primary{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;padding:12px 30px;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #3498db4d}.btn-primary:disabled{background:#95a5a6;cursor:not-allowed;opacity:.6}.btn-secondary{background:#fff;color:#34495e;padding:12px 30px;border:2px solid #bdc3c7;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.btn-secondary:hover:not(:disabled){background:#ecf0f1;border-color:#95a5a6}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.btn{padding:10px 20px;font-size:14px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;white-space:nowrap}.btn:hover:not(:disabled){transform:translateY(-2px)}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-sm{padding:8px 14px;font-size:12px;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:5px;color:#fff}.btn-sm:hover:not(:disabled){transform:translateY(-2px)}.btn-lg{padding:14px 28px;font-size:16px}.btn-primary,.btn-sm.btn-primary{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;box-shadow:0 3px 8px #3498db4d}.btn-primary:hover:not(:disabled),.btn-sm.btn-primary:hover:not(:disabled){box-shadow:0 5px 15px #3498db66}.btn-success,.btn-sm.btn-success{background:linear-gradient(135deg,#27ae60,#1e8449);color:#fff;box-shadow:0 3px 8px #27ae604d}.btn-success:hover:not(:disabled),.btn-sm.btn-success:hover:not(:disabled){box-shadow:0 5px 15px #27ae6066}.btn-danger,.btn-sm.btn-danger{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;box-shadow:0 3px 8px #e74c3c4d}.btn-danger:hover:not(:disabled),.btn-sm.btn-danger:hover:not(:disabled){box-shadow:0 5px 15px #e74c3c66}.btn-warning,.btn-sm.btn-warning{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff;box-shadow:0 3px 8px #f39c124d}.btn-warning:hover:not(:disabled),.btn-sm.btn-warning:hover:not(:disabled){box-shadow:0 5px 15px #f39c1266}.btn-info,.btn-sm.btn-info{background:linear-gradient(135deg,#17a2b8,#138496);color:#fff;box-shadow:0 3px 8px #17a2b84d}.btn-info:hover:not(:disabled),.btn-sm.btn-info:hover:not(:disabled){box-shadow:0 5px 15px #17a2b866}.btn-secondary-modern,.btn-sm.btn-secondary-modern{background:linear-gradient(135deg,#95a5a6,#7f8c8d);color:#fff;box-shadow:0 3px 8px #95a5a64d}.btn-secondary-modern:hover:not(:disabled),.btn-sm.btn-secondary-modern:hover:not(:disabled){box-shadow:0 5px 15px #95a5a666}.btn-dark,.btn-sm.btn-dark{background:linear-gradient(135deg,#34495e,#2c3e50);color:#fff;box-shadow:0 3px 8px #34495e4d}.btn-dark:hover:not(:disabled),.btn-sm.btn-dark:hover:not(:disabled){box-shadow:0 5px 15px #34495e66}.btn-purple,.btn-sm.btn-purple{background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff;box-shadow:0 3px 8px #9b59b64d}.btn-purple:hover:not(:disabled),.btn-sm.btn-purple:hover:not(:disabled){box-shadow:0 5px 15px #9b59b666}.action-buttons{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}.btn-pill{border-radius:999px!important}.btn-icon{width:34px;height:34px;padding:0!important;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.btn-sm.btn-icon{width:32px;height:32px;padding:0!important;border-radius:10px;font-size:14px}.action-icon-group{display:flex;gap:8px;justify-content:center;align-items:center;flex-wrap:wrap}.submitted-projects-grid,.projects-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:720px){.submitted-projects-grid,.projects-list-grid{grid-template-columns:1fr}}.kanban-grid{grid-template-columns:repeat(4,minmax(260px,1fr))}@media(max-width:980px){.kanban-grid{grid-template-columns:repeat(4,minmax(260px,1fr))}}.has-tooltip{position:relative}.has-tooltip:after{content:attr(data-tooltip);position:absolute;left:50%;top:calc(100% + 8px);transform:translate(-50%);background:#111827f2;color:#fff;padding:6px 10px;border-radius:10px;font-size:12px;line-height:1.2;white-space:nowrap;box-shadow:0 10px 30px #00000040;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease;z-index:2000}.has-tooltip:hover:after,.has-tooltip:focus-visible:after{opacity:1;transform:translate(-50%) translateY(-2px)}.hr-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;padding-bottom:12px;border-bottom:1px solid #ddd}.hr-tab-btn{border:1px solid #e5e7eb;background:#f8f9fa;color:#2c3e50;padding:10px 16px;border-radius:999px;cursor:pointer;font-weight:700;font-size:14px;transition:all .2s ease}.hr-tab-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #2c3e501a}.hr-tab-btn.active{border-color:transparent;color:#fff;background:linear-gradient(135deg,#3498db,#2980b9);box-shadow:0 10px 24px #3498db4d}.hr-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:20px}.hr-toolbar-actions{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:767px){.hr-toolbar{align-items:stretch}.hr-toolbar-actions{width:100%}.hr-toolbar-actions .btn{flex:1}}.loading{text-align:center;padding:60px 20px;font-size:18px;color:#7f8c8d}@media(max-width:767px){.page-container,.settings-page{padding:12px}.page-header h1{font-size:22px}.settings-section{padding:16px}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column;justify-content:stretch;align-items:stretch}input,select,textarea,button{font-size:16px}table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}.app-shell{display:flex;min-height:100vh}.app-mobile-topbar{display:none}.app-content{flex:1;min-width:0}.app-desktop-topbar{background:#fff;border:1px solid #e8edf5;border-radius:14px;min-height:74px;padding:10px 14px;margin:0 0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 8px 18px #0f172a0a}.app-topbar-left{display:flex;align-items:center;gap:12px}.app-topbar-left h2{margin:0;font-size:23px;font-weight:700;color:#111827}.app-topbar-menu-btn{width:38px!important;min-width:38px;height:38px;padding:0!important;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc;color:#334155;cursor:pointer}.app-topbar-menu-btn svg,.app-icon-btn svg,.app-grid-btn svg,.app-topbar-search span svg,.app-profile-caret svg{font-size:16px}.app-topbar-right{display:flex;align-items:center;gap:8px}.app-topbar-search{width:320px;max-width:38vw;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;height:40px;display:flex;align-items:center;gap:8px;padding:0 10px}.app-topbar-search span{font-size:14px}.app-topbar-search input{width:100%;border:0;background:transparent;margin:0;padding:0;font-size:13px;color:#334155}.app-topbar-search input:focus{outline:none}.app-icon-btn,.app-grid-btn{width:38px!important;min-width:38px;height:38px;padding:0!important;border-radius:10px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;position:relative}.app-icon-badge{position:absolute;top:-4px;right:-3px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;line-height:16px;font-weight:700}.app-icon-badge.blue{background:#3b82f6}.app-profile-pill{width:auto;min-width:180px;height:42px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;gap:8px;padding:0 10px}.app-profile-avatar{width:30px;height:30px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:700}.app-profile-meta{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.app-profile-meta strong{font-size:12px;color:#0f172a}.app-profile-meta small{font-size:11px;color:#64748b}.app-profile-caret{margin-left:auto;color:#64748b;font-size:11px}.app-sidebar-overlay{display:none}.app-sidebar{display:flex;flex-direction:column;background:linear-gradient(180deg,#0f2354,#0a1b42 45%,#081736);color:#fff;border-right:1px solid rgba(255,255,255,.08);overflow:hidden}.app-sidebar-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.app-sidebar-footer{flex-shrink:0;padding-top:10px;margin-top:4px;border-top:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#081736eb,#081736 40%)}.app-sidebar-brand{display:flex;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.12)}.brand-logo{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#4f8df8,#2f6ff2);font-weight:700}.brand-logo-image{width:36px;height:36px;border-radius:10px;object-fit:contain;background:#fff;padding:3px;box-shadow:0 8px 14px #2f6ff247}.brand-meta h3{margin:0;font-size:16px}.brand-meta p{margin:2px 0 0;font-size:11px;color:#9fb2db}.app-nav-section{margin-bottom:12px}.app-nav-list{list-style:none;padding:0;margin:0}.app-nav-link{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;background:transparent;border:1px solid transparent;border-radius:10px;color:#e2e8f0;position:relative;transition:background .16s ease,transform .16s ease,box-shadow .18s ease}.app-nav-link:hover{background:#ffffff14;transform:translate(3px);box-shadow:0 8px 14px #06143652}.app-nav-link.active{background:linear-gradient(135deg,#4f8df8,#2f6ff2);border-color:#fff3;color:#fff;box-shadow:0 8px 16px #2f6ff259}.app-nav-link.active:before{content:"";position:absolute;left:-10px;top:8px;bottom:8px;width:4px;border-radius:999px;background:#7fb0ff}.app-nav-link-label{display:flex;align-items:center;gap:6px;font-weight:600;min-width:0}.app-nav-link-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;opacity:.95}.app-nav-link-text{color:inherit;opacity:1;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-nav-section-title{display:flex;align-items:center;gap:6px;letter-spacing:.04em}.app-nav-section-icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;opacity:.9}.app-nav-treasury{display:flex;flex-direction:column;gap:6px}.app-nav-tile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.app-nav-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 6px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#e2e8f0;cursor:pointer;text-align:center;transition:background .16s ease,transform .16s ease,box-shadow .18s ease}.app-nav-tile:hover{background:#ffffff1a;transform:translateY(-2px);box-shadow:0 8px 14px #06143652}.app-nav-tile.active{background:linear-gradient(135deg,#4f8df8,#2f6ff2);border-color:#ffffff40;color:#fff;box-shadow:0 8px 16px #2f6ff259}.app-nav-tile-icon{font-size:16px;display:inline-flex;opacity:.95}.app-nav-tile-text{font-size:11px;font-weight:600;line-height:1.25}.app-nav-badge{background:#ef4444;color:#fff;border-radius:10px;padding:2px 6px;font-size:10px;font-weight:700;margin-left:5px}.app-sidebar-separator{margin:14px 0;border-color:#ffffff24}.app-sidebar-user{display:flex;align-items:center;gap:10px;margin-bottom:10px}.app-sidebar-user-avatar{width:30px;height:30px;border-radius:999px;background:#ffffff24;display:grid;place-items:center;font-size:11px;font-weight:700}.app-sidebar-logout{width:100%;padding:9px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:700}.app-sidebar-logout:hover{filter:brightness(1.05)}@media(max-width:767px){.app-shell{display:block}.app-mobile-topbar{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1100;height:56px;padding:0 12px;background:#2c3e50;color:#fff;border-bottom:1px solid #34495e}.app-mobile-title{font-weight:700;letter-spacing:.2px}.app-mobile-menu-btn,.app-mobile-logout-btn{width:44px!important;height:40px;min-width:44px;padding:0!important;border:1px solid #34495e;border-radius:8px;background:#ffffff0f;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.app-mobile-logout-btn{background:#ef444438;border-color:#ef44448c;color:#fecaca}.app-mobile-logout-btn svg{font-size:18px}.app-sidebar{position:fixed;top:0;left:0;height:100vh;height:100dvh;max-width:86vw;width:280px!important;padding-bottom:max(12px,env(safe-area-inset-bottom));box-sizing:border-box;transform:translate(-105%);transition:transform .16s ease-out;z-index:1200;box-shadow:8px 0 24px #00000059}.app-sidebar-footer{padding:12px 0 4px}.app-sidebar-logout{min-height:44px;font-size:14px}.app-sidebar.open{transform:translate(0)}.app-sidebar-overlay.open{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000073;z-index:1150}.app-content{padding-top:8px}.app-desktop-topbar{display:none}}@keyframes bbsPageSpin{to{transform:rotate(360deg)}}.bbs-page-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:80px 20px;color:#7f8c8d;font-size:14px}.bbs-page-loading-spinner{width:20px;height:20px;border:2px solid #d0d7de;border-top-color:#2c3e50;border-radius:50%;display:inline-block;animation:bbsPageSpin .7s linear infinite;flex-shrink:0}
