*{box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#1a202c;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}.input-group{margin-bottom:20px}.input-label{display:block;font-size:14px;font-weight:600;color:#2d3748;margin-bottom:8px}.input-label .required{color:#e53e3e;margin-left:4px}.input-field{width:100%;padding:12px 16px;font-size:14px;border:1px solid #cbd5e0;border-radius:6px;background:#fff;color:#1a202c;transition:all .2s}.input-field:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.input-field::placeholder{color:#a0aec0}.textarea-field{width:100%;padding:12px 16px;font-size:14px;border:1px solid #cbd5e0;border-radius:6px;background:#fff;color:#1a202c;font-family:inherit;resize:vertical;transition:all .2s}.textarea-field:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.textarea-field::placeholder{color:#a0aec0}.btn{padding:12px 24px;font-size:14px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#4299e1;color:#fff}.btn-primary:hover:not(:disabled){background:#3182ce}.btn-secondary{background:#edf2f7;color:#2d3748}.btn-secondary:hover:not(:disabled){background:#e2e8f0}.btn-danger{background:#fc8181;color:#fff}.btn-danger:hover:not(:disabled){background:#f56565}.btn.loading{opacity:.7;cursor:wait}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.notification{position:fixed;top:20px;right:20px;z-index:1000;min-width:300px;max-width:500px;border-radius:8px;box-shadow:0 4px 12px #00000026;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.notification-success{background:#48bb78;color:#fff}.notification-error{background:#f56565;color:#fff}.notification-content{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;gap:16px}.notification-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;line-height:1;opacity:.8;transition:opacity .2s}.notification-close:hover{opacity:1}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:40px;width:100%;max-width:420px}.login-header{text-align:center;margin-bottom:32px}.login-header h1{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 8px}.login-header p{color:#718096;font-size:14px;margin:0}.login-form{display:flex;flex-direction:column;gap:20px}.login-button{width:100%;margin-top:8px}.dashboard-container{min-height:100vh;background:#f7fafc;padding:24px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.dashboard-header h1{font-size:28px;font-weight:700;color:#1a202c;margin:0}.dashboard-content{max-width:1200px;margin:0 auto}.pages-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.page-card{background:#fff;border-radius:8px;padding:32px;text-decoration:none;color:inherit;box-shadow:0 1px 3px #0000001a;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.page-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.page-card-icon{font-size:48px;margin-bottom:16px}.page-card h2{font-size:20px;font-weight:600;color:#1a202c;margin:0 0 8px}.page-card p{font-size:14px;color:#718096;margin:0}.about-us-form-container{min-height:100vh;background:#f7fafc;padding:24px}.about-us-form{max-width:1000px;margin:0 auto;background:#fff;border-radius:8px;padding:32px;box-shadow:0 1px 3px #0000001a}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid #e2e8f0}.form-header h1{font-size:28px;font-weight:700;color:#1a202c;margin:0}.form-section{margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid #e2e8f0}.form-section:last-of-type{border-bottom:none}.section-title{font-size:22px;font-weight:600;color:#2d3748;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #edf2f7}.subsection-title{font-size:18px;font-weight:600;color:#4a5568;margin:24px 0 16px}.statistics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px}.cards-grid{margin-top:24px}.card-group{background:#f7fafc;padding:20px;border-radius:8px;margin-bottom:16px}.card-group h4{font-size:16px;font-weight:600;color:#2d3748;margin:0 0 16px}.dynamic-list{margin-top:24px}.dynamic-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dynamic-item{background:#f7fafc;padding:20px;border-radius:8px;margin-bottom:16px;border:1px solid #e2e8f0}.remove-button{margin-top:12px}.form-footer{margin-top:32px;padding-top:24px;border-top:2px solid #e2e8f0;display:flex;justify-content:flex-end}.form-loading{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:18px;color:#718096}.editor-page{min-height:100vh;background:#f7fafc}.editor-header{background:#fff;padding:16px 24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.back-link{color:#4299e1;text-decoration:none;font-weight:500;transition:color .2s}.back-link:hover{color:#2b6cb0}
