@charset "UTF-8";
/* AEversole LLC Theme - Lime Green and Black Cybersecurity Aesthetic - SCSS Version */
:root {
  --fb-primary: #00ff00;
  --fb-secondary: #00ff88;
  --fb-light: #ccffcc;
  --fb-dark: #004400;
  --fb-bg-base: rgba(0, 20, 0, 0.8);
  --fb-bg-darker: rgba(0, 30, 0, 0.7);
  --fb-warning: #ff8800;
}

body {
  color: #00ff00;
  background-color: #000000;
  background-image: url("/static/images/cyber_security-2.png");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Courier New", monospace;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.hero-section,
.hero_section {
  text-align: center;
  padding: 30px 20px;
  margin: 20px auto;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #00ff00;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
  max-width: 1000px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.hero-section h1,
.hero-section .hero-heading,
.hero_section h1,
.hero_section .hero-heading {
  font-size: 2.5rem;
  color: #00ff00;
  text-shadow: 0 0 10px #00ff00;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
.hero-section h1:hover,
.hero-section .hero-heading:hover,
.hero_section h1:hover,
.hero_section .hero-heading:hover {
  text-shadow: 0 0 15px #00ff00, 0 0 25px #00ff00;
  transition: text-shadow 0.3s ease;
}
.hero-section h2,
.hero-section .hero-description,
.hero_section h2,
.hero_section .hero-description {
  font-size: 1.1rem;
  color: #ccffcc;
  text-shadow: 0 0 5px #ccffcc;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin: 20px 0 30px 0;
  line-height: 1.8;
}

.main-nav ul {
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid #00ff00;
  border-radius: 8px;
  list-style: none;
  margin: 15px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.2);
}
.main-nav li {
  margin: 0;
}
.main-nav li:last-child a {
  border-right: none;
}
.main-nav a {
  display: block;
  padding: 12px 20px;
  color: #00ff00;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border-right: 1px solid #004400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.main-nav a.active, .main-nav a:hover {
  background: rgba(0, 255, 0, 0.1);
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
  box-shadow: inset 0 0 10px rgba(0, 255, 0, 0.2);
}

.services-section {
  max-width: 1200px;
  margin: 20px auto;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #00ff00;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.services-section h2 {
  color: #00ff00;
  text-shadow: 0 0 10px #00ff00;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}

.staff-section {
  max-width: 1000px;
  margin: 20px auto;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #00ff00;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.staff-section h2 {
  color: #00ff00;
  text-shadow: 0 0 10px #00ff00;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 2px solid #004400;
  padding-bottom: 15px;
  position: relative;
}
.staff-section h2:hover {
  text-shadow: 0 0 15px #00ff00;
  transition: text-shadow 0.3s ease;
}
.staff-section h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #00ff88, transparent);
  box-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

.admin-login-button {
  margin-top: 15px;
}

.contact-section {
  max-width: 1000px;
  margin: 20px auto;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #00ff00;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.contact-section h2 {
  color: #00ff00;
  text-shadow: 0 0 10px #00ff00;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.contact-section h3 {
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
  font-size: 1.5rem;
  margin-bottom: 15px;
  border-bottom: 1px solid #004400;
  padding-bottom: 8px;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.contact-form-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contact-form-container {
    grid-template-columns: 1fr;
  }
}

.downloads-section {
  max-width: 1000px;
  margin: 20px auto;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #00ff00;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 30px;
}

.payment-section {
  max-width: 1000px;
  margin: 20px auto;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #00ff00;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.payment-section h2 {
  color: #00ff00;
  text-shadow: 0 0 10px #00ff00;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.payment-section h3 {
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.payment-form-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .payment-form-container {
    grid-template-columns: 1fr;
  }
}

.payment-info {
  background: rgba(0, 30, 0, 0.7);
  border: 1px solid #004400;
  border-radius: 8px;
  padding: 20px;
}
.payment-info p {
  color: #ccffcc;
  line-height: 1.6;
  margin-bottom: 15px;
}
.payment-info a {
  color: #00ff88;
  text-decoration: none;
}
.payment-info a:hover {
  color: #00ff00;
  text-decoration: underline;
}

.security-info {
  background: rgba(0, 40, 0, 0.4);
  border: 1px solid #004400;
  border-radius: 8px;
  padding: 15px;
  margin-top: 15px;
}
.security-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.security-info ul li {
  color: #ccffcc;
  padding: 5px 0;
  font-size: 0.95rem;
}

.payment-security,
.alternative-payment {
  background: rgba(0, 30, 0, 0.7);
  border: 1px solid #004400;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
.payment-security ul,
.alternative-payment ul {
  list-style: none;
  padding: 0;
}
.payment-security ul li,
.alternative-payment ul li {
  color: #ccffcc;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 68, 0, 0.3);
}
.payment-security ul li:last-child,
.alternative-payment ul li:last-child {
  border-bottom: none;
}
.payment-security ul li strong,
.alternative-payment ul li strong {
  color: #00ff88;
}

.payment-terms {
  margin-top: 20px;
  padding: 15px;
  background: rgba(0, 20, 0, 0.5);
  border-radius: 8px;
}
.payment-terms .terms-text {
  color: #ccffcc;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.payment-terms .form-note {
  color: #999;
  font-size: 0.85rem;
  font-style: italic;
}

.recaptcha-container {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}

.service-item,
.service-card {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  text-align: center;
}
.service-item:hover,
.service-card:hover {
  border-color: #00ff88;
  box-shadow: 0 0 15px rgba(0, 255, 136, 0.4);
  transform: translateY(-2px);
}
.service-item h4,
.service-card h4 {
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.service-item p,
.service-card p {
  color: #ccffcc;
  font-size: 0.95rem;
  line-height: 1.6;
}

.staff-card {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.staff-card:hover {
  border-color: #00ff88;
  box-shadow: 0 0 15px rgba(0, 255, 136, 0.4);
  transform: translateY(-2px);
}

.contact-item {
  background: rgba(0, 20, 0, 0.6);
  border: 1px solid #004400;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}
.contact-item strong {
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
  display: block;
  margin-bottom: 10px;
}
.contact-item span,
.contact-item address {
  color: #ccffcc;
  font-style: normal;
  line-height: 1.8;
}

.contact-method {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.contact-method:hover {
  border-color: #00ff88;
  box-shadow: 0 0 15px rgba(0, 255, 136, 0.4);
  transform: translateY(-2px);
}
.contact-method h4 {
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.services-grid,
.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.why-choose-us {
  margin-top: 40px;
  padding: 30px;
  background: rgba(0, 40, 0, 0.6);
  border: 1px solid #004400;
  border-radius: 8px;
}
.why-choose-us h3 {
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.why-choose-us p {
  color: #ccffcc;
  line-height: 1.8;
  margin-bottom: 20px;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.benefits-list li {
  color: #00ff00;
  padding: 10px 0;
  padding-left: 25px;
  position: relative;
}
.benefits-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #00ff88;
  font-weight: bold;
  font-size: 1.2rem;
}

.contact-info,
.service-areas,
.support-section {
  background: rgba(0, 30, 0, 0.7);
  border: 1px solid #004400;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.service-areas ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin-top: 15px;
}
.service-areas li {
  background: rgba(0, 40, 0, 0.6);
  border: 1px solid #006600;
  border-radius: 4px;
  padding: 8px 12px;
  color: #ccffcc;
  text-align: center;
}

.support-button {
  text-align: center;
  margin-top: 20px;
}

.support-info {
  background: rgba(0, 20, 0, 0.6);
  border: 1px solid #004400;
  border-radius: 8px;
  padding: 20px;
  background: rgba(0, 30, 0, 0.7);
  margin-top: 30px;
}
.support-info h3 {
  color: #00ff88;
  text-shadow: 0 0 8px #00ff88;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.support-info p {
  color: #ccffcc;
  margin-bottom: 15px;
}
.support-info ul {
  list-style: none;
  padding: 0;
}
.support-info li {
  color: #00ff00;
  padding: 8px 0;
  border-bottom: 1px solid #004400;
}
.support-info li:last-child {
  border-bottom: none;
}

.page-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #00ff00;
}
.page-header h1 {
  color: #00ff00;
  text-shadow: 0 0 15px #00ff00;
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.user-greeting {
  color: #ccffcc;
  font-size: 1.2rem;
  text-shadow: 0 0 5px #00ff88;
}

.downloads-container {
  margin: 20px 0;
}

.download-category {
  background: rgba(0, 20, 0, 0.6);
  border: 1px solid #004400;
  border-radius: 8px;
  padding: 20px;
  padding: 25px;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.download-category:hover {
  border-color: #00ff88;
  box-shadow: 0 0 15px rgba(0, 255, 136, 0.3);
}
.download-category h3 {
  color: #00ff88;
  text-shadow: 0 0 8px #00ff88;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.download-category > p {
  color: #ccffcc;
  margin-bottom: 20px;
}

.downloads-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.download-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(0, 10, 0, 0.7);
  border: 1px solid #004400;
  border-radius: 8px;
  padding: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.download-card:hover {
  border-color: #00ff88;
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.3);
  transform: translateY(-3px);
}
.download-card:hover .download-arrow {
  opacity: 1;
  transform: translateY(3px);
  filter: drop-shadow(0 0 8px #00ff88);
}

.download-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
}

.download-info {
  flex: 1;
  min-width: 0;
}
.download-info h4 {
  color: #00ff00;
  text-shadow: 0 0 5px #00ff00;
  font-size: 1rem;
  margin: 0 0 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download-meta {
  display: flex;
  gap: 10px;
  font-size: 0.85rem;
  color: #888;
  margin: 0;
}

.file-type {
  background: rgba(0, 255, 0, 0.2);
  color: #00ff88;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.file-size {
  color: #ccffcc;
}

.download-arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 1.5rem;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.download-note {
  background: rgba(50, 30, 0, 0.6);
  border-left: 3px solid #ff8800;
  padding: 15px;
  margin-top: 15px;
  border-radius: 4px;
}
.download-note p {
  color: #ffcc88;
  margin: 0;
}

.proprietary-section {
  border: 2px solid #ffaa00;
  background: rgba(30, 15, 0, 0.6);
}
.proprietary-section h3 {
  color: #ffaa00;
  text-shadow: 0 0 8px #ffaa00;
}
.proprietary-section .download-card {
  border-color: #663300;
}
.proprietary-section .download-card:hover {
  border-color: #ffaa00;
  box-shadow: 0 0 20px rgba(255, 170, 0, 0.3);
}
.proprietary-section .download-card:hover .download-arrow {
  filter: drop-shadow(0 0 8px #ffaa00);
}
.proprietary-section .file-type {
  background: rgba(255, 170, 0, 0.2);
  color: #ffaa00;
}

.inline-login-form {
  margin-top: 20px;
}

.form-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.form-row input[type=text],
.form-row input[type=password] {
  flex: 1;
  min-width: 150px;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #004400;
  border-radius: 6px;
  color: #00ff00;
  font-family: "Courier New", monospace;
}
.form-row input[type=text]:focus,
.form-row input[type=password]:focus {
  outline: none;
  border-color: #00ff88;
  box-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
}
.form-row .btn-primary {
  padding: 10px 20px;
  background: linear-gradient(45deg, #004400, #00aa00);
  color: #ffffff;
  border: 2px solid #00ff88;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form-row .btn-primary:hover {
  background: linear-gradient(45deg, #00aa00, #00ff88);
  color: #000000;
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.5);
}

.file-browser-modal .custom-modal-content {
  max-width: 900px;
  min-height: 600px;
}

.file-editor-modal .custom-modal-content {
  max-width: 1000px;
  min-height: 700px;
}

.file-browser {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 500px;
}
.file-browser.split-view .file-browser-content {
  display: flex;
  flex: 1;
  gap: 20px;
  overflow: hidden;
}
.file-browser.split-view .file-tree-panel {
  width: 300px;
  min-width: 200px;
  max-width: 400px;
  background: rgba(0, 20, 0, 0.4);
  border: 1px solid #004400;
  border-radius: 8px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.file-browser.split-view .file-list-panel {
  flex: 1;
  background: rgba(0, 20, 0, 0.4);
  border: 1px solid #004400;
  border-radius: 8px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.file-browser.split-view .tree-header,
.file-browser.split-view .panel-header {
  padding: 15px 20px;
  background: rgba(0, 40, 0, 0.6);
  border-bottom: 1px solid #004400;
}
.file-browser.split-view .tree-header h4,
.file-browser.split-view .panel-header h4 {
  margin: 0;
  color: #00ff88;
  font-size: 0.95rem;
}
.file-browser .file-browser-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: rgba(0, 40, 0, 0.5);
  border-bottom: 2px solid #004400;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px;
}
.file-browser .breadcrumbs {
  display: flex;
  align-items: center;
  color: #ccffcc;
  font-size: 0.9rem;
  flex-wrap: wrap;
}
.file-browser .breadcrumbs .breadcrumb-item {
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.file-browser .breadcrumbs .breadcrumb-item:hover {
  background: rgba(0, 255, 136, 0.2);
  color: #00ff88;
}
.file-browser .file-actions-toolbar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.file-browser .file-list {
  flex: 1;
  overflow-y: auto;
  padding: 15px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  max-height: 400px;
}
.file-browser .file-item {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
  background: rgba(0, 20, 0, 0.6);
  border: 1px solid #004400;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 15px;
}
.file-browser .file-item:hover {
  background: rgba(0, 40, 0, 0.8);
  border-color: #00ff00;
  box-shadow: 0 0 10px rgba(0, 255, 136, 0.2);
}
.file-browser .file-item.directory {
  font-weight: bold;
  color: #00ff88;
}
.file-browser .file-item.parent-dir {
  color: #ccffcc;
  font-style: italic;
}
.file-browser .file-item .file-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
}
.file-browser .file-item .file-name {
  flex: 1;
  color: #00ff00;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-browser .file-item .file-size {
  color: #ccffcc;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.file-browser .file-item .file-actions {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.file-browser .file-item:hover .file-actions {
  opacity: 1;
}
.file-browser .empty-folder {
  text-align: center;
  padding: 30px;
  color: #ccffcc;
  font-style: italic;
}

.file-tree {
  padding: 10px;
  overflow-y: auto;
  flex: 1;
}
.file-tree .tree-item {
  margin-left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.file-tree .tree-item.selected > .tree-label {
  background: rgba(0, 255, 136, 0.2);
  border-left: 3px solid #00ff88;
}
.file-tree .tree-item .tree-toggle {
  display: inline-block;
  width: 16px;
  cursor: pointer;
  color: #ccffcc;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}
.file-tree .tree-item .tree-toggle:hover {
  color: #00ff88;
}
.file-tree .tree-item .tree-label {
  display: inline-block;
  padding: 4px 8px;
  cursor: pointer;
  color: #00ff00;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.file-tree .tree-item .tree-label:hover {
  background: rgba(0, 100, 0, 0.3);
  color: #00ff88;
}
.file-tree .tree-item .tree-children {
  margin-left: 20px;
  border-left: 1px solid rgba(0, 255, 136, 0.1);
  padding-left: 4px;
}
.file-tree .tree-item .tree-children .tree-item {
  margin-top: 2px;
}
.file-tree .tree-item.root > .tree-children {
  border-left: none;
  margin-left: 16px;
}

.btn-icon {
  padding: 4px 8px;
  background: rgba(0, 100, 0, 0.3);
  border: 1px solid #004400;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}
.btn-icon:hover {
  background: rgba(0, 150, 0, 0.5);
  border-color: #00ff00;
  box-shadow: 0 0 8px rgba(0, 255, 136, 0.3);
}

.file-editor {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 500px;
}
.file-editor .file-editor-textarea {
  flex: 1;
  min-height: 400px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #004400;
  border-radius: 8px;
  color: #00ff00;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  resize: vertical;
  margin-bottom: 20px;
}
.file-editor .file-editor-textarea:focus {
  outline: none;
  border-color: #00ff88;
  box-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
}
.file-editor .file-editor-actions {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 20px;
}
.custom-modal .custom-modal-content {
  background: linear-gradient(135deg, #000000, rgba(0, 30, 0, 0.95));
  border: 2px solid #00ff00;
  border-radius: 12px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 30px rgba(0, 255, 136, 0.5);
}
.custom-modal .custom-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 2px solid #004400;
}
.custom-modal .custom-modal-header h3 {
  margin: 0;
  color: #00ff88;
  color: #00ff00;
  text-shadow: 0 0 8px #00ff00;
}
.custom-modal .custom-modal-header .custom-modal-close {
  font-size: 2rem;
  color: #00ff00;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
}
.custom-modal .custom-modal-header .custom-modal-close:hover {
  color: #00ff88;
  text-shadow: 0 0 15px rgba(0, 255, 136, 0.8);
}
.custom-modal .custom-modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}

@media (max-width: 768px) {
  .downloads-grid,
  .services-container,
  .staff-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .download-card {
    flex-direction: column;
    text-align: center;
  }
  .download-info h4 {
    white-space: normal;
  }
  .download-meta {
    justify-content: center;
  }
  .service-item,
  .service-card,
  .staff-card {
    padding: 15px;
  }
}
.content-card {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px auto;
  max-width: 800px;
  box-shadow: 0 0 15px rgba(0, 255, 0, 0.2);
}

.intro-text {
  font-size: 1.1rem;
  color: #ccffcc;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.7;
}

.main-content {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-highlights,
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.highlight-item,
.service-highlight {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  text-align: center;
}
.highlight-item:hover,
.service-highlight:hover {
  border-color: #00ff88;
  box-shadow: 0 0 15px rgba(0, 255, 136, 0.4);
  transform: translateY(-2px);
}

.highlight-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}
.highlight-header .icon {
  font-size: 2rem;
  color: #00ff88;
}
.highlight-header h4 {
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
  font-size: 1.3rem;
  margin: 0;
}

.highlight-description,
.service-highlight p {
  color: #ccffcc;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.admin-section {
  background: rgba(0, 30, 0, 0.8);
  border: 1px solid #004400;
  border-radius: 8px;
  padding: 25px;
  margin: 30px 0 20px 0;
  text-align: center;
  border-left: 4px solid #00ff88;
}

.admin-dashboard-section {
  max-width: 1400px;
  margin: 20px auto;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #00ff00;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 40px;
}

.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #004400;
}
.admin-header h1 {
  color: #00ff00;
  text-shadow: 0 0 10px #00ff00;
  font-size: 2.5rem;
  margin: 0;
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #004400;
}
.dashboard-header h2 {
  color: #00ff00;
  text-shadow: 0 0 10px #00ff00;
  font-size: 2rem;
  margin: 0;
}
.dashboard-header .user-info {
  text-align: right;
}
.dashboard-header .user-info p {
  color: #ccffcc;
  margin: 5px 0;
  font-size: 0.9rem;
}
.dashboard-header .user-info a {
  margin-top: 10px;
}

.dashboard-content {
  display: grid;
  gap: 30px;
}

.admin-actions {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  padding: 30px;
}
.admin-actions h3 {
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
  margin-bottom: 20px;
}

.sites-management h3 {
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
  margin-bottom: 20px;
}

.no-sites {
  text-align: center;
  padding: 40px;
  color: #ccffcc;
}
.no-sites p {
  margin-bottom: 20px;
  font-size: 1.1rem;
}
.no-sites a {
  color: #00ff88;
  text-decoration: underline;
}
.no-sites a:hover {
  color: #00ff00;
}

.site-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.btn-small {
  padding: 6px 12px;
  font-size: 0.85rem;
  border-radius: 4px;
  border: 1px solid #00ff00;
  background: rgba(0, 20, 0, 0.8);
  color: #00ff00;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-small:hover {
  background: rgba(0, 40, 0, 0.9);
  border-color: #00ff88;
  box-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
}
.btn-small.warning {
  border-color: #ff8800;
  color: #ff8800;
}
.btn-small.warning:hover {
  background: rgba(40, 20, 0, 0.9);
  border-color: #ffaa00;
  box-shadow: 0 0 10px rgba(255, 136, 0, 0.3);
}
.btn-small.success {
  border-color: #00ff88;
  color: #00ff88;
}
.btn-small.success:hover {
  background: rgba(0, 40, 0, 0.9);
}

.status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.status.enabled {
  background: rgba(0, 100, 0, 0.3);
  border: 1px solid #00ff88;
  color: #00ff88;
}
.status.disabled {
  background: rgba(100, 0, 0, 0.3);
  border: 1px solid #ff4444;
  color: #ff8888;
}

.ssl-status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ssl-status.active {
  background: rgba(0, 100, 100, 0.3);
  border: 1px solid #00ccff;
  color: #00ccff;
}
.ssl-status.inactive {
  background: rgba(50, 50, 0, 0.3);
  border: 1px solid #888888;
  color: #888888;
}

.admin-login-section {
  max-width: 500px;
  margin: 20px auto;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #00ff00;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.admin-login-form {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  padding: 40px;
}
.admin-login-form input[type=text],
.admin-login-form input[type=password] {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #004400;
  border-radius: 8px;
  color: #00ff00;
  font-family: "Courier New", monospace;
  font-size: 1rem;
}
.admin-login-form input[type=text]:focus,
.admin-login-form input[type=password]:focus {
  outline: none;
  border-color: #00ff88;
  box-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
}
.admin-login-form button.btn-primary {
  width: 100%;
  padding: 12px;
  background: linear-gradient(45deg, #004400, #00aa00);
  color: #ffffff;
  border: 2px solid #00ff88;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.admin-login-form button.btn-primary:hover {
  background: linear-gradient(45deg, #00aa00, #00ff88);
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.5);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.stat-card {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  padding: 30px;
  overflow: hidden;
}
.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #00ff88, transparent);
}
.stat-card:hover {
  border-color: #00ff88;
  box-shadow: 0 0 15px rgba(0, 255, 136, 0.4);
  transform: translateY(-2px);
}
.stat-card h4 {
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
  font-size: 0.9rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.stat-card .stat-value {
  color: #00ff00;
  text-shadow: 0 0 15px #00ff00;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 15px 0;
}
.stat-card .stat-label {
  color: #ccffcc;
  font-size: 0.85rem;
}

.login-form {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  max-width: 500px;
  margin: 30px auto;
  padding: 40px;
}

.contact-form {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  padding: 20px;
}
.contact-form h3 {
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.payment-form {
  background: rgba(0, 0, 0, 0.9);
  border: 2px solid #00ff00;
  border-radius: 10px;
  padding: 30px;
  max-width: 400px;
  margin: 20px auto;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
}

.payment-card {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  max-width: 500px;
  margin: 20px auto;
  padding: 25px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  color: #00ff88;
  text-shadow: 0 0 3px #00ff88;
  margin-bottom: 8px;
  font-weight: bold;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=tel],
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #004400;
  border-radius: 8px;
  color: #00ff00;
  font-family: "Courier New", monospace;
  font-size: 1rem;
  box-sizing: border-box;
}
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=password]:focus,
.form-group input[type=tel]:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #00ff88;
  box-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
}
.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.checkbox-group label {
  display: flex;
  align-items: center;
  color: #ccffcc;
  font-weight: normal;
  margin-bottom: 0;
}
.checkbox-group input[type=checkbox] {
  width: auto;
  margin-right: 0.5rem;
}

.form-note {
  color: #999;
  font-size: 0.85rem;
  font-style: italic;
  margin-top: 15px;
}

.btn-primary,
.btn-secondary {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-primary {
  background: linear-gradient(45deg, #004400, #00aa00);
  color: #ffffff;
  border: 2px solid #00ff88;
}
.btn-primary:hover {
  background: linear-gradient(45deg, #00aa00, #00ff88);
  color: #000000;
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.5);
}

.btn-secondary {
  background: linear-gradient(45deg, #004400, #00aa00);
  color: #ffffff;
  padding: 12px 30px;
  border: 2px solid #00ff88;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 255, 136, 0.3);
}
.btn-secondary:hover {
  background: linear-gradient(45deg, #00aa00, #00ff88);
  color: #000000;
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.6);
  transform: translateY(-2px);
  border-color: #00ff00;
}
.btn-secondary:active {
  transform: translateY(0);
  box-shadow: 0 0 15px rgba(0, 255, 136, 0.4);
}

.error-message {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  background: rgba(50, 0, 0, 0.8);
  border-color: #ff0000;
  color: #ff6666;
  padding: 15px;
  margin: 15px 0;
  text-align: center;
}

.database-error {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  background: rgba(30, 0, 0, 0.7);
  border-color: #ff4444;
  padding: 30px;
  margin: 20px 0;
  text-align: center;
}
.database-error h3,
.database-error strong {
  color: #ff6666;
  text-shadow: 0 0 10px rgba(255, 100, 100, 0.5);
  margin-bottom: 15px;
}
.database-error .error-message,
.database-error .error-details,
.database-error .tech-note,
.database-error .status-note,
.database-error .technical-details {
  color: #ffcccc;
  margin: 10px 0;
  line-height: 1.6;
}
.database-error.footer-error, .database-error.services-error, .database-error.staff-error {
  margin: 10px 0;
  max-width: 100%;
}

.success-message {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  background: rgba(0, 50, 0, 0.8);
  border-color: #00ff88;
  color: #66ff66;
  padding: 30px;
  margin: 20px 0;
  text-align: center;
}
.success-message h2 {
  color: #00ff88;
  text-shadow: 0 0 8px #00ff88;
  margin-bottom: 20px;
}
.success-message p {
  color: #ccffcc;
  line-height: 1.6;
  margin-bottom: 15px;
}

.message-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.footer_container {
  background: rgba(0, 0, 0, 0.95);
  border-top: 2px solid #00ff00;
  padding: 30px 20px;
  margin-top: 40px;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section h4 {
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.footer-section p,
.footer-section ul {
  color: #ccffcc;
  line-height: 1.8;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}
.footer-section ul li {
  padding: 5px 0;
}
.footer-section ul li a {
  color: #ccffcc;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-section ul li a:hover {
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #004400;
  color: #ccffcc;
  font-size: 0.9rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  padding: 40px;
}
.modal-content h2 {
  color: #00ff00;
  text-shadow: 0 0 10px #00ff00;
  margin-bottom: 20px;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2rem;
  color: #00ff88;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal-close:hover {
  color: #00ff00;
  text-shadow: 0 0 15px #00ff00;
}

.modal-actions {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #004400;
}

.sites-management {
  max-width: 1400px;
  margin: 20px auto;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #00ff00;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.sites-table {
  width: 100%;
  margin: 20px 0;
}
.sites-table table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(0, 10, 0, 0.6);
  border: 1px solid #00ff00;
  border-radius: 8px;
}
.sites-table table th,
.sites-table table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #004400;
}
.sites-table table th {
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
  font-weight: bold;
  background: rgba(0, 20, 0, 0.8);
}
.sites-table table td {
  color: #ccffcc;
}
.sites-table table tr:hover {
  background: rgba(0, 30, 0, 0.5);
}
.sites-table table tr:last-child td {
  border-bottom: none;
}

.action-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.action-btn {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 120px;
  cursor: pointer;
  text-decoration: none;
  gap: 10px;
}
.action-btn:hover {
  border-color: #00ff88;
  box-shadow: 0 0 15px rgba(0, 255, 136, 0.4);
  transform: translateY(-2px);
}
.action-btn.primary {
  background: rgba(0, 40, 0, 0.9);
  border-color: #00ff88;
  min-height: 140px;
}
.action-btn .icon {
  font-size: 2.5rem;
  color: #00ff88;
}
.action-btn .label {
  color: #00ff00;
  text-shadow: 0 0 5px #00ff00;
  font-size: 1rem;
  font-weight: bold;
}
.action-btn .description {
  color: #ccffcc;
  font-size: 0.85rem;
}

.staff_profiles.card_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  margin: 20px 0;
}

.staff_profiles-item {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  padding: 20px;
  margin-bottom: 20px;
}
.staff_profiles-item:hover {
  border-color: #00ff88;
  box-shadow: 0 0 15px rgba(0, 255, 136, 0.4);
  transform: translateY(-2px);
}
.staff_profiles-item.featured {
  border: 2px solid #00ff00;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.2);
}
.staff_profiles-item .name {
  color: #00ff00;
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-weight: bold;
}
.staff_profiles-item .title,
.staff_profiles-item .staff-title {
  display: inline-block;
  background: linear-gradient(135deg, rgba(0, 255, 136, 0.2), rgba(0, 255, 0, 0.1));
  border: 1px solid #00ff88;
  border-radius: 20px;
  padding: 8px 16px;
  color: #00ff88;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 5px 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(0, 255, 136, 0.2);
}
.staff_profiles-item .bio {
  color: #cccccc;
  line-height: 1.6;
  margin-bottom: 15px;
}
.staff_profiles-item .avatar {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #00ff00;
  color: #000;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 15px;
  margin-bottom: 10px;
}
.staff_profiles-item .certifications,
.staff_profiles-item .services-offered {
  margin: 15px 0;
}
.staff_profiles-item .certifications ul,
.staff_profiles-item .services-offered ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.staff_profiles-item .certifications .collection-item,
.staff_profiles-item .services-offered .collection-item {
  background: rgba(0, 255, 0, 0.1);
  border: 1px solid #00ff00;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 5px 0;
  display: inline-block;
  margin-right: 10px;
  font-size: 0.9rem;
}
.staff_profiles-item .availability {
  background: rgba(0, 255, 136, 0.1);
  border: 1px solid #00ff88;
  border-radius: 4px;
  padding: 10px;
  margin: 15px 0;
  font-style: italic;
}
.staff_profiles-item .email-email,
.staff_profiles-item .phone-phone {
  color: #00ff88;
  text-decoration: none;
  margin-right: 15px;
}
.staff_profiles-item .email-email:hover,
.staff_profiles-item .phone-phone:hover {
  color: #00ff00;
  text-decoration: underline;
}

.account-info,
.user-info,
.login-info {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  padding: 20px;
}
.account-info h3,
.user-info h3,
.login-info h3 {
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
  margin-bottom: 15px;
}
.account-info p,
.user-info p,
.login-info p {
  color: #ccffcc;
  margin: 5px 0;
}

@media (max-width: 900px) {
  .admin-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (max-width: 600px) {
  .hero-section h1,
  .hero_section .hero-heading {
    font-size: 1.8rem;
  }
  .stats-grid {
    grid-template-columns: 1fr;
  }
  .modal-content {
    width: 95%;
    padding: 20px;
  }
  .footer-columns {
    grid-template-columns: 1fr;
  }
}
.admin-create-site-section {
  max-width: 1000px;
  margin: 20px auto;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #00ff00;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.create-site-form {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  padding: 30px;
  margin: 20px 0;
}

.form-section {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #004400;
}
.form-section:last-child {
  border-bottom: none;
}
.form-section h3 {
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
  margin-bottom: 20px;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkbox-group input[type=checkbox] {
  width: auto;
  margin: 0;
}

.creation-info {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  padding: 20px;
  margin: 20px 0;
}
.creation-info h3 {
  color: #00ff88;
  text-shadow: 0 0 5px #00ff88;
  margin-bottom: 15px;
}
.creation-info ul {
  color: #ccffcc;
  line-height: 1.8;
  padding-left: 20px;
}

.admin-manage-site-section {
  max-width: 1400px;
  margin: 20px auto;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #00ff00;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.site-management-container {
  display: grid;
  gap: 30px;
}

.site-info-section,
.site-actions-section {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  padding: 30px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.info-item label {
  display: block;
  color: #00ff88;
  font-weight: bold;
  margin-bottom: 5px;
}
.info-item span {
  color: #ccffcc;
}

.actions-container {
  display: grid;
  gap: 30px;
}

.primary-actions,
.secondary-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.action-btn.secondary {
  min-height: 100px;
  background: rgba(0, 20, 0, 0.6);
}
.action-btn.secondary .icon {
  font-size: 2rem;
}
.action-btn.secondary .label {
  font-size: 0.9rem;
}
.action-btn.secondary .description {
  font-size: 0.75rem;
}

.action-btn.success {
  border-color: #00ff88;
  background: rgba(0, 40, 0, 0.8);
}

.action-btn.warning {
  border-color: #ff8800;
  background: rgba(40, 20, 0, 0.8);
}
.action-btn.warning:hover {
  border-color: #ffaa00;
  box-shadow: 0 0 15px rgba(255, 136, 0, 0.4);
}

.action-btn.info {
  border-color: #00aaff;
  background: rgba(0, 20, 40, 0.8);
}
.action-btn.info:hover {
  border-color: #00ccff;
  box-shadow: 0 0 15px rgba(0, 170, 255, 0.4);
}

.danger-zone {
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #00ff00;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  padding: 30px;
  margin: 30px 0;
  border-color: #ff0000;
  background: rgba(40, 0, 0, 0.8);
}
.danger-zone h3 {
  color: #ff0000;
  text-shadow: 0 0 10px #ff0000;
  margin-bottom: 20px;
}
.danger-zone .danger-content p {
  color: #ffcccc;
  margin-bottom: 20px;
}

.btn-danger {
  background: rgba(100, 0, 0, 0.9);
  border: 1px solid #ff0000;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-danger:hover {
  background: rgba(150, 0, 0, 0.9);
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.4);
}

.logs-container .logs-header,
.logs-container .current-path,
.file-browser .logs-header,
.file-browser .current-path,
.database-info .logs-header,
.database-info .current-path,
.performance-info .logs-header,
.performance-info .current-path,
.settings-info .logs-header,
.settings-info .current-path {
  color: #00ff88;
  text-shadow: 0 0 3px #00ff88;
  padding: 10px;
  margin-bottom: 15px;
  background: rgba(0, 20, 0, 0.8);
  border: 1px solid #004400;
  border-radius: 4px;
}
.logs-container .logs-content,
.logs-container .file-list,
.file-browser .logs-content,
.file-browser .file-list,
.database-info .logs-content,
.database-info .file-list,
.performance-info .logs-content,
.performance-info .file-list,
.settings-info .logs-content,
.settings-info .file-list {
  background: #000000;
  border: 1px solid #004400;
  border-radius: 4px;
  padding: 15px;
  max-height: 400px;
  overflow-y: auto;
  font-family: monospace;
}
.logs-container .log-line,
.file-browser .log-line,
.database-info .log-line,
.performance-info .log-line,
.settings-info .log-line {
  color: #ccffcc;
  padding: 2px 0;
  border-bottom: 1px solid rgba(0, 255, 0, 0.1);
}
.logs-container .no-logs,
.file-browser .no-logs,
.database-info .no-logs,
.performance-info .no-logs,
.settings-info .no-logs {
  color: #888888;
  text-align: center;
  padding: 20px;
}

.file-item {
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #004400;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.file-item:hover {
  background: rgba(0, 255, 0, 0.1);
  border-color: #00ff00;
}
.file-item.directory {
  color: #00ff88;
}
.file-item .file-size {
  color: #888888;
  font-size: 0.85rem;
  float: right;
}

.db-item,
.metric-item,
.setting-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 255, 0, 0.1);
}
.db-item strong,
.metric-item strong,
.setting-item strong {
  color: #00ff88;
}

.metric-section,
.settings-section {
  margin: 20px 0;
  padding: 20px;
  background: rgba(0, 20, 0, 0.6);
  border: 1px solid #004400;
  border-radius: 4px;
}
.metric-section h4,
.settings-section h4 {
  color: #00ff88;
  text-shadow: 0 0 3px #00ff88;
  margin-bottom: 15px;
}/*# sourceMappingURL=styles.css.map */