@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}body{color:#1e293b;background-image:url(/chalk-bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;min-height:100vh;padding:2rem;font-family:Inter,sans-serif}.container{width:100%;max-width:1200px;margin:0 auto}.container-wide{max-width:1400px}.loading-container{justify-content:center;align-items:center;min-height:100vh;display:flex}.back-btn{color:#fff;background:#0000004d;border:none;border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #00000026}.back-btn:hover{background:#00000080;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.header{justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;margin-bottom:2rem;display:flex}.header-main{align-items:flex-start;gap:1rem;display:flex}.header-auth{align-items:center;gap:1rem;display:flex}.login-btn{color:#fff;cursor:pointer;text-shadow:0 1px 2px #0000004d;background:0 0;border:none;padding:.5rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s}.login-btn:hover{opacity:.8;transform:translateY(-1px)}.user-info{color:#fff;text-shadow:0 1px 2px #0000004d;align-items:center;gap:.8rem;font-weight:500;display:flex}.user-avatar{border:2px solid #ffffff4d;border-radius:50%;width:32px;height:32px}.logout-btn{color:#fffc;cursor:pointer;background:0 0;border:none;padding:.4rem .8rem;font-size:.9rem;text-decoration:underline;transition:all .3s}.logout-btn:hover{color:#fff}.admin-btn{color:#fff;cursor:pointer;background:#3b82f6cc;border:2px solid #3b82f64d;border-radius:1.5rem;margin-right:1rem;padding:.6rem 1rem;font-size:.85rem;font-weight:500;transition:all .3s;box-shadow:0 2px 8px #3b82f633}.admin-btn:hover{background:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.logo{flex-shrink:0;width:60px;height:60px}.header-text{flex-direction:column;display:flex}.header-line{color:#fff;text-shadow:0 1px 2px #0000004d;margin:0;font-weight:600;line-height:1.4}.header-line:first-child{font-size:1.5rem;font-weight:700}.header-line:nth-child(2){font-size:1rem}.header-line:last-child{opacity:.9;font-size:.9rem}.page-header{align-items:flex-start;gap:1rem;width:fit-content;margin-bottom:2rem;display:flex}.page-logo{flex-shrink:0;width:60px;height:60px}.page-header-text{flex-direction:column;display:flex}.page-header-line{color:#fff;text-shadow:0 1px 2px #0000004d;margin:0;font-weight:600;line-height:1.4}.page-header-line:first-child{font-size:1.5rem;font-weight:700}.page-header-line:nth-child(2){font-size:1rem}.page-title{color:#fff;text-shadow:0 1px 2px #0000004d;font-size:2rem;font-weight:700}.section{margin-bottom:3rem}.section-header{justify-content:flex-start;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.section-title{color:#fff;text-shadow:0 1px 2px #0000004d;background:#0006;border-radius:2rem;padding:.8rem 1.5rem;font-size:1.2rem;font-weight:600;box-shadow:0 4px 12px #00000026}.section-actions{gap:.5rem;display:flex}.btn-section-action{color:#fff;cursor:pointer;background:#0000004d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:500;transition:all .3s;display:flex;box-shadow:0 2px 8px #00000026}.btn-section-action:hover{background:#00000080;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-add-section{color:#fff;cursor:pointer;background:#0000004d;border:none;border-radius:2rem;width:auto;padding:.8rem 1.5rem;font-weight:500;transition:all .3s;box-shadow:0 2px 8px #00000026}.btn-add-section:hover{background:#00000080;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.cards-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.tool-card{text-align:center;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:1rem;flex-direction:column;justify-content:space-between;width:93%;height:300px;margin:0 auto;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.tool-card:hover{border-color:#4338ca;transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.tool-card:before{content:"";background:linear-gradient(90deg,#4338ca,#7c3aed);height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.tool-card:hover:before{transform:scaleX(1)}.card-menu{cursor:pointer;color:#64748b;background:#0000001a;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.card-menu:hover{color:#1e293b;background:#0003}.tool-content{flex-direction:column;flex-grow:1;justify-content:center;display:flex}.tool-icon{justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;display:flex}.tool-icon img{object-fit:contain;width:100%;height:100%}.tool-card h3{color:#1e293b;margin-bottom:.8rem;font-size:1.25rem;font-weight:600;line-height:1.3}.tool-card p{color:#64748b;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.btn-tool{color:#4338ca;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.btn-tool:hover{color:#7c3aed}.modal{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;justify-content:center;align-items:flex-start;width:100%;height:100%;padding:3rem 1rem;display:none;position:fixed;top:0;left:0;overflow-y:auto}.modal.show{display:flex}.modal-content{background:#fff;border-radius:1rem;width:100%;max-width:500px;max-height:calc(100vh - 4rem);margin:0;padding:1.5rem;position:relative;overflow-y:auto;box-shadow:0 20px 40px #0000004d}.modal-content-wide{max-width:600px}.modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.modal-title{color:#1e293b;font-size:1.5rem;font-weight:600}.close{color:#64748b;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;font-weight:700;line-height:1;transition:color .3s}.close:hover{color:#1e293b}.form-group{margin-bottom:1rem}.form-label{color:#374151;margin-bottom:.5rem;font-weight:500;display:block}.form-input,.form-select,.form-textarea{border:2px solid #e5e7eb;border-radius:.5rem;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#4338ca;outline:none}.form-textarea{resize:vertical;min-height:100px}.btn-primary{color:#fff;cursor:pointer;background:#4338ca;border:none;border-radius:.5rem;margin-left:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .3s}.btn-primary:hover{background:#3730a3;transform:translateY(-2px)}.btn-secondary{color:#fff;cursor:pointer;background:#6b7280;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .3s}.btn-secondary:hover{background:#4b5563;transform:translateY(-2px)}.add-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem;font-weight:500;transition:all .3s;display:inline-flex}.add-btn:hover{background:#2563eb;transform:translateY(-1px)}.resources-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.resource-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #e2e8f080;border-radius:1rem;padding:2rem;transition:all .3s;box-shadow:0 4px 6px #0000000d}.resource-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.resource-title{color:#1e293b;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:600;display:flex}.card-actions{gap:.5rem;display:flex}.edit-btn,.delete-btn{cursor:pointer;border:none;border-radius:.375rem;padding:.5rem;font-size:.875rem;transition:all .2s}.edit-btn{color:#fff;background:#f59e0b}.edit-btn:hover{background:#d97706}.delete-btn{color:#fff;background:#ef4444}.delete-btn:hover{background:#dc2626}.copy-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.copy-btn:hover{background:#2563eb}.copy-btn.copied{background:#10b981}.resource-content{white-space:pre-wrap;background:#e2e8f0;border:1px solid #e2e8f0;border-radius:.5rem;max-height:300px;padding:1.5rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.5;overflow:auto}.code-textarea{min-height:200px;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.empty-state{text-align:center;color:#fff;padding:4rem 2rem}.empty-state h3{text-shadow:1px 1px 2px #00000080;margin-bottom:1rem;font-size:1.5rem}.empty-state p{opacity:.8;text-shadow:1px 1px 2px #00000080;font-size:1rem}.empty-dashboard{text-align:center;color:#64748b;margin-top:2rem}.users-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:1rem;padding:2rem;box-shadow:0 10px 25px #0000001a}.users-table{border-collapse:collapse;width:100%;margin-top:1rem}.users-table th,.users-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:1rem}.users-table th{color:#374151;background:#f8fafc;font-size:.9rem;font-weight:600}.users-table tr:hover{background:#f8fafc}.users-table .user-info{color:#1e293b;text-shadow:none;align-items:center;gap:.75rem;font-weight:400;display:flex}.users-table .user-avatar{border:2px solid #e5e7eb;border-radius:50%;width:40px;height:40px}.status-badge{border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.status-active{color:#166534;background:#dcfce7}.status-pending{color:#92400e;background:#fef3c7}.status-inactive{color:#dc2626;background:#fee2e2}.role-badge{border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.role-admin{color:#3730a3;background:#e0e7ff}.role-user{color:#1e40af;background:#dbeafe}.role-pending{color:#6b7280;background:#f3f4f6}.action-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.btn{cursor:pointer;border:none;border-radius:.375rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s}.btn-approve{color:#fff;background:#10b981}.btn-approve:hover{background:#059669}.btn-reject{color:#fff;background:#ef4444}.btn-reject:hover{background:#dc2626}.btn-admin{color:#fff;background:#8b5cf6}.btn-admin:hover{background:#7c3aed}.btn-user{color:#fff;background:#6b7280}.btn-user:hover{background:#4b5563}.btn-delete{color:#fff;background:#ef4444}.btn-delete:hover{background:#dc2626}.error-message{color:#dc2626;background:#fee2e2;border-radius:.5rem;margin-bottom:1rem;padding:1rem}.skeleton{background:linear-gradient(90deg,#ffffff1a 25%,#fff3 50%,#ffffff1a 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s infinite skeleton-loading}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-container{width:100%;max-width:1200px;margin:0 auto}.skeleton-back-btn{border-radius:2rem;width:120px;height:42px;margin-bottom:2rem}.skeleton-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.skeleton-header-main{align-items:flex-start;gap:1rem;display:flex}.skeleton-header-logo{border-radius:8px;flex-shrink:0;width:60px;height:60px}.skeleton-header-text{flex-direction:column;gap:.5rem;display:flex}.skeleton-header-line{border-radius:4px;height:20px}.skeleton-header-line:first-child{width:120px}.skeleton-header-line:nth-child(2){width:180px}.skeleton-header-line:nth-child(3){width:220px}.skeleton-header-auth{border-radius:6px;width:80px;height:36px}.skeleton-page-header{align-items:flex-start;gap:1rem;width:fit-content;margin-bottom:2rem;display:flex}.skeleton-page-logo{border-radius:8px;flex-shrink:0;width:60px;height:60px}.skeleton-page-text{flex-direction:column;gap:.5rem;display:flex}.skeleton-page-title{border-radius:4px;width:150px;height:24px}.skeleton-page-desc{border-radius:4px;width:200px;height:16px}.skeleton-section{margin-bottom:3rem}.skeleton-section-header{justify-content:flex-start;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.skeleton-section-title{border-radius:2rem;width:180px;height:45px}.skeleton-section-actions{gap:.5rem;display:flex}.skeleton-section-btn{border-radius:50%;width:40px;height:40px}.skeleton-cards-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.skeleton-card{background:#ffffff1a;border-radius:1rem;width:93%;height:300px;margin:0 auto;animation:1.5s infinite skeleton-loading}.skeleton-add-section{border-radius:2rem;width:150px;height:45px;margin-top:1rem}.skeleton-contact{border-radius:4px;width:250px;height:20px;margin:2rem auto 0}.contact{text-align:center;color:#fff;text-shadow:0 1px 2px #0000004d;margin-top:2rem;font-weight:500}.contact a{color:#60a5fa;text-decoration:none}.contact a:hover{text-decoration:underline}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:1024px){.cards-grid,.skeleton-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){body{padding:1rem}.cards-grid,.skeleton-cards-grid,.resources-grid{grid-template-columns:1fr}.resource-title{flex-direction:column;align-items:flex-start;gap:1rem}.users-table{font-size:.875rem}.users-table th,.users-table td{padding:.5rem}.action-buttons{flex-direction:column}.modal-content{width:95%}}
