/**
* Template Name: iPortfolio - v3.10.0
* Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #272829;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #d9dee7;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2eafec;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 15px;
  background: #040b14;
  overflow-y: auto;
}

#header .profile img {
  margin: 15px auto;
  display: block;
  width: 120px;
  border: 8px solid #2c2f3f;
}

#header .profile h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: "Poppins", sans-serif;
}

#header .profile h1 a,
#header .profile h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .profile .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #212431;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#header .profile .social-links a:hover {
  background: #ffffff;
  color: #fff;
  text-decoration: none;
}

#main {
  margin-left: 300px;
}

@media (max-width: 1199px) {
  #header {
    left: -300px;
  }

  #main {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
  padding: 30px 0 0 0;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #a8a9b4;
  padding: 12px 15px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 24px;
  padding-right: 8px;
  color: #6f7180;
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  text-decoration: none;
  color: #fff;
}

.nav-menu a:hover i,
.nav-menu .active i,
.nav-menu .active:focus i,
.nav-menu li:hover>a i {
  color: #ffffff;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  background-color: #ffffff;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  cursor: pointer;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: linear-gradient(145deg, #040b14 0%, #0b1d35 55%, #040b14 100%);
}

#hero:before {
  content: "";
  background: rgba(5, 13, 24, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#hero .hero-container {
  position: relative;
  z-index: 2;
  min-width: 300px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero p {
  color: #fff;
  margin-bottom: 50px;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #fff;
  padding-bottom: 4px;
  letter-spacing: 1px;
  border-bottom: 3px solid #ffffff;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background: #f5f8fd;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #173b6c;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #ffffff;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #173b6c;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #ffffff;
  line-height: 0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts {
  padding-bottom: 30px;
}

.facts .count-box {
  padding: 30px;
  width: 100%;
}

.facts .count-box i {
  display: block;
  font-size: 44px;
  color: #ffffff;
  float: left;
  line-height: 0;
}

.facts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #050d18;
  margin-left: 60px;
}

.facts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #122f57;
}

.facts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #122f57;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.facts .count-box a:hover {
  color: #1f5297;
}

/*--------------------------------------------------------------
# Akills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #050d18;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #dce8f8;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #ffffff;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #050d18;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #1f5297;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #050d18;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #e4edf9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #1f5297;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #ffffff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(20, 157, 221, 0.75);
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(20, 157, 221, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a+a {
  border-left: 1px solid #d9dee7;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffffff;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(5, 13, 24, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
}

.services .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #ffffff;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #ffffff;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #ffffff;
}

.services .title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #343a40;
}

.services .title a:hover {
  color: #ffffff;
}

.services .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #c3e8fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffffff;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 130px;
}

.contact .info {
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #ffffff;
  float: left;
  width: 44px;
  height: 44px;
  background: #dff3fc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #050d18;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #173b6c;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #ffffff;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #ffffff;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 15px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #ffffff;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #d9dee7;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background: #f9f9f9;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #0e2442;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 15px;
  color: #f4f6fd;
  font-size: 14px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 9999;
  background: #040b14;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #eaebf0;
}

@media (max-width: 1199px) {
  #footer {
    position: static;
    width: auto;
    padding-right: 20px 15px;
  }
}
/*--------------------------------------------------------------
# Public portal and authentication pages
--------------------------------------------------------------*/
:root {
  --cheer-navy: #040b14;
  --cheer-navy-soft: #0e1726;
  --cheer-panel: #121d2d;
  --cheer-panel-border: #2c2f3f;
  --slcs-accent: #ffffff;
  --slcc-yellow: #ffd400;
  --cheer-white: #ffffff;
  --cheer-text: #f4f6fd;
  --cheer-muted: #a8a9b4;
  --cheer-danger: #ed3c0d;
  --cheer-success: #18d26e;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--cheer-navy);
}

body.public-page {
  min-height: 100vh;
  margin: 0;
  color: var(--cheer-text);
  background: linear-gradient(145deg, #040b14 0%, #0b1d35 55%, #040b14 100%);
  font-family: "Open Sans", sans-serif;
}

body.public-page a {
  color: var(--slcs-accent);
}

body.public-page a:hover {
  color: var(--cheer-muted);
}

.site-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
}

.brand,
.brand:hover {
  color: var(--cheer-white) !important;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.pill,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.78rem 1.15rem;
  border: 1px solid var(--cheer-panel-border);
  border-radius: 4px;
  color: var(--cheer-white) !important;
  background: var(--cheer-panel);
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s, border-color 0.3s;
}

.pill:hover,
.button:hover {
  border-color: var(--slcs-accent);
  background: var(--cheer-navy-soft);
}

.button-primary,
.button-primary:hover {
  border-color: var(--slcs-accent);
  background: var(--slcs-accent);
  color: var(--cheer-navy) !important;
}

.button-primary:hover {
  border-color: var(--slcs-accent);
  background: transparent;
  color: var(--slcs-accent) !important;
}

.hero-modern {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 92px);
  padding: 64px 0 84px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--slcs-accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.hero-modern h1 {
  max-width: 780px;
  margin: 0 0 24px;
  color: var(--cheer-white);
  font-size: clamp(3rem, 8vw, 6.4rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.hero-modern p {
  max-width: 680px;
  margin: 0;
  color: var(--cheer-muted);
  font-size: 1.12rem;
  line-height: 1.72;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.glass-card {
  padding: 28px;
  border: 1px solid var(--cheer-panel-border);
  border-radius: 6px;
  background: rgba(14, 23, 38, 0.94);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
}

.metric {
  padding: 18px 0;
  border-bottom: 1px solid var(--cheer-panel-border);
}

.metric:first-child {
  padding-top: 0;
}

.metric:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.metric strong {
  display: block;
  margin-bottom: 5px;
  color: var(--cheer-white);
  font-size: 1.3rem;
}

.metric span {
  color: var(--cheer-muted);
  line-height: 1.5;
}

.auth-shell {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 32px 16px;
}

.auth-card {
  width: min(460px, 100%);
}

.auth-card h1 {
  margin: 28px 0 8px;
  color: var(--cheer-white);
  font-size: clamp(2rem, 7vw, 3rem);
  letter-spacing: -0.04em;
}

.auth-intro {
  margin: 0 0 22px;
  color: var(--cheer-muted);
  line-height: 1.6;
}

.modern-form label {
  display: block;
  margin: 0.95rem 0 0.4rem;
  color: var(--cheer-muted);
  font-weight: 600;
}

.modern-form input {
  width: 100%;
  min-height: 48px;
  padding: 0.9rem 1rem;
  border: 1px solid var(--cheer-panel-border);
  border-radius: 4px;
  outline: none;
  background: var(--cheer-navy);
  color: var(--cheer-white);
  font: inherit;
}

.modern-form input:focus {
  border-color: var(--slcs-accent);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
}

.modern-form button {
  width: 100%;
  margin-top: 1.15rem;
  cursor: pointer;
  font: inherit;
}

.notice {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 4px;
  line-height: 1.5;
}

.notice-error {
  border: 1px solid var(--cheer-danger);
  background: rgba(237, 60, 13, 0.16);
}

.notice-success {
  border: 1px solid var(--cheer-success);
  background: rgba(24, 210, 110, 0.12);
}

.auth-footer {
  margin: 20px 0 0;
  color: var(--cheer-muted);
}

@media (max-width: 800px) {
  .hero-modern {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 46px;
  }

  .hero-modern h1 {
    font-size: clamp(3rem, 17vw, 5rem);
  }
}


/* Squad identity colours */
.squad-slcs {
  --squad-primary: var(--cheer-navy);
  --squad-accent: var(--cheer-white);
}

.squad-slcc {
  --squad-primary: var(--cheer-navy);
  --squad-accent: var(--slcc-yellow);
}

.squad-slcc .squad-accent,
.squad-slcc .eyebrow {
  color: var(--slcc-yellow);
}

.squad-slcc .button-primary {
  border-color: var(--slcc-yellow);
  background: var(--slcc-yellow);
  color: var(--cheer-navy) !important;
}

.squad-slcc .button-primary:hover {
  background: transparent;
  color: var(--slcc-yellow) !important;
}


/* SLCS main-site contrast corrections after removing the legacy cyan theme */
.back-to-top,
.mobile-nav-toggle,
#hero .btn-scroll,
.contact .php-email-form button[type=submit],
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  color: #040b14;
}

.contact .php-email-form button[type=submit]:hover {
  background: #d9dee7;
  color: #040b14;
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover > a {
  color: #ffffff;
}

/* ============================================================
   Cheer Admin 2026 dashboard shell
   ============================================================ */
:root {
  --ca-bg: #f5f7fb;
  --ca-surface: #ffffff;
  --ca-surface-soft: #f8f9fc;
  --ca-text: #172033;
  --ca-muted: #70788c;
  --ca-line: #e5e8f0;
  --ca-sidebar: #101626;
  --ca-sidebar-soft: #182138;
  --ca-purple: #7957f6;
  --ca-purple-dark: #5d3ee8;
  --ca-pink: #ec5f9f;
  --ca-cyan: #38a9d6;
  --ca-green: #39af84;
  --ca-shadow: 0 18px 50px rgba(28, 39, 65, .08);
}

body.cheer-admin-body {
  background: var(--ca-bg);
  color: var(--ca-text);
  font-family: Inter, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cheer-admin-body a { color: var(--ca-purple-dark); }
.cheer-admin-body #main { min-height: calc(100vh - 54px); background: var(--ca-bg); }

#header.admin-sidebar {
  width: 284px;
  padding: 0;
  background: linear-gradient(180deg, var(--ca-sidebar) 0%, #0b1020 100%);
  border-right: 1px solid rgba(255,255,255,.05);
}

.sidebar-inner { min-height: 100vh; display: flex; flex-direction: column; padding: 24px 18px; overflow-y: auto; }
.brand { display: flex; align-items: center; gap: 12px; padding: 0 10px 24px; color: #fff !important; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(135deg, var(--ca-purple), var(--ca-pink)); box-shadow: 0 8px 22px rgba(121,87,246,.35); font-size: 20px; }
.brand > span:last-child { display: flex; align-items: baseline; gap: 5px; font-size: 21px; letter-spacing: -.4px; }
.brand small { color: #b1b9cd; font-size: 13px; font-weight: 600; }

.profile-card { display: flex; align-items: center; gap: 12px; padding: 14px; margin-bottom: 22px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: rgba(255,255,255,.045); }
.profile-avatar { width: 46px; height: 46px; object-fit: cover; border-radius: 14px; border: 2px solid rgba(255,255,255,.18); }
.profile-copy { min-width: 0; display: flex; flex-direction: column; }
.profile-copy strong { overflow: hidden; color: #fff; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.profile-copy span { color: #8f99b0; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

#header .nav-menu { display: block; padding: 0; }
#header .nav-menu ul { display: block; width: 100%; margin: 0 0 18px; padding: 0; }
#header .nav-menu li { width: 100%; }
#header .nav-menu a { display: flex; align-items: center; gap: 12px; width: 100%; margin: 3px 0; padding: 11px 13px; border-radius: 11px; color: #9da7bc; font-size: 14px; font-weight: 600; transition: .2s ease; }
#header .nav-menu a i { width: 20px; color: #7f89a0; font-size: 17px; text-align: center; }
#header .nav-menu a:hover, #header .nav-menu a.active { color: #fff; background: linear-gradient(90deg, rgba(121,87,246,.22), rgba(121,87,246,.07)); }
#header .nav-menu a.active { box-shadow: inset 3px 0 0 var(--ca-purple); }
#header .nav-menu a:hover i, #header .nav-menu a.active i { color: #a891ff; }
#header .nav-menu .logout-link:hover { background: rgba(232,84,115,.12); color: #ff879f; }
.nav-label { display: block; padding: 0 13px 7px; color: #58627a; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.mobile-nav-toggle { top: 18px; right: 18px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 13px; color: #fff; background: var(--ca-sidebar); box-shadow: var(--ca-shadow); font-size: 23px; }

.dashboard-hero { position: relative; overflow: hidden; padding: 54px 0 98px; color: #fff; background: linear-gradient(120deg, #5c3fe0 0%, #7355eb 45%, #a64cc8 100%); }
.dashboard-hero::after { content: ""; position: absolute; width: 500px; height: 500px; top: -330px; right: -80px; border: 80px solid rgba(255,255,255,.06); border-radius: 50%; }
.dashboard-hero .container-fluid { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.hero-copy h1 { margin: 5px 0 7px; color: #fff; font-size: clamp(30px, 4vw, 46px); font-weight: 800; letter-spacing: -.045em; }
.hero-copy p { margin: 0; color: rgba(255,255,255,.75); font-size: 16px; }
.eyebrow { color: var(--ca-purple); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.dashboard-hero .eyebrow { color: rgba(255,255,255,.68); }
.hero-action { display: inline-flex; align-items: center; gap: 9px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; color: #fff !important; background: rgba(255,255,255,.12); backdrop-filter: blur(10px); text-decoration: none; font-weight: 700; }
.hero-action:hover { background: rgba(255,255,255,.2); }

.dashboard-content { position: relative; z-index: 2; margin-top: -62px; padding-bottom: 50px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; margin-bottom: 42px; }
.stat-card { display: flex; align-items: center; gap: 16px; min-height: 126px; padding: 22px; border: 1px solid rgba(227,230,239,.9); border-radius: 18px; background: var(--ca-surface); box-shadow: var(--ca-shadow); }
.stat-card.primary-stat { color: #fff; border: 0; background: linear-gradient(145deg, #171d31, #252e49); }
.stat-icon { flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: var(--ca-purple); background: #f0ecff; font-size: 21px; }
.primary-stat .stat-icon { color: #fff; background: rgba(255,255,255,.1); }
.stat-card div { min-width: 0; display: flex; flex-direction: column; }
.stat-card small { color: var(--ca-muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.primary-stat small, .primary-stat span { color: #aeb6ca; }
.stat-card strong { margin: 2px 0; font-size: 30px; line-height: 1; letter-spacing: -.04em; }
.stat-card span:last-child { color: var(--ca-muted); font-size: 12px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 0 0 16px; }
.section-heading h2, .panel-heading h2 { margin: 2px 0 0; color: var(--ca-text); font-size: 24px; font-weight: 800; letter-spacing: -.03em; }
.text-link { color: var(--ca-purple-dark); font-size: 13px; font-weight: 700; text-decoration: none; }

.schedule-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-bottom: 28px; }
.admin-panel { border: 1px solid var(--ca-line); border-radius: 18px; background: var(--ca-surface); box-shadow: 0 10px 35px rgba(28,39,65,.055); }
.schedule-panel { padding: 20px; }
.schedule-panel > header { display: flex; align-items: center; gap: 13px; margin-bottom: 16px; }
.schedule-panel h3 { margin: 0; color: var(--ca-text); font-size: 17px; font-weight: 800; }
.schedule-panel header p { margin: 2px 0 0; color: var(--ca-muted); font-size: 12px; }
.panel-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; font-size: 18px; }
.panel-icon.social { color: #d34888; background: #fdeaf3; }
.panel-icon.classes { color: #318fba; background: #e8f6fc; }
.panel-icon.training { color: #2b9974; background: #e7f7f1; }
.event-list { display: grid; gap: 8px; }
.event-item { display: flex; align-items: center; gap: 11px; padding: 11px 10px; border-radius: 11px; color: var(--ca-text) !important; background: var(--ca-surface-soft); text-decoration: none; transition: .18s ease; }
.event-item:hover { transform: translateY(-1px); background: #f1f3f9; }
.event-marker { flex: 0 0 8px; width: 8px; height: 32px; border-radius: 10px; background: #9aa2b5; }
.event-copy { min-width: 0; flex: 1; display: flex; flex-direction: column; }
.event-copy strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.event-copy small { color: var(--ca-muted); font-size: 11px; }
.event-item > i { color: #a3aabd; font-size: 12px; }
.event-gold .event-marker { background: #d5a72f; } .event-red .event-marker { background: #dd546f; } .event-orange .event-marker { background: #e58b3c; }
.event-cyan .event-marker { background: #3eaed2; } .event-lime .event-marker { background: #7eb941; } .event-white .event-marker { background: #afb6c5; }
.event-mint .event-marker { background: #42b78e; }

.dashboard-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(320px,.65fr); gap: 18px; }
.data-panel { overflow: hidden; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; padding: 21px 22px; border-bottom: 1px solid var(--ca-line); }
.panel-heading > i { color: #c3c8d5; font-size: 24px; }
.admin-table thead th { padding: 13px 20px; border-bottom-color: var(--ca-line); color: var(--ca-muted); background: var(--ca-surface-soft); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.admin-table td { padding: 13px 20px; border-bottom-color: #eef0f5; color: #343c50; font-size: 13px; }
.rank-number { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; color: var(--ca-purple-dark); background: #f0ecff; font-size: 11px; font-weight: 800; }
.rez-list { padding: 8px 20px 18px; }
.rez-item { display: flex; align-items: center; gap: 13px; padding: 13px 0; border-bottom: 1px solid #eef0f5; }
.rez-item:last-child { border-bottom: 0; }
.rez-date { flex: 0 0 44px; width: 44px; height: 47px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 12px; color: var(--ca-purple-dark); background: #f0ecff; line-height: 1; }
.rez-date strong { font-size: 17px; } .rez-date small { margin-top: 3px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.rez-item > div { min-width: 0; flex: 1; display: flex; flex-direction: column; }
.rez-item > div strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.rez-item > div small { color: var(--ca-muted); font-size: 11px; }
.rez-item > i { color: #c2c7d3; }
.empty-state { min-height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--ca-muted); font-size: 12px; text-align: center; }
.empty-state i { color: #bec4d1; font-size: 25px; }
.empty-state.large { min-height: 260px; }
.empty-page { margin-top: 34px; padding: 70px 20px; text-align: center; }
.empty-page > i { color: var(--ca-purple); font-size: 40px; }
.empty-page h3 { margin-top: 14px; }

.cheer-admin-body .breadcrumbs { padding: 31px 0 24px; background: transparent; }
.cheer-admin-body .breadcrumbs h2 { color: var(--ca-text); font-size: 27px; font-weight: 800; letter-spacing: -.035em; }
.cheer-admin-body .breadcrumbs ol { color: var(--ca-muted); font-size: 12px; }
.cheer-admin-body .inner-page { padding: 0 0 45px; }
.cheer-admin-body .inner-page > .container, .cheer-admin-body .inner-page > .container-fluid { padding-top: 22px; padding-bottom: 22px; border: 1px solid var(--ca-line); border-radius: 18px; background: var(--ca-surface); box-shadow: 0 10px 35px rgba(28,39,65,.055); }
.cheer-admin-body .btn-primary { border-color: var(--ca-purple); background: var(--ca-purple); }
.cheer-admin-body .btn-primary:hover { border-color: var(--ca-purple-dark); background: var(--ca-purple-dark); }
.cheer-admin-body .form-control, .cheer-admin-body .form-select { border-color: var(--ca-line); border-radius: 10px; }
.cheer-admin-body .form-control:focus, .cheer-admin-body .form-select:focus { border-color: #ab98ff; box-shadow: 0 0 0 .2rem rgba(121,87,246,.12); }

.admin-footer { position: static; width: auto; margin-left: 284px; padding: 17px 30px; color: #9299a9; background: #fff; border-top: 1px solid var(--ca-line); font-size: 12px; text-align: right; }
.admin-footer span { margin: 0 5px; color: #ccd0d9; }

@media (min-width: 1200px) { .cheer-admin-body #main { margin-left: 284px; } }
@media (max-width: 1199px) {
  #header.admin-sidebar { left: -284px; }
  .mobile-nav-active #header.admin-sidebar { left: 0; }
  .cheer-admin-body #main, .admin-footer { margin-left: 0; }
}
@media (max-width: 991px) {
  .stat-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .schedule-grid { grid-template-columns: 1fr; }
  .dashboard-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .dashboard-hero { padding: 84px 0 92px; }
  .dashboard-hero .container-fluid { align-items: flex-start; flex-direction: column; }
  .hero-action { display: none; }
  .dashboard-content { margin-top: -48px; }
  .stat-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .stat-card { min-height: 118px; align-items: flex-start; flex-direction: column; gap: 10px; padding: 16px; }
  .stat-icon { width: 38px; height: 38px; flex-basis: 38px; border-radius: 12px; font-size: 17px; }
  .stat-card strong { font-size: 24px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .schedule-panel { padding: 16px; }
  .admin-table thead th, .admin-table td { padding-left: 14px; padding-right: 14px; }
}

/* ============================================================
   Shared internal-page system
   ============================================================ */
.internal-main { background: var(--ca-bg); }
.page-hero { padding: 42px 0 74px; color: #fff; background: linear-gradient(120deg, #171d31 0%, #252e49 54%, #5d3ee8 140%); }
.page-hero h1 { margin: 5px 0 7px; color: #fff; font-size: clamp(30px, 4vw, 44px); font-weight: 800; letter-spacing: -.04em; }
.page-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,.7); }
.page-hero .eyebrow { color: #a891ff; }
.internal-content { position: relative; z-index: 2; margin-top: -38px; padding-bottom: 50px; }
.page-panel-spacing { margin-top: 18px; }
.stats-six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stat-date { font-size: 19px !important; letter-spacing: -.02em !important; }
.chart-panel { position: relative; height: 330px; padding: 22px; }
.chart-panel.chart-wide { height: 360px; }
.squad-chart-grid, .chart-grid-wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.metric-list { padding: 8px 22px 18px; }
.metric-list > div, .detail-list > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid #eef0f5; }
.metric-list > div:last-child, .detail-list > div:last-child { border-bottom: 0; }
.metric-list span, .detail-list span { color: var(--ca-muted); font-size: 13px; }
.metric-list strong, .detail-list strong { color: var(--ca-text); font-size: 14px; text-align: right; }
.detail-list { padding: 8px 22px 18px; }
.mono-value { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 12px !important; overflow-wrap: anywhere; }
.identity-grid { grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); }
.profile-avatar-panel { display: flex; align-items: center; gap: 20px; padding: 22px; }
.profile-avatar-panel img { width: 118px; height: 118px; border-radius: 20px; object-fit: cover; box-shadow: 0 12px 30px rgba(28,39,65,.14); }
.profile-avatar-panel h2 { margin: 3px 0 4px; color: var(--ca-text); font-size: 22px; font-weight: 800; }
.profile-avatar-panel p { margin: 0; color: var(--ca-muted); font-size: 13px; }

/* Legacy page fragments inherit the same visual language without private CSS. */
.cheer-admin-body .breadcrumbs > .container,
.cheer-admin-body .breadcrumbs > .container-fluid,
.cheer-admin-body .inner-page > .container,
.cheer-admin-body .inner-page > .container-fluid,
.cheer-admin-body .credits-section > .container { max-width: none; padding-left: clamp(24px, 4vw, 48px); padding-right: clamp(24px, 4vw, 48px); }
.cheer-admin-body .card { border: 1px solid var(--ca-line); border-radius: 18px; background: var(--ca-surface); box-shadow: 0 10px 35px rgba(28,39,65,.055); overflow: hidden; }
.cheer-admin-body .card-header { padding: 18px 22px; border-bottom: 1px solid var(--ca-line); background: var(--ca-surface); }
.cheer-admin-body .card-body { padding: 22px; }
.cheer-admin-body .card-title { margin: 0; color: var(--ca-text); font-weight: 800; }
.cheer-admin-body .table { margin-bottom: 0; color: var(--ca-text); }
.cheer-admin-body .table thead th { padding: 13px 16px; border-bottom-color: var(--ca-line); color: var(--ca-muted); background: var(--ca-surface-soft); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.cheer-admin-body .table tbody td,
.cheer-admin-body .table tbody th { padding: 13px 16px; border-color: #eef0f5; vertical-align: middle; }
.cheer-admin-body .table-striped > tbody > tr:nth-of-type(odd) > * { --bs-table-accent-bg: #fafbfe; }
.cheer-admin-body .btn { border-radius: 10px; font-weight: 700; }
.cheer-admin-body .btn-warning { border-color: #f4c95d; background: #f4c95d; color: #3b3013; }
.cheer-admin-body .modal-content { border: 0; border-radius: 18px; box-shadow: var(--ca-shadow); }
.cheer-admin-body .modal-header, .cheer-admin-body .modal-footer { border-color: var(--ca-line); }
.cheer-admin-body .alert { border-radius: 12px; }

@media (max-width: 991px) {
  .stats-six { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .squad-chart-grid, .chart-grid-wide, .identity-grid { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .page-hero { padding: 82px 0 68px; }
  .internal-content { margin-top: -28px; }
  .stats-six { grid-template-columns: 1fr 1fr; }
  .profile-avatar-panel { align-items: flex-start; flex-direction: column; }
}
.full-schedule-grid .event-list { max-height: 720px; overflow-y: auto; padding-right: 4px; }
.rfl-hero { background: linear-gradient(120deg, #4b2676 0%, #67349a 55%, #8f4bc2 100%); }
.rfl-grid { grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); }
.content-panel { padding: 28px; }
.content-panel h2 { margin: 5px 0 16px; color: var(--ca-text); font-size: 28px; font-weight: 800; letter-spacing: -.03em; }
.content-panel p { color: #596176; line-height: 1.75; }
.panel-icon.rfl { color: #6f38a0; background: #f0e6f8; }
.rfl-events { padding: 22px; }
.event-rfl .event-marker { background: #603393; }
@media (max-width: 991px) { .rfl-grid { grid-template-columns: 1fr; } }


/* ============================================================
   Administration pages
   ============================================================ */
.lookup-search-panel { padding: 22px; }
.lookup-search-form { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.lookup-search-copy { display: flex; align-items: center; gap: 15px; }
.lookup-search-copy h2 { margin: 0 0 3px; color: var(--ca-text); font-size: 18px; font-weight: 800; }
.lookup-search-copy p { margin: 0; color: var(--ca-muted); font-size: 12px; }
.panel-icon.lookup { color: var(--ca-purple); background: #f0ecff; }
.lookup-search-controls { width: min(100%, 570px); display: grid; grid-template-columns: minmax(220px, 1fr) auto; gap: 10px; }
.status-pill { display: inline-flex; align-items: center; padding: 5px 9px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.status-active { color: #18704c; background: #e2f6ed; }
.status-inactive { color: #7e5660; background: #f6e9ec; }
.record-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.record-field { min-width: 0; padding: 15px; border: 1px solid var(--ca-line); border-radius: 13px; background: var(--ca-surface-soft); }
.record-field-wide { grid-column: 1 / -1; }
.record-field > span { display: block; margin-bottom: 5px; color: var(--ca-muted); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.record-field > strong { color: var(--ca-text); font-size: 13px; }
.copy-value { display: flex; align-items: center; gap: 8px; }
.copy-value code { min-width: 0; flex: 1; overflow-wrap: anywhere; color: var(--ca-text); }
.copy-value button { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; border: 0; border-radius: 9px; color: var(--ca-purple); background: #ece7ff; }
.controller-summary-grid, .trophy-summary-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.controller-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; padding: 20px; }
.controller-card { display: flex; align-items: center; gap: 13px; padding: 16px; border: 1px solid var(--ca-line); border-radius: 14px; background: var(--ca-surface-soft); }
.controller-card > div { min-width: 0; flex: 1; display: flex; flex-direction: column; }
.controller-card strong { color: var(--ca-text); font-size: 13px; }
.controller-card small { color: var(--ca-muted); font-size: 11px; }
.controller-icon, .credit-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; border-radius: 12px; color: var(--ca-purple); background: #ece7ff; }
.uuid-list { display: grid; gap: 8px; }
.uuid-list code { padding: 10px 12px; border-radius: 9px; color: #3f4659; background: var(--ca-surface-soft); overflow-wrap: anywhere; }
.credits-hero { background: linear-gradient(120deg, #20273a 0%, #313a56 55%, #7255e9 140%); }
.credits-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.credit-card { display: flex; align-items: flex-start; gap: 16px; padding: 22px; }
.credit-card h2 { margin: 0; color: var(--ca-text); font-size: 17px; font-weight: 800; }
.credit-card small { color: var(--ca-muted); font-size: 11px; }
.credit-card p { margin: 8px 0 0; color: #596176; font-size: 13px; }
.trophy-hero { background: linear-gradient(120deg, #282139 0%, #43345e 55%, #8a62d6 130%); }
.squad-tabs { display: inline-flex; gap: 5px; margin-bottom: 18px; padding: 5px; border: 1px solid var(--ca-line); border-radius: 13px; background: #fff; box-shadow: 0 8px 25px rgba(28,39,65,.05); }
.squad-tabs a { padding: 9px 16px; border-radius: 9px; color: var(--ca-muted); font-size: 12px; font-weight: 800; }
.squad-tabs a.active { color: #fff; background: var(--ca-purple); }
.trophy-due-list { padding: 12px 20px 20px; }
.trophy-due-card { display: flex; align-items: center; gap: 15px; padding: 14px 0; border-bottom: 1px solid #eef0f5; }
.trophy-due-card:last-child { border-bottom: 0; }
.trophy-due-card > div { min-width: 0; flex: 1; display: flex; flex-direction: column; }
.trophy-due-card > div strong { color: var(--ca-text); font-size: 14px; }
.trophy-due-card > div span { color: var(--ca-muted); font-size: 11px; }
.trophy-number { width: 48px; height: 48px; display: grid; place-items: center; position: relative; flex: 0 0 48px; border-radius: 14px; color: var(--ca-purple-dark); background: #f0ecff; font-size: 18px; font-weight: 900; }
.trophy-number small { position: absolute; right: 5px; top: 5px; font-size: 8px; text-transform: uppercase; }
@media (max-width: 991px) {
  .lookup-search-form { align-items: stretch; flex-direction: column; }
  .lookup-search-controls { width: 100%; }
  .controller-grid, .credits-grid { grid-template-columns: 1fr; }
  .controller-summary-grid, .trophy-summary-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 575px) {
  .lookup-search-controls { grid-template-columns: 1fr; }
  .record-grid { grid-template-columns: 1fr; }
  .record-field-wide { grid-column: auto; }
  .controller-summary-grid, .trophy-summary-grid { grid-template-columns: 1fr 1fr; }
  .controller-card { align-items: flex-start; flex-wrap: wrap; }
  .controller-card .btn { width: 100%; }
  .trophy-due-card { align-items: flex-start; flex-wrap: wrap; }
  .trophy-due-card .btn { width: 100%; }
}
