:root{--primary:#2563eb;--primary-dark:#1d4ed8;--success:#16a34a;--danger:#dc2626;--warning:#f59e0b;--bg:#f8fafc;--card:#ffffff;--border:#e5e7eb;--text:#111827;--text-light:#6b7280;--sidebar:#0f172a;--sidebar-hover:#1e293b;--radius:16px;--shadow: 0 10px 35px rgba(15,23,42,.08);--transition:.25s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:var(--bg);color:var(--text)}.layout{display:flex;min-height:100vh;background:#f8fafc}.sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;background:#0f172a;color:#fff;display:flex;flex-direction:column;overflow:hidden;z-index:1000}.main{margin-left:280px;width:calc(100% - 280px);display:flex;flex-direction:column;min-height:100vh}.header{position:sticky;top:0;z-index:500;background:#fff;height:80px;padding:0 30px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb}.page-content{padding:30px;flex:1;overflow-y:auto}.admin-sidebar{width:280px;height:100vh;position:fixed;left:0;top:0;background:#0f172a;display:flex;flex-direction:column;color:#fff;overflow:hidden;box-shadow:6px 0 30px #0000001f;z-index:1000}.sidebar-logo{display:flex;align-items:center;gap:15px;padding:24px;border-bottom:1px solid rgba(255,255,255,.08)}.logo-icon{width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,#2563eb,#3b82f6);display:flex;justify-content:center;align-items:center;color:#fff;flex-shrink:0}.sidebar-logo h2{margin:0;font-size:22px;font-weight:700}.sidebar-logo span{color:#94a3b8;font-size:13px}.sidebar-user{display:flex;align-items:center;gap:14px;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#60a5fa);display:flex;justify-content:center;align-items:center;font-weight:700;font-size:18px;flex-shrink:0}.sidebar-user h4{margin:0;font-size:15px;color:#fff}.sidebar-user p{margin-top:4px;color:#94a3b8;font-size:13px}.sidebar-menu{flex:1;overflow-y:auto;padding:18px 14px}.sidebar-menu::-webkit-scrollbar{width:6px}.sidebar-menu::-webkit-scrollbar-thumb{background:#334155;border-radius:20px}.menu-item{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:14px;text-decoration:none;color:#cbd5e1;font-size:15px;font-weight:500;transition:.25s ease;margin-bottom:8px}.menu-item svg{min-width:20px}.menu-item:hover{background:#1e293b;color:#fff;transform:translate(6px)}.menu-item.active{background:linear-gradient(90deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 10px 25px #2563eb59}.sidebar-footer{padding:20px;border-top:1px solid rgba(255,255,255,.08)}.logout-btn{width:100%;display:flex;justify-content:center;align-items:center;gap:10px;border:none;background:#dc2626;color:#fff;padding:14px;border-radius:12px;cursor:pointer;font-size:15px;font-weight:600;transition:.25s}.logout-btn:hover{background:#b91c1c;transform:translateY(-2px)}.sidebar-footer small{display:block;margin-top:15px;text-align:center;color:#94a3b8;font-size:12px}@media(max-width:992px){.admin-sidebar{width:80px}.sidebar-logo div:last-child,.sidebar-user div:last-child,.menu-item span,.logout-btn span,.sidebar-footer small{display:none}.logo-icon,.sidebar-avatar{margin:auto}.menu-item{justify-content:center;padding:14px}.sidebar-logo,.sidebar-user{justify-content:center;padding:18px 10px}}.logo{font-size:28px;font-weight:700;margin-bottom:35px;background:linear-gradient(90deg,#60a5fa,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.sidebar nav{display:flex;flex-direction:column;gap:10px}.sidebar nav a{color:#cbd5e1;text-decoration:none;padding:14px 18px;border-radius:12px;transition:var(--transition);display:flex;align-items:center;gap:12px}.sidebar nav a:hover,.sidebar nav a.active{background:var(--sidebar-hover);color:#fff;transform:translate(5px)}.logout-btn{margin-top:auto;border:none;background:var(--danger);color:#fff;padding:14px;border-radius:12px;cursor:pointer;transition:var(--transition)}.logout-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #dc26264d}.content{flex:1;padding:35px;overflow:auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.page-header h1{font-size:32px;font-weight:700}.btn{border:none;cursor:pointer;border-radius:12px;padding:12px 20px;font-weight:600;transition:var(--transition)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.btn-danger{background:var(--danger);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.stat-card{position:relative;overflow:hidden;background:#fff;border-radius:18px;padding:28px;box-shadow:0 8px 30px #00000014;transition:.3s ease;cursor:pointer}.stat-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px #0000001f}.stat-card:before{content:"";position:absolute;left:0;top:0;width:6px;height:100%;background:var(--primary)}.stat-card h4{color:var(--text-light);margin-bottom:12px}.stat-card h2{font-size:40px}.card{background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:18px;margin-top:25px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600}.form-control{width:100%;padding:14px;border:1px solid var(--border);border-radius:12px;font-size:15px;transition:var(--transition)}.form-control:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #2563eb26}.table-wrapper{overflow:auto;border-radius:18px;background:#fff;box-shadow:var(--shadow)}.table{width:100%;border-collapse:collapse}.table thead{background:#111827;color:#fff}.table th{padding:18px;text-align:left}.table td{padding:18px;border-bottom:1px solid #eef2f7}.table tbody tr{transition:.2s}.table tbody tr:hover{background:#f8fafc}.badge{padding:6px 14px;border-radius:30px;font-size:13px;font-weight:600}.badge-success{background:#dcfce7;color:#166534}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.modal{position:fixed;inset:0;background:#0f172a73;display:flex;justify-content:center;align-items:center}.modal-content{width:550px;max-width:95%;background:#fff;border-radius:18px;padding:30px;animation:popup .25s ease}@keyframes popup{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.login-page{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#2563eb,#0f172a)}.login-card{width:430px;background:#fff;border-radius:22px;padding:40px;box-shadow:0 20px 45px #00000040}.login-card h2{text-align:center;margin-bottom:30px}@media(max-width:900px){.sidebar{width:80px}.sidebar .logo{display:none}.sidebar nav a span{display:none}.content{padding:20px}.page-header{flex-direction:column;align-items:flex-start;gap:15px}.stats-grid{grid-template-columns:1fr}}.dashboard{display:flex;flex-direction:column;gap:30px}.dashboard-header{display:flex;justify-content:space-between;align-items:center}.dashboard-header h1{font-size:32px;font-weight:700;color:#111827}.dashboard-header p{color:#6b7280;margin-top:6px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.stat-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.stat-icon{width:58px;height:58px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}.blue{background:linear-gradient(135deg,#2563eb,#3b82f6)}.green{background:linear-gradient(135deg,#059669,#10b981)}.orange{background:linear-gradient(135deg,#f59e0b,#fb923c)}.red{background:linear-gradient(135deg,#dc2626,#ef4444)}.stat-growth{font-size:13px;font-weight:600;color:#16a34a;background:#dcfce7;padding:6px 10px;border-radius:50px}.stat-card h5{color:#6b7280;font-size:14px;margin-bottom:10px}.stat-card h2{font-size:42px;font-weight:700;color:#111827;margin-bottom:8px}.stat-card p{color:#9ca3af;font-size:14px}.stat-card:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:#2563eb0d;top:-60px;right:-60px}.page-content{flex:1;overflow-y:auto;padding:28px}.page-content::-webkit-scrollbar{width:8px}.page-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.page-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(max-width:992px){.layout{flex-direction:column}.main{width:100%}.page-content{padding:18px}}.header{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:18px 28px;border-radius:18px;box-shadow:0 10px 30px #0000000f;margin-bottom:28px}.header-left h2{margin:0;font-size:28px;font-weight:700}.header-left p{margin-top:6px;color:#6b7280}.header-center{flex:1;display:flex;justify-content:center}.search-box{width:420px;max-width:100%;display:flex;align-items:center;gap:10px;background:#f3f4f6;border-radius:12px;padding:12px 18px}.search-box input{border:none;background:none;width:100%;outline:none;font-size:15px}.header-right{display:flex;align-items:center;gap:16px}.live-clock{font-weight:600;color:#374151}.icon-btn{width:44px;height:44px;border:none;border-radius:12px;background:#f3f4f6;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.25s}.icon-btn:hover{background:#2563eb;color:#fff}.badge{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;font-size:11px;width:18px;height:18px;border-radius:50%;display:flex;justify-content:center;align-items:center}.profile-menu{display:flex;align-items:center;gap:12px;cursor:pointer}.avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:18px}.profile-text{display:flex;flex-direction:column}.profile-text small{color:#6b7280}@media(max-width:992px){.header{flex-wrap:wrap;gap:20px}.header-center{order:3;width:100%}.search-box{width:100%}.profile-text,.live-clock{display:none}}.app-layout{display:flex;min-height:100vh;background:#f8fafc}.app-main{margin-left:280px;flex:1;display:flex;flex-direction:column;min-height:100vh}.app-content{flex:1;padding:30px;overflow-y:auto}@media(max-width:992px){.app-main{margin-left:80px}.app-content{padding:20px}}.top-header{height:80px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 30px;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:900}.top-header-left h2{margin:0;font-size:24px;color:#1e293b}.top-header-left p{margin-top:5px;color:#64748b;font-size:14px}.top-header-center{flex:1;display:flex;justify-content:center}.header-search{width:420px;height:45px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;align-items:center;gap:10px;padding:0 15px}.header-search svg{color:#64748b}.header-search input{flex:1;border:none;outline:none;background:transparent;font-size:15px}.top-header-right{display:flex;align-items:center;gap:18px}.live-clock{font-weight:600;color:#1e293b}.header-icon-btn{width:42px;height:42px;border:none;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.25s}.header-icon-btn:hover{background:#2563eb;color:#fff}.notification{position:relative}.badge{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:#ef4444;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.top-header-right{position:relative}.header-profile{display:flex;align-items:center;gap:12px;cursor:pointer;position:relative}.profile-avatar{width:40px;height:40px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.profile-avatar.large{width:40px;height:40px;font-size:18px}.header-profile-text{display:flex;flex-direction:column}.header-profile-text strong{font-size:14px;color:#111827}.header-profile-text small{color:#6b7280;font-size:12px}.rotate{transform:rotate(180deg);transition:.3s}.profile-dropdown{position:absolute;top:65px;right:0;width:280px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001f;overflow:hidden;z-index:999;animation:fadeIn .2s ease}.profile-dropdown-header{display:flex;gap:12px;padding:18px;background:#f8fafc;align-items:center}.profile-dropdown-header p{margin-top:4px;font-size:13px;color:#6b7280;word-break:break-word}.dropdown-item{display:flex;align-items:center;gap:12px;padding:14px 18px;cursor:pointer;transition:.2s}.dropdown-item:hover{background:#f3f4f6}.logout{color:#dc2626}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:992px){.top-header-center{display:none}.top-header{padding:0 20px}.top-header-left h2{font-size:18px}.header-profile-text{display:none}}.profile-page{padding:30px}.profile-card{background:#fff;border-radius:18px;padding:35px;box-shadow:0 8px 25px #0000000f}.profile-header{display:flex;align-items:center;gap:20px;margin-bottom:35px;padding-bottom:25px;border-bottom:1px solid #e5e7eb}.profile-header h2{margin:0;color:#1e293b}.profile-header p{margin-top:6px;color:#64748b}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.profile-item{display:flex;align-items:center;gap:15px;padding:20px;border:1px solid #e2e8f0;border-radius:14px;transition:.25s}.profile-item:hover{border-color:#2563eb;transform:translateY(-3px)}.profile-item svg{font-size:22px;color:#2563eb}.profile-item label{display:block;color:#64748b;font-size:13px;margin-bottom:5px}.profile-item span{color:#1e293b;font-weight:600}.role-badge{display:inline-block;padding:5px 12px;border-radius:20px;background:#dbeafe;color:#2563eb;font-size:13px;font-weight:700}.profile-loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:18px;font-weight:600}.page{padding:30px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.page-header h2{margin:0;color:#1e293b}.page-header p{color:#64748b;margin-top:6px}.btn-primary{display:flex;align-items:center;gap:8px;border:none;background:#2563eb;color:#fff;padding:12px 20px;border-radius:10px;cursor:pointer;font-weight:600}.btn-primary:hover{background:#1d4ed8}.table-toolbar{margin-bottom:25px}.search-box{width:350px;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e2e8f0;padding:12px 15px;border-radius:12px}.search-box input{border:none;outline:none;flex:1;font-size:15px}.template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:25px}.template-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 25px #0000000f;transition:.3s}.template-card:hover{transform:translateY(-8px)}.template-card img{width:100%;height:220px;object-fit:cover}.template-body{padding:20px}.template-body h3{margin:15px 0}.category-badge{background:#dbeafe;color:#2563eb;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}.template-actions{display:flex;gap:10px;margin-top:20px}.btn-edit,.btn-delete{flex:1;border:none;padding:11px;border-radius:10px;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer;font-weight:600}.btn-edit{background:#eff6ff;color:#2563eb}.btn-delete{background:#fee2e2;color:#dc2626}.loading-box,.empty-state{background:#fff;border-radius:18px;padding:70px;text-align:center}.empty-state svg{color:#94a3b8;margin-bottom:20px}.empty-state h3{margin-bottom:10px}.btn-view{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;padding:12px;border:none;border-radius:10px;background:#ecfeff;color:#0891b2;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease}.btn-view:hover{background:#0891b2;color:#fff;transform:translateY(-2px);box-shadow:0 10px 20px #0891b240}.btn-view svg{transition:transform .25s ease}.btn-view:hover svg{transform:scale(1.15)}.btn-generate{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;padding:12px;border:none;border-radius:10px;background:#ecfdf5;color:#16a34a;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease}.btn-generate:hover{background:#16a34a;color:#fff;transform:translateY(-2px);box-shadow:0 10px 20px #16a34a40}.btn-generate svg{transition:all .25s ease}.btn-generate:hover svg{transform:rotate(-15deg) scale(1.1)}.template-image{width:100%;height:220px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.template-preview-image{width:100%;height:100%;object-fit:cover;display:block}.template-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#777;background:#f5f5f5}.users-page{width:100%}.users-page .page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.users-page .page-header h2{margin:0;font-size:26px;font-weight:700;color:#111827}.btn-primary{border:none;background:#2563eb;color:#fff;padding:10px 18px;border-radius:7px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.user-table-wrapper{width:100%;overflow-x:auto;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.user-table{width:100%;min-width:950px;border-collapse:collapse;background:#fff;font-size:14px}.user-table thead{background:#f8fafc}.user-table th{padding:14px 16px;text-align:left;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:#64748b;border-bottom:1px solid #e5e7eb;white-space:nowrap}.user-table td{padding:14px 16px;color:#374151;border-bottom:1px solid #f1f5f9;vertical-align:middle}.user-table tbody tr{transition:background .2s ease}.user-table tbody tr:hover{background:#f8fafc}.user-table tbody tr:last-child td{border-bottom:none}.user-table td:first-child{color:#64748b;font-weight:600}.user-table td:nth-child(3){color:#2563eb}.role-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:20px;font-size:12px;font-weight:700;text-transform:capitalize}.role-badge.admin{background:#fee2e2;color:#b91c1c}.role-badge.cro{background:#dbeafe;color:#1d4ed8}.role-badge.manager{background:#dcfce7;color:#15803d}.role-badge.receiver{background:#fef3c7;color:#b45309}.btn-delete{border:none;background:#fee2e2;color:#dc2626;padding:7px 12px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-delete:hover{background:#dc2626;color:#fff}.users-page>p{padding:30px;text-align:center;color:#64748b}.user-table tbody td[colspan]{text-align:center;padding:45px 20px;color:#94a3b8;font-size:14px}@media(max-width:768px){.users-page .page-header{align-items:flex-start;gap:15px;flex-direction:column}.users-page .page-header h2{font-size:22px}.btn-primary{width:100%}.user-table-wrapper{border-radius:8px}.user-table{min-width:950px}}
