*{box-sizing:border-box}html,body{color:#1e293b;background:#f5f7fb;margin:0;padding:0;font-family:Arial,Segoe UI,sans-serif}body{min-height:100vh}a{color:inherit;text-decoration:none}.top-header{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:88px;padding:0 35px;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #0f172a0f}.header-left{align-items:center;gap:18px;display:flex}.logo-box{justify-content:center;align-items:center;width:75px;height:68px;display:flex;overflow:hidden}.company-logo{object-fit:contain;width:100%;height:100%}.company-title{flex-direction:column;gap:5px;display:flex}.company-title strong{color:#163d74;letter-spacing:.2px;font-size:16px}.company-title span{color:#64748b;font-size:13px}.header-right{align-items:center;gap:20px;display:flex}.user-info{align-items:center;gap:11px;display:flex}.user-info strong{font-size:14px;display:block}.user-info span{color:#64748b;margin-top:3px;font-size:12px;display:block}.user-avatar{color:#fff;background:linear-gradient(135deg,#163d74,#2563eb);border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:700;display:flex}.logout-btn{color:#dc2626;cursor:pointer;background:#fff1f2;border:none;border-radius:9px;padding:10px 15px;font-weight:600;transition:all .2s}.logout-btn:hover{background:#fee2e2}.container{width:100%;max-width:1350px;margin:auto;padding:32px}.grid{gap:20px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.space{justify-content:space-between}.card{background:#fff;border:1px solid #e8edf3;border-radius:16px;padding:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #0f172a0d}.card:hover{box-shadow:0 8px 30px #0f172a14}h1{color:#163d74;margin-top:0;font-size:27px}h2{color:#1e3a5f;margin-top:0;font-size:20px}h3{color:#334155}.muted{color:#64748b;font-size:14px}.btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#163d74,#2563eb);border:none;border-radius:9px;padding:11px 17px;font-weight:600;transition:transform .15s,box-shadow .15s}.btn:hover{transform:translateY(-1px);box-shadow:0 5px 14px #2563eb33}.btn.secondary{color:#334155;background:#f1f5f9}.btn.success{background:#059669}.btn.warning{color:#fff;background:#f59e0b}.btn.danger{background:#dc2626}.input,.select,.textarea{color:#1e293b;background:#fff;border:1px solid #d6dee8;border-radius:10px;outline:none;width:100%;padding:12px 13px;transition:all .2s}.input:focus,.select:focus,.textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.textarea{resize:vertical;min-height:110px}.label{color:#334155;margin-bottom:7px;font-size:14px;font-weight:600;display:block}.table{border-collapse:collapse;width:100%;overflow:hidden}.table th{color:#334155;text-align:left;background:#f1f5f9;border-bottom:1px solid #e2e8f0;padding:14px;font-size:13px}.table td{border-bottom:1px solid #edf2f7;padding:14px;font-size:14px}.table tbody tr{transition:all .15s}.table tbody tr:hover{background:#f8fafc}.badge{color:#1d4ed8;background:#eaf2ff;border-radius:20px;padding:6px 11px;font-size:12px;font-weight:700;display:inline-flex}.error{color:#b91c1c;background:#fff1f2;border:1px solid #fecaca;border-radius:9px;padding:12px}.successbox{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:9px;padding:12px}.timeline{border-left:2px solid #dbe4ef;margin-left:8px;padding-left:22px}.timeline-item{margin-bottom:22px;position:relative}.timeline-item:before{content:"";background:#2563eb;border:3px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:4px;left:-29px;box-shadow:0 0 0 2px #2563eb}.login-wrap{background:radial-gradient(circle at 0 0,#163d741f,#0000 35%),radial-gradient(circle at 100% 100%,#0596691a,#0000 35%),#f4f7fb;justify-content:center;align-items:center;min-height:100vh;padding:25px;display:flex}.login-card{background:#fff;border-radius:20px;width:100%;max-width:430px;padding:35px;box-shadow:0 15px 50px #0f172a1f}@media (max-width:900px){.company-title strong{font-size:13px}.company-title span{display:none}.grid-2{grid-template-columns:1fr}.container{padding:20px}.top-header{padding:0 15px}}.document-header-info{grid-template-columns:1fr 1.2fr auto;align-items:center;gap:30px;width:100%;display:grid}.document-header-left{min-width:220px}.document-header-file{text-align:center;min-width:0;padding:0 20px}.document-header-file-name{color:#334155;word-break:break-word;overflow-wrap:anywhere;width:100%;max-width:450px;margin:0 auto 12px;font-size:14px;font-weight:600;line-height:1.5;display:block}.document-download-btn{white-space:nowrap;color:#0f172a;background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;min-width:150px;padding:11px 18px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.document-download-btn:hover{background:#e2e8f0}@media (max-width:850px){.document-header-info{grid-template-columns:1fr;gap:20px}.document-header-file{text-align:left;padding:0}.document-header-file-name{margin-left:0}}.nav{z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1500px;margin:auto;padding:12px 24px;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,#1d4ed8,#2563eb);border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:700;display:flex}.row{align-items:center;display:flex}.dashboard-page{padding-top:30px;padding-bottom:50px}.dashboard-welcome{color:#fff;background:linear-gradient(135deg,#123a73 0%,#1d5fa7 70%,#2778c7 100%);border-radius:18px;justify-content:space-between;align-items:center;gap:25px;margin-bottom:26px;padding:28px 30px;display:flex;box-shadow:0 12px 35px #123a732e}.dashboard-welcome h1{color:#fff;margin:5px 0 8px;font-size:28px}.dashboard-welcome p{color:#ffffffd1;max-width:650px;margin:0;line-height:1.55}.dashboard-label{letter-spacing:1.8px;color:#ffffffb3;font-size:11px;font-weight:800}.dashboard-actions{flex-wrap:wrap;gap:10px;display:flex}.dashboard-primary-btn,.dashboard-secondary-btn{white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;padding:11px 16px;font-size:14px;font-weight:700;display:inline-flex}.dashboard-primary-btn{color:#16447d;background:#fff}.dashboard-secondary-btn{color:#fff;background:#ffffff1a;border:1px solid #ffffff59}.dashboard-stats{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px;display:grid}.stat-card{background:#fff;border:1px solid #e6ebf2;border-radius:16px;align-items:center;gap:16px;min-height:125px;padding:22px;display:flex;box-shadow:0 5px 20px #0f172a0d}.stat-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:flex}.stat-total .stat-icon{background:#edf4ff}.stat-review .stat-icon{background:#fff7e8}.stat-revision .stat-icon{background:#fff0f0}.stat-approved .stat-icon{background:#eafaf2}.stat-title{color:#64748b;font-size:13px;font-weight:600}.stat-number{color:#163d74;margin:2px 0;font-size:29px;font-weight:800}.stat-caption{color:#94a3b8;font-size:12px}.dashboard-content{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:20px;display:grid}.dashboard-panel,.side-card{background:#fff;border:1px solid #e6ebf2;border-radius:16px;box-shadow:0 5px 20px #0f172a0a}.dashboard-panel{overflow:hidden}.panel-header{border-bottom:1px solid #edf1f5;justify-content:space-between;align-items:center;gap:15px;padding:22px 24px;display:flex}.panel-header h2{margin-bottom:4px}.panel-header p{color:#94a3b8;margin:0;font-size:13px}.small-action-link{color:#1d5fa7;white-space:nowrap;font-size:13px;font-weight:700}.dashboard-table-wrap{width:100%;overflow-x:auto}.dashboard-table{border-collapse:collapse;width:100%}.dashboard-table th{color:#64748b;text-align:left;white-space:nowrap;background:#f8fafc;padding:13px 18px;font-size:12px;font-weight:700}.dashboard-table td{color:#334155;vertical-align:middle;border-top:1px solid #f0f2f5;padding:15px 18px;font-size:13px}.dashboard-table tbody tr:hover{background:#fbfcfe}.document-cell{align-items:center;gap:12px;min-width:210px;display:flex}.document-cell strong{color:#1e293b;margin-bottom:3px;display:block}.document-cell span{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;max-width:230px;font-size:11px;display:block;overflow:hidden}.document-icon{color:#2563eb;background:#eaf2ff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:800;display:flex}.dashboard-status{white-space:nowrap;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800;display:inline-flex}.status-green{color:#087443;background:#e8f8ef}.status-blue{color:#1d4ed8;background:#eaf2ff}.status-orange{color:#b45309;background:#fff5e5}.status-red{color:#c62828;background:#fff0f0}.status-purple{color:#6d41b8;background:#f2edff}.status-gray{color:#64748b;background:#f1f5f9}.view-document-btn{color:#164b8e;background:#edf4ff;border-radius:8px;padding:7px 12px;font-size:12px;font-weight:700;display:inline-flex}.dashboard-empty{text-align:center;color:#94a3b8!important;padding:50px!important}.dashboard-side-panel{gap:18px;display:grid}.side-card{padding:22px}.side-card h3{color:#163d74;margin:8px 0 20px}.side-card-icon{background:#edf4ff;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:flex}.profile-row{border-bottom:1px solid #edf1f5;padding:11px 0}.profile-row:last-child{border-bottom:0}.profile-row span{color:#94a3b8;margin-bottom:3px;font-size:11px;display:block}.profile-row strong{color:#334155;font-size:13px}.quick-actions a{color:#334155;background:#f8fafc;border-radius:9px;align-items:center;gap:10px;margin-bottom:8px;padding:11px 12px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.quick-actions a:hover{color:#164b8e;background:#edf4ff}@media (max-width:1050px){.dashboard-stats{grid-template-columns:repeat(2,1fr)}.dashboard-content{grid-template-columns:1fr}.dashboard-side-panel{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.dashboard-welcome{flex-direction:column;align-items:flex-start}.dashboard-stats,.dashboard-side-panel{grid-template-columns:1fr}.dashboard-welcome h1{font-size:23px}}*,button,input,select,textarea,table,h1,h2,h3,h4,h5,h6,strong,span,p,div,a{font-family:Arial,Segoe UI,sans-serif}.change-password-link{color:#164b8e;background:#edf4ff;border-radius:9px;justify-content:center;align-items:center;margin-top:18px;padding:10px 12px;font-size:13px;font-weight:700;transition:all .15s;display:flex}.change-password-link:hover{color:#123a73;background:#dceaff}.delete-document-btn{color:#dc2626;cursor:pointer;white-space:nowrap;background:#fff1f2;border:1px solid #fecaca;border-radius:8px;padding:7px 11px;font-size:12px;font-weight:700;transition:all .15s}.delete-document-btn:hover{background:#fee2e2;border-color:#fca5a5}.delete-document-btn:disabled{opacity:.55;cursor:not-allowed}.delete-user-btn{color:#dc2626;cursor:pointer;white-space:nowrap;background:#fff1f2;border:1px solid #fecaca;border-radius:9px;padding:10px 14px;font-size:13px;font-weight:700;transition:all .15s}.delete-user-btn:hover{background:#fee2e2;border-color:#fca5a5}
