.editorLogin{background:linear-gradient(135deg,#0f172a,#1e293b,#2563eb);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.editorLoginOverlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff14;border-radius:25px;width:100%;max-width:1200px;display:flex;overflow:hidden;box-shadow:0 20px 40px #0000004d}.editorLoginLeft{color:#fff;flex-direction:column;flex:1;justify-content:center;padding:60px;display:flex}.editorLoginLeft h1{margin-bottom:10px;font-size:42px}.editorLoginLeft>p{opacity:.9;font-size:18px}.editorLoginInfo{margin-top:60px}.editorLoginInfo h3{margin-bottom:15px;font-size:28px}.editorLoginInfo p{opacity:.85;line-height:1.7}.editorLoginCard{background:#fff;width:450px;padding:50px}.loginLogo{text-align:center;margin-bottom:30px}.loginLogo h2{color:#111827;font-size:32px}.loginLogo p{color:#6b7280}.formGroup{margin-bottom:20px}.formGroup label{color:#374151;margin-bottom:8px;font-weight:600;display:block}.formGroup input{border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;padding:14px 15px;font-size:15px;transition:all .3s}.formGroup input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb26}.loginBtn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;width:100%;padding:15px;font-size:16px;font-weight:600;transition:all .3s}.loginBtn:hover{background:#1d4ed8;transform:translateY(-2px)}@media (width<=900px){.editorLoginOverlay{flex-direction:column}.editorLoginLeft{text-align:center;padding:40px 30px}.editorLoginCard{width:100%;padding:30px}.editorLoginLeft h1{font-size:32px}}@media (width<=500px){.editorLoginCard,.editorLoginLeft{padding:25px}.editorLoginLeft h1,.loginLogo h2{font-size:26px}}.mainLayout{background:#f3f3f9;min-height:100vh;display:flex;overflow-x:hidden}.mainLayoutContent{flex:1;width:calc(100% - 280px);margin-left:280px;transition:margin-left .35s,width .35s}.mainLayoutContentCollapsed{width:calc(100% - 80px);margin-left:80px}.mainLayoutPage{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;padding:24px;display:grid}.dashboardCard{color:#344054;background:#fff;border-radius:16px;justify-content:center;align-items:center;min-height:220px;padding:20px;font-size:18px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #00000014}.dashboardCard:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}@media (width<=1400px){.mainLayoutPage{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (width<=992px){.mainLayoutContent,.mainLayoutContentCollapsed{width:calc(100% - 80px);margin-left:80px}.mainLayoutPage{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;padding:20px}.dashboardCard{min-height:180px}}@media (width<=768px){.mainLayoutContent,.mainLayoutContentCollapsed{width:100%;margin-left:0}.mainLayoutPage{grid-template-columns:1fr;gap:15px;padding:15px}.dashboardCard{border-radius:12px;min-height:170px;padding:18px;font-size:16px}}@media (width<=480px){.mainLayoutPage{gap:12px;padding:12px}.dashboardCard{min-height:150px;padding:15px;font-size:15px}}.sidebar{z-index:1000;background:linear-gradient(#2e7d32 0%,#388e3c 40%,#1b5e20 100%);width:280px;height:100vh;transition:all .35s;position:fixed;top:0;left:0;overflow:hidden auto}.sidebarCollapsed{width:80px}.sidebarMobileOpen{left:0!important}.sidebarOverlay{z-index:999;background:#00000073;display:none;position:fixed;inset:0}.sidebarOverlay.show{display:block}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:20px}.mobileSidebarHeader{color:#fff;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:65px;padding:0 20px;display:none}.mobileSidebarHeader h3{margin:0;font-size:18px}.sidebarCloseBtn{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:8px;width:38px;height:38px}.sidebarMenu{padding:16px 12px 40px}.sidebarItem{color:#fff;cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;min-height:50px;margin-bottom:5px;padding:0 14px;transition:all .3s;display:flex}.sidebarItem:hover{background:#f4c4302e;border-left:4px solid #f4c430}.sidebarItem.active{background:#f4c43038;border-left:4px solid #f4c430}.sidebarItemLeft{align-items:center;gap:10px;width:100%;display:flex}.sidebarItemLeft svg{min-width:18px;font-size:16px}.sidebarDropdown{border-left:2px solid #f4c43066;margin-bottom:10px;margin-left:22px;padding-left:12px;animation:.3s dropdown}.sidebarSubItem:hover{color:#f4c430;background:#ffffff14}.sidebarSubItem{color:#fffc;cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:10px;transition:all .3s;display:flex}.sidebarSubItem svg{min-width:15px;font-size:15px}.sidebarSubItem span{font-size:15px}.sidebarSubItem:hover{color:#fff;background:#ffffff1f;padding-left:16px}@keyframes dropdown{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (width<=992px){.sidebar{width:260px}.sidebarCollapsed{width:75px}}@media (width<=768px){.sidebar{z-index:1001;width:280px;left:-280px;box-shadow:0 10px 40px #00000040}.sidebarCollapsed{width:280px}.mobileSidebarHeader{display:flex}.sidebarLogo{height:75px}}@media (width<=480px){.sidebar{width:260px;left:-260px}.sidebarCollapsed{width:260px}}.sidebarLogo{background:#ffffff14;border-bottom:1px solid #ffffff1a;align-items:center;gap:12px;min-height:90px;padding:18px 15px;display:flex}.sidebarLogoImage{background:#fff;border-radius:50%;width:68px;min-width:58px;height:68px;padding:3px;box-shadow:0 4px 15px #0003}.sidebarLogoText h2{color:#fff;margin:0;font-size:30px;font-weight:700}.sidebarLogoText p{color:#f4c430;margin-top:3px;font-size:15px;font-weight:500}.loginInfoCard{color:#1b5e20;background:linear-gradient(135deg,#f4c430,#ffde59);border-radius:14px;margin:20px 12px;padding:16px;box-shadow:0 5px 20px #00000026}.loginInfoCard h4{margin:0 0 12px;font-size:15px;font-weight:700}.loginInfoRow strong{color:#1b5e20}.onlineStatus{font-weight:700;color:#4ade80!important}.sidebarItem,.sidebarSubItem{color:inherit;text-decoration:none}.sidebarItem.active,.sidebarSubItem.active{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px}.sidebarSubItem{align-items:center;gap:10px;padding:12px 18px;display:flex}@media (width<=768px){.sidebarLogo{padding:15px}.sidebarLogoImage{width:45px;min-width:45px;height:45px}.sidebarLogoText h2{font-size:16px}.sidebarLogoText p{font-size:11px}}@media (width<=480px){.sidebarLogo{gap:10px}.sidebarLogoImage{width:40px;min-width:40px;height:40px}.sidebarLogoText h2{font-size:15px}.sidebarLogoText p{font-size:10px}}.topbar{z-index:100;background:#fff;border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;height:70px;padding:0 20px;display:flex;position:sticky;top:0}.topbarLeft{align-items:center;gap:15px;display:flex}.topbarMenuBtn{cursor:pointer;background:#f3f5f9;border:none;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex}.topbarMenuBtn:hover{background:#e9edf5}.desktopBtn{display:flex}.mobileBtn{display:none}.topbarSearch{background:#f3f5f9;border-radius:10px;align-items:center;gap:10px;width:300px;height:42px;padding:0 15px;display:flex}.topbarSearch input{background:0 0;border:none;outline:none;width:100%}.topbarRight{align-items:center;gap:20px;display:flex}.topbarNotification{cursor:pointer;background:#f3f5f9;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative}.notificationBadge{color:#fff;background:#ff4d4f;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:600;display:flex;position:absolute;top:6px;right:6px}.topbarProfile{cursor:pointer;align-items:center;gap:10px;display:flex;position:relative}.topbarProfile img{object-fit:cover;border-radius:50%;width:42px;height:42px}.profileInfo h4{margin:0;font-size:14px}.profileInfo p{color:#888;margin:0;font-size:12px}.profileDropdown{background:#fff;border-radius:12px;width:220px;animation:.3s dropdown;position:absolute;top:65px;right:0;overflow:hidden;box-shadow:0 15px 30px #0000001f}.profileDropdown button{cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:14px 16px;transition:all .3s;display:flex}.profileDropdown button:hover{background:#f5f7fb}@media (width<=992px){.topbarSearch{width:220px}}@media (width<=768px){.desktopBtn{display:none}.mobileBtn{display:flex}.topbar{padding:0 15px}.topbarSearch,.profileInfo{display:none}.topbarRight{gap:12px}.profileDropdown{width:200px;right:-10px}}@media (width<=480px){.topbar{height:65px}.topbarNotification,.topbarMenuBtn,.topbarProfile img{width:38px;height:38px}}.paperManagement{background:#f8fafc;min-height:100vh;padding:25px}.paperHeader{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.paperHeader h2{color:#111827;font-size:28px;font-weight:700}.paperCount{color:#fff;background:#2563eb;border-radius:10px;padding:10px 18px;font-weight:600}.paperStats{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:25px;display:grid}.statCard{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 20px #00000014}.statCard h4{color:#64748b;margin-bottom:8px;font-size:14px}.statCard h2{color:#111827;font-size:30px}.paperSearch{border:1px solid #dbe2ea;border-radius:12px;outline:none;width:100%;margin-bottom:20px;padding:14px 18px;font-size:15px}.paperSearch:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.paperTableWrapper{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 25px #00000014}.paperTable{border-collapse:collapse;width:100%}.paperTable thead{color:#fff;background:#0f172a}.paperTable th{text-align:left;padding:16px}.paperTable td{border-bottom:1px solid #f1f5f9;padding:16px}.paperTable tr:hover{background:#f8fafc}.statusBadge{color:#2563eb;background:#dbeafe;border-radius:30px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-block}.actionBtns{gap:10px;display:flex}.viewBtn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;padding:9px 15px;font-weight:600}.viewBtn:hover{background:#059669}.removeBtn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:9px 15px;font-weight:600}.removeBtn:hover{background:#dc2626}.emptyPaper{text-align:center;color:#64748b;background:#fff;border-radius:16px;padding:50px;font-size:18px}@media (width<=992px){.paperStats{grid-template-columns:repeat(2,1fr)}.paperHeader{flex-direction:column;align-items:flex-start;gap:15px}}@media (width<=768px){.paperTableWrapper{overflow-x:auto}.paperStats{grid-template-columns:1fr}.paperTable{min-width:900px}}
