*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:#f0f2f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-form{background:#fff;border-radius:12px;width:400px;padding:2.5rem;box-shadow:0 8px 32px #00000026}.login-form h2{text-align:center;color:#667eea;margin-bottom:.25rem}.login-form h3{text-align:center;color:#555;margin-bottom:1.5rem}.login-form input,.login-form select{border:1px solid #ddd;border-radius:6px;width:100%;margin-bottom:1rem;padding:.75rem;font-size:1rem}.login-form button{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;width:100%;padding:.75rem;font-size:1rem}.login-form button:hover{background:#5a6fd6}.error{color:#e74c3c;text-align:center;margin-bottom:1rem}.link{text-align:center;color:#666;margin-top:1rem}.link a{color:#667eea;text-decoration:none}:root{--sidebar-width:240px;--sidebar-collapsed:60px;--topbar-height:56px}.page-with-sidebar{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);color:#ccc;z-index:100;background:#1a1a2e;flex-direction:column;transition:width .25s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:visible}.sidebar-collapsed{width:var(--sidebar-collapsed)}.sidebar-header{border-bottom:1px solid #ffffff14;flex-shrink:0;padding:1rem}.sidebar-brand{cursor:pointer;align-items:center;gap:.6rem;display:flex}.sidebar-logo{font-size:1.3rem}.sidebar-title{color:#fff;white-space:nowrap;font-size:1rem;font-weight:600}.sidebar-user{border-bottom:1px solid #ffffff14;flex-shrink:0;align-items:center;gap:.6rem;padding:.85rem 1rem;display:flex}.sidebar-avatar{color:#fff;background:#667eea;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;font-weight:700;display:flex}.sidebar-user-info{flex:1;overflow:hidden}.sidebar-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.sidebar-user-role{color:#888;white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;overflow:hidden}.sidebar-nav{flex:1;padding:.5rem 0;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{width:3px}.sidebar-nav::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.sidebar-item{color:#999;cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.6rem;width:100%;padding:.65rem 1rem;font-size:.84rem;transition:all .15s;display:flex}.sidebar-item:hover{color:#ddd;background:#ffffff0f}.sidebar-item.active{color:#fff;background:#667eea33;border-right:3px solid #667eea}.sidebar-item-icon{text-align:center;flex-shrink:0;width:24px;font-size:1rem}.sidebar-item-label{text-overflow:ellipsis;overflow:hidden}.sidebar-footer{border-top:1px solid #ffffff14;flex-shrink:0;padding:.5rem 0}.sidebar-copyright{text-align:center;color:#555;white-space:nowrap;text-overflow:ellipsis;border-top:1px solid #ffffff0f;padding:.65rem 1rem;font-size:.65rem;overflow:hidden}.sidebar-collapsed .sidebar-copyright{padding:.4rem .2rem;font-size:.5rem}.sidebar-hamburger{z-index:200;color:#fff;cursor:pointer;background:#1a1a2e;border:none;border-radius:6px;padding:.5rem .7rem;font-size:1.1rem;display:none;position:fixed;top:12px;left:12px}.sidebar-mobile-overlay{z-index:150;background:#00000080;display:none;position:fixed;inset:0}@media (width<=768px){.sidebar-hamburger{display:block}.sidebar{display:none}.sidebar-mobile{width:260px;display:flex}.sidebar-mobile-overlay{display:block}.page-with-sidebar .main-area{margin-left:0!important}.sidebar-toggle{display:none}}.main-area{margin-left:var(--sidebar-width);flex-direction:column;flex:1;min-height:100vh;transition:margin-left .25s;display:flex}.page-with-sidebar .sidebar-collapsed+.main-area{margin-left:var(--sidebar-collapsed)}.topbar{height:var(--topbar-height);z-index:50;background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 1.5rem;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #00000014}.topbar h2{color:#333;font-size:1.1rem;font-weight:600}.topbar{gap:.75rem}.article-number-badge{color:#fff;letter-spacing:.5px;white-space:nowrap;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:.2rem .65rem;font-size:.78rem;font-weight:700}.topbar-user{color:#888;font-size:.82rem}.topbar-actions{gap:.5rem;display:flex}.navbar{background:#fff;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;box-shadow:0 2px 4px #0000001a}.navbar h2{color:#333;font-size:1.2rem}.navbar div{align-items:center;gap:.75rem;display:flex}.navbar span{color:#555;font-weight:500}.navbar button{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem}.navbar button:hover{background:#5a6fd6}.page{background:#f0f2f5;min-height:100vh}.content{flex:1;max-width:1200px;margin:0 auto;padding:2rem}.content h3{color:#444;margin-bottom:1rem}.empty{color:#888;text-align:center;padding:2rem}.empty a{color:#667eea}.table{border-collapse:collapse;background:#fff;border-radius:8px;width:100%;overflow:hidden;box-shadow:0 2px 8px #00000014}.table th,.table td{text-align:left;border-bottom:1px solid #eee;padding:.75rem 1rem}.table th{color:#555;background:#f8f9fa;font-weight:600}.table tr:hover{background:#f8f9fa}.table td button{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:4px;margin-right:.35rem;padding:.35rem .75rem;font-size:.8rem}.table td button:hover{background:#5a6fd6}.table td button.danger{background:#e74c3c}.table td button.danger:hover{background:#c0392b}.badge{border-radius:12px;padding:.25rem .6rem;font-size:.8rem;font-weight:500}.badge.draft{color:#856404;background:#ffeaa7}.badge.submitted{color:#064;background:#55efc4}.badge.admin{color:#fff;background:#667eea}.badge.user{color:#2d3436;background:#dfe6e9}.badge.viewer{color:#066;background:#81ecec}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.stat-card{text-align:center;background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.stat-card h3{color:#667eea;margin-bottom:.25rem;font-size:2rem}.stat-card p{color:#666}.charts-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}.chart-card{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.chart-card h4{color:#444;margin-bottom:1rem}.recent{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.recent h4{color:#444;margin-bottom:1rem}.article-form{background:#fff;border-radius:10px;max-width:700px;margin:0 auto;padding:2rem;box-shadow:0 2px 8px #00000014}.form-group{margin-bottom:1.25rem}.form-group label{color:#444;margin-bottom:.4rem;font-weight:500;display:block}.form-group input,.form-group select{border:1px solid #ddd;border-radius:6px;width:100%;padding:.65rem .8rem;font-size:.95rem}.submit-btn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;width:100%;padding:.75rem;font-size:1rem}.submit-btn:hover{background:#5a6fd6}.add-btn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;margin-bottom:1.5rem;padding:.6rem 1.2rem;font-size:.9rem}.user-form{background:#fff;border-radius:10px;max-width:600px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 2px 8px #00000014}.user-form h4{margin-bottom:1rem}.user-form input,.user-form select{border:1px solid #ddd;border-radius:6px;width:100%;margin-bottom:1rem;padding:.65rem}.user-form button{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;padding:.5rem 1.2rem}.form-row{gap:.75rem;display:flex}.form-row input,.form-row select{flex:1}.filter-bar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.filter-bar .search-input{border:1px solid #ddd;border-radius:6px;flex:1;min-width:220px;padding:.6rem .8rem;font-size:.9rem}.filter-bar select{border:1px solid #ddd;border-radius:6px;padding:.6rem}.result-count{color:#888;white-space:nowrap;font-size:.85rem}.empty-cell{color:#999;text-align:center!important;padding:2rem!important}.toolbar{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.action-btn{cursor:pointer;color:#fff;background:#667eea;border:none;border-radius:6px;padding:.55rem 1.1rem;font-size:.85rem}.action-btn:hover{opacity:.9}.action-btn.export{background:#27ae60}.action-btn.template{background:#f39c12}.action-btn.import{background:#8e44ad;display:inline-block}.action-btn.import:hover{background:#7d3c98}.action-btn.danger-btn{background:#e74c3c}.action-btn.danger-btn:hover{background:#c0392b}.col-check{width:40px;text-align:center!important}.col-check input[type=checkbox]{cursor:pointer;width:16px;height:16px}.mail-form{background:#fff;border-radius:10px;max-width:700px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 2px 8px #00000014}.mail-form .form-group{flex:1}.mail-form .form-group label{color:#555;margin-bottom:.3rem;font-size:.85rem;font-weight:500;display:block}.mail-form .form-group input,.mail-form .form-group select{border:1px solid #ddd;border-radius:6px;width:100%;padding:.6rem}.mail-form .form-row{gap:1rem;margin-bottom:1rem;display:flex}.mail-form .btn-row{margin-top:1rem}.success{color:#27ae60;background:#d4edda;border-radius:6px;margin-bottom:1rem;padding:.6rem 1rem}.checkbox-label{cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.checkbox-label input{width:auto!important}.test-section{background:#fff;border-radius:10px;max-width:700px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.test-section h4{margin-bottom:1rem}.test-input{border:1px solid #ddd;border-radius:6px;flex:1;padding:.6rem}.checkbox-row{gap:1.5rem;display:flex}.checkbox-row label{cursor:pointer;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.toast{z-index:10000;border-radius:8px;padding:.85rem 1.5rem;font-size:.9rem;font-weight:500;animation:.3s slideInRight;position:fixed;top:20px;right:20px;box-shadow:0 4px 16px #00000026}.toast-success{color:#fff;background:#27ae60}.toast-error{color:#fff;background:#e74c3c}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.no-fields-message{text-align:center;background:#fff;border-radius:10px;max-width:500px;margin:2rem auto;padding:3rem 2rem;box-shadow:0 2px 8px #00000014}.no-fields-message h3{color:#e67e22;margin-bottom:.75rem}.no-fields-message p{color:#888;line-height:1.5}.field-list{flex-direction:column;gap:.75rem;display:flex}.field-card{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 1px 4px #00000014}.field-card-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.field-inputs{flex:2;gap:.75rem;min-width:300px;display:flex}.field-inputs input{border:1px solid #ddd;border-radius:5px;flex:1;padding:.55rem;font-size:.85rem}.field-inputs .key-input{color:#666;flex:.7;font-family:monospace}.field-options{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.field-options select{border:1px solid #ddd;border-radius:5px;padding:.5rem}.toggle-label{cursor:pointer;white-space:nowrap;align-items:center;gap:.3rem;font-size:.8rem;display:flex}.field-options .danger{color:#fff;cursor:pointer;background:#e74c3c;border:none;border-radius:4px;padding:.4rem .7rem;font-size:.8rem}.field-options .danger:hover{background:#c0392b}.action-btn.small{padding:.3rem .6rem;font-size:.75rem}.dropdown-options{border-top:1px solid #eee;margin-top:.6rem;padding-top:.6rem}.dropdown-options .options-header{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.dropdown-options .options-header span{color:#666;font-size:.8rem;font-weight:500}.dropdown-options textarea{resize:vertical;border:1px solid #ddd;border-radius:5px;width:100%;padding:.5rem;font-family:monospace;font-size:.85rem}.loading{color:#666;justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;display:flex}.flow-progress-mini{flex-wrap:wrap;gap:.75rem;display:flex}.flow-progress-dept{align-items:center;gap:2px;display:flex}.flow-dot-group{flex-direction:column;align-items:center;gap:0;display:flex}.flow-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.flow-dot-pending{background:#dfe6e9;border:1px solid #b2bec3}.flow-dot-done{background:#27ae60}.flow-dot-escalated{background:#e74c3c}.flow-dot-line{background:#dfe6e9;width:1px;height:6px}.flow-step-escalation{color:#e67e22;white-space:nowrap;background:#fef3e2;border-radius:4px;padding:.15rem .45rem;font-size:.75rem}.pf-stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.pf-stat-card{background:#fff;border-radius:10px;flex-direction:column;align-items:center;gap:.25rem;padding:1rem 1.25rem;display:flex;box-shadow:0 2px 8px #00000014}.pf-stat-number{color:#667eea;font-size:1.6rem;font-weight:700}.pf-stat-label{color:#888;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.pf-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.pf-search-group{flex:1;gap:.5rem;min-width:300px;display:flex}.pf-search{border:1px solid #ddd;border-radius:6px;flex:1;min-width:200px;padding:.6rem .8rem;font-size:.9rem}.pf-search:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 2px #667eea26}.pf-filter-select{background:#fff;border:1px solid #ddd;border-radius:6px;padding:.6rem;font-size:.9rem}.pf-filter-select:focus{border-color:#667eea;outline:none}.pf-actions{flex-shrink:0;gap:.5rem;display:flex}.pf-btn{cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:500;transition:all .2s}.pf-btn-primary{color:#fff;background:#667eea}.pf-btn-primary:hover{background:#5a6fd6}.pf-btn-cancel{color:#636e72;background:#dfe6e9}.pf-btn-cancel:hover{background:#d0d7dd}.pf-btn-danger{color:#fff;background:#e74c3c}.pf-btn-danger:hover{background:#c0392b}.pf-btn-sm{padding:.35rem .7rem;font-size:.75rem}.pf-empty{text-align:center;background:#fff;border-radius:12px;padding:3rem 2rem;box-shadow:0 2px 8px #00000014}.pf-empty-icon{margin-bottom:1rem;font-size:3rem}.pf-empty h3{color:#444;margin-bottom:.5rem}.pf-empty p{color:#888;font-size:.9rem}.pf-reminder-section{margin-bottom:1.25rem}.pf-reminder-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.pf-reminder-card h4{color:#444;margin-bottom:.5rem;font-size:1rem}.pf-reminder-card p{color:#888;margin-bottom:.75rem;font-size:.85rem}.pf-form-row{flex-wrap:wrap;align-items:flex-start;gap:1rem;display:flex}.pf-form-row-checkboxes{gap:1.5rem;padding:.5rem 0}.pf-checkbox-label{color:#444;cursor:pointer;align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.85rem;display:flex}.pf-checkbox-label input[type=checkbox]{cursor:pointer;width:16px;height:16px}.pf-department{background:#fff;border-radius:12px;margin-bottom:1.25rem;overflow:hidden;box-shadow:0 2px 8px #00000014}.pf-dept-header{cursor:pointer;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;transition:background .2s;display:flex}.pf-dept-header:hover{background:#f8f9ff}.pf-dept-title-row{align-items:center;gap:.6rem;display:flex}.pf-dept-icon{font-size:1.2rem}.pf-dept-title{color:#333;margin:0;font-size:1rem;font-weight:600}.pf-dept-count{color:#888;background:#f0f2f5;border-radius:10px;padding:.15rem .5rem;font-size:.75rem}.pf-dept-actions{align-items:center;gap:.5rem;display:flex}.pf-collapse-icon{color:#999;font-size:.7rem;transition:transform .2s}.pf-collapse-icon.collapsed{transform:rotate(-90deg)}.pf-timeline{padding:1rem 1.5rem 1.5rem}.pf-step{gap:0;display:flex;position:relative}.pf-step-inactive{opacity:.6}.pf-step-node{flex-direction:column;flex-shrink:0;align-items:center;width:40px;display:flex;position:relative}.pf-step-number{z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;display:flex}.pf-step-number.active{color:#fff;background:#667eea;box-shadow:0 2px 6px #667eea4d}.pf-step-number.inactive{color:#636e72;background:#dfe6e9}.pf-step-line{background:#e0e4e8;flex:1;width:2px;min-height:20px}.pf-step-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;flex:1;margin-bottom:1rem;margin-left:1rem;padding:1rem 1.25rem;transition:box-shadow .2s;position:relative}.pf-step-card:hover{box-shadow:0 2px 8px #0000000f}.pf-step-card-header{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.4rem;display:flex}.pf-step-role{align-items:center;gap:.5rem;display:flex}.pf-step-role strong{color:#333;font-size:.95rem}.pf-step-email{color:#888;white-space:nowrap;font-size:.82rem}.pf-step-desc{color:#666;margin-bottom:.5rem;font-size:.82rem;font-style:italic}.pf-step-meta{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.pf-step-actions{opacity:0;gap:.15rem;transition:opacity .2s;display:flex;position:absolute;top:.6rem;right:.6rem}.pf-step-card:hover .pf-step-actions{opacity:1}.pf-btn-icon{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.2rem .3rem;font-size:.85rem;line-height:1;transition:background .2s}.pf-btn-icon:hover{background:#e9ecef}.pf-btn-icon.danger:hover{background:#fde8e8}.pf-badge{white-space:nowrap;border-radius:5px;align-items:center;gap:.2rem;padding:.2rem .5rem;font-size:.7rem;font-weight:500;display:inline-flex}.pf-badge-inactive{color:#636e72;background:#dfe6e9;font-size:.65rem}.pf-badge-trigger{color:#667eea;background:#eef2ff}.pf-badge-scope{font-size:.7rem}.pf-badge-scope-all{color:#1abc9c;background:#e8f8f5}.pf-badge-scope-same{color:#f39c12;background:#fef9e7}.pf-badge-escalation{color:#e67e22;background:#fef3e2}.pf-collapsed .pf-timeline{display:none}.pf-modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.pf-modal{background:#fff;border-radius:14px;width:560px;max-width:100%;max-height:90vh;animation:.2s scaleIn;overflow-y:auto;box-shadow:0 12px 40px #0003}.pf-modal-sm{width:420px}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.pf-modal-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.pf-modal-header h4{color:#333;margin:0;font-size:1.1rem}.pf-modal-close{cursor:pointer;color:#999;background:0 0;border:none;border-radius:4px;padding:.25rem;font-size:1.2rem;line-height:1;transition:all .2s}.pf-modal-close:hover{color:#333;background:#f0f0f0}.pf-modal-body,.pf-modal-form{padding:1.25rem 1.5rem}.pf-form-row{gap:.75rem;margin-bottom:.75rem;display:flex}.pf-form-row-checkboxes{flex-wrap:wrap;gap:1.25rem;margin-bottom:.75rem}.pf-form-group{flex:1;min-width:0}.pf-form-group label{color:#555;margin-bottom:.3rem;font-size:.82rem;font-weight:500;display:block}.pf-form-group .required{color:#e74c3c}.pf-form-group input,.pf-form-group select,.pf-form-group textarea{border:1px solid #ddd;border-radius:6px;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:.88rem;transition:border-color .2s}.pf-form-group input:focus,.pf-form-group select:focus,.pf-form-group textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 2px #667eea26}.pf-form-group textarea{resize:vertical}.pf-checkbox-label{cursor:pointer;color:#555;white-space:nowrap;align-items:center;gap:.35rem;font-size:.85rem;display:flex}.pf-checkbox-label input{width:auto!important}.pf-form-actions{border-top:1px solid #eee;justify-content:flex-end;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.pf-delete-info{background:#f8f9fa;border-radius:8px;margin:.75rem 0;padding:.75rem 1rem}.pf-delete-info div{color:#444;padding:.2rem 0;font-size:.88rem}.pf-dept-stats-section{background:#fff;border-radius:12px;margin-top:1.5rem;padding:1.5rem;box-shadow:0 2px 8px #00000014}.pf-dept-stats-section h4{color:#444;margin:0 0 1rem;font-size:1rem}.pf-dept-stats-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;display:grid}.pf-dept-stat-card{background:#f8f9fa;border-radius:8px;padding:.75rem 1rem}.pf-dept-stat-name{color:#333;margin-bottom:.4rem;font-size:.85rem;font-weight:600}.pf-dept-stat-bar{background:#e9ecef;border-radius:3px;height:6px;margin-bottom:.35rem;overflow:hidden}.pf-dept-stat-fill{background:#667eea;border-radius:3px;height:100%;transition:width .5s}.pf-dept-stat-numbers{justify-content:space-between;font-size:.72rem;display:flex}.respond-page{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.respond-card{background:#fff;border-radius:12px;width:480px;max-width:90vw;padding:2.5rem;box-shadow:0 8px 32px #00000026}.respond-card h2{text-align:center;color:#667eea;margin-bottom:1.5rem}.respond-info{background:#f8f9fa;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.respond-info-row{border-bottom:1px solid #eee;justify-content:space-between;padding:.35rem 0;display:flex}.respond-info-row:last-child{border-bottom:none}.respond-label{color:#555;font-weight:600}.respond-form .form-group{margin-bottom:1rem}.respond-form label{color:#444;margin-bottom:.3rem;font-weight:500;display:block}.respond-form input,.respond-form select,.respond-form textarea{border:1px solid #ddd;border-radius:6px;width:100%;padding:.65rem;font-family:inherit;font-size:.95rem}.respond-already{text-align:center;color:#666;background:#f8f9fa;border-radius:8px;padding:1rem}.respond-already p{margin:.5rem 0}.data-summary-table{font-size:.78rem}.data-summary-table td,.data-summary-table th{white-space:nowrap;text-overflow:ellipsis;max-width:150px;padding:.4rem .5rem;overflow:hidden}.editable-cell{cursor:pointer;position:relative}.editable-cell:hover{background:#eef2ff}.inline-edit{z-index:10;position:absolute;inset:0}.inline-edit input{background:#fff;border:2px solid #667eea;border-radius:3px;outline:none;width:100%;height:100%;padding:.3rem .4rem;font-size:.78rem;box-shadow:0 2px 8px #667eea33}.table-responsive{background:#fff;border-radius:8px;overflow-x:auto;box-shadow:0 2px 8px #00000014}.table-responsive .table{box-shadow:none}.row-expanded{background:#f0f2ff!important}.row-selected{background:#eef2ff!important}.expand-btn{cursor:pointer;color:#888;background:0 0;border:1px solid #ddd;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.6rem;transition:all .15s;display:flex}.expand-btn:hover{color:#667eea;background:#eef2ff;border-color:#667eea}.dept-data-panel{background:#fafbff;border-top:1px solid #e8ecf4;flex-direction:column;gap:.75rem;padding:.75rem 1rem 1rem 3rem;display:flex}.dept-data-card{background:#fff;border:1px solid #e8ecf4;border-radius:8px;overflow:hidden}.dept-data-header{background:#f8f9fc;border-bottom:1px solid #e8ecf4;align-items:center;gap:.6rem;padding:.5rem .75rem;font-size:.8rem;display:flex}.dept-data-header strong{color:#333}.dept-data-meta{color:#888;margin-left:auto;font-size:.7rem}.dept-data-table{box-shadow:none;border-radius:0;font-size:.75rem}.dept-data-table td{padding:.3rem .6rem!important}.dept-data-field{color:#555;white-space:nowrap;width:160px;font-weight:600}.dept-data-pending{color:#999;padding:.6rem .75rem;font-size:.8rem;font-style:italic}.sidebar-notif{position:relative}.notif-badge{color:#fff;pointer-events:none;background:#e74c3c;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.6rem;font-weight:700;line-height:1;display:flex;position:absolute;top:2px;left:22px}.notif-dropdown{z-index:200;background:#fff;border-radius:10px;flex-direction:column;width:340px;max-height:400px;display:flex;position:absolute;top:0;left:calc(100% + 8px);overflow:hidden;box-shadow:0 8px 32px #0003}.sidebar-collapsed .notif-dropdown{left:calc(100% + 4px)}.notif-header{color:#333;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:.7rem 1rem;font-size:.82rem;font-weight:600;display:flex}.notif-mark-all{color:#667eea;cursor:pointer;background:0 0;border:none;font-size:.75rem;font-weight:500}.notif-mark-all:hover{text-decoration:underline}.notif-list{flex:1;overflow-y:auto}.notif-empty{text-align:center;color:#999;padding:2rem;font-size:.82rem}.notif-item{cursor:pointer;border-bottom:1px solid #f5f5f5;padding:.7rem 1rem;transition:background .15s}.notif-item:hover{background:#f8f9ff}.notif-item:last-child{border-bottom:none}.notif-unread{background:#eef2ff;border-left:3px solid #667eea}.notif-message{color:#333;font-size:.8rem;line-height:1.4}.notif-email-status{color:#667eea;margin-top:.15rem;font-size:.7rem}.notif-time{color:#999;margin-top:.25rem;font-size:.68rem}.dash-cards{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.dash-card{cursor:default;background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1.2rem 1.25rem;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 8px #0000000f}.dash-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.dash-card-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.8rem;display:flex}.dash-card-body{min-width:0}.dash-card-number{color:#1a1a2e;font-size:1.6rem;font-weight:700;line-height:1.2}.dash-card-label{color:#888;text-transform:uppercase;letter-spacing:.3px;font-size:.75rem}.dash-card-sub{color:#aaa;margin-top:.15rem;font-size:.68rem}.dash-charts{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem;display:grid}.dash-chart-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #0000000f}.dash-chart-card h4{color:#444;align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.88rem;display:flex}.dash-bar-chart{align-items:flex-end;gap:.4rem;height:120px;padding-top:.5rem;display:flex}.dash-bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:.25rem;height:100%;display:flex}.dash-bar-fill{background:linear-gradient(#667eea,#764ba2);border-radius:4px 4px 0 0;width:100%;max-width:36px;min-height:2px;transition:height .6s}.dash-bar-label{color:#888;white-space:nowrap;font-size:.6rem}.dash-donut{justify-content:center;align-items:center;gap:2rem;display:flex}.dash-donut-svg{width:140px;height:140px}.dash-donut-legend{flex-direction:column;gap:.5rem;display:flex}.dash-donut-item{color:#555;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.dash-donut-dot{border-radius:3px;flex-shrink:0;width:10px;height:10px}.dash-donut-val{color:#333;margin-left:auto;font-weight:600}.dash-bottom{grid-template-columns:1.5fr 1fr;gap:1.25rem;margin-bottom:1.5rem;display:grid}.dash-panel{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #0000000f}.dash-panel h4{color:#444;align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.88rem;display:flex}.dash-panel .table{box-shadow:none;margin:0}.dash-panel .table th{padding:.4rem .5rem;font-size:.7rem}.dash-panel .table td{padding:.4rem .5rem;font-size:.75rem}.dash-notif-item{color:#555;border-bottom:1px solid #f5f5f5;align-items:flex-start;gap:.5rem;padding:.5rem 0;font-size:.78rem;display:flex}.dash-notif-item:last-child{border-bottom:none}.dash-notif-icon{flex-shrink:0;margin-top:1px;font-size:.85rem}.dash-notif-text{flex:1;line-height:1.4}.dash-notif-time{color:#aaa;font-size:.65rem}.dash-dept-chart{flex-direction:column;gap:.6rem;display:flex}.dash-dept-row{align-items:center;gap:.6rem;font-size:.78rem;display:flex}.dash-dept-name{color:#555;flex-shrink:0;width:90px;font-weight:500}.dash-dept-bar-wrap{background:#f0f2f5;border-radius:4px;flex:1;height:20px;position:relative;overflow:hidden}.dash-dept-bar{border-radius:4px;height:100%;transition:width .6s}.dash-dept-bar.submitted{background:#667eea}.dash-dept-bar.draft{background:#f1c40f}.dash-dept-count{text-align:right;color:#888;width:30px;font-weight:600}@media (width<=768px){.dash-charts,.dash-bottom{grid-template-columns:1fr}.dash-cards{grid-template-columns:repeat(2,1fr)}.dash-card-icon{width:36px;height:36px;font-size:1.3rem}.dash-card-number{font-size:1.2rem}}
