@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before:focus,
*::after:focus {
  outline: none;
}

* {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
*::-webkit-scrollbar {
  display: none;
}

html,
body {
  overflow-x: hidden;
}

html,
body,
div,
figure,
section,
header,
footer,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: "Poppins", sans-serif;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

html {
  font-family: "Poppins", sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation-fadeIn {
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animation-fadeInUp {
  -webkit-animation: fadeInUp 1s forwards;
          animation: fadeInUp 1s forwards;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.animation-pulse {
  -webkit-animation: pulse 1s forwards;
          animation: pulse 1s forwards;
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
.animation-left {
  -webkit-animation: moveFromLeft 1s forwards;
          animation: moveFromLeft 1s forwards;
}

@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.animation-right {
  -webkit-animation: moveFromRight 1s forwards;
          animation: moveFromRight 1s forwards;
}

@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.animation-downwards {
  -webkit-animation: moveDownwards 1s forwards;
          animation: moveDownwards 1s forwards;
}

@-webkit-keyframes moveDownwards {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveDownwards {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.animation-upwards {
  -webkit-animation: moveUpwards 1s forwards;
          animation: moveUpwards 1s forwards;
}

@-webkit-keyframes moveUpwards {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUpwards {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  /* >=768px */
}
@media (min-width: 1024px) {
  /* >=1024px */
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  /* 768px–1023.98px */
}
@media (max-width: 767.98px) {
  /* <=768px only */
}
@media (min-width: 769px) {
  /* >=769px (old mixin) */
}
.u-wysiwygArea {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea {
    font-size: 12px;
  }
}
.u-wysiwygArea * + * {
  margin-top: 1.75em;
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
.u-wysiwygArea a {
  color: blue;
  text-decoration: underline;
}
.u-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.u-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.u-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.u-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.u-wysiwygArea h4::before {
  background: blue;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.u-wysiwygArea p {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea p {
    font-size: 12px;
  }
}
.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}
.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}
.u-wysiwygArea ul {
  list-style-type: disc;
}
.u-wysiwygArea ol {
  list-style-type: decimal;
}
.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-wysiwygArea hr {
  background: #2b2b2b;
  display: block;
  height: 1px;
  width: 100%;
}
.u-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}
.u-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.u-wysiwygArea table thead th,
.u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.u-wysiwygArea table tr th,
.u-wysiwygArea table tr td {
  border: #2b2b2b 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.u-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.u-wysiwygArea .gallery {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: "8px";
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: calc((100% - 40px) / 2);
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: calc((100% - 80px) / 3);
}

/* COMMON up — contains :root / .theme-dark + global apply */
/* =====================================================
   COMMON LAYOUT
===================================================== */
html {
  font-size: 62.5%;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8fafc), to(#eef2f7));
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-print-color-adjust: exact;
}

/* ================= ROOT VARIABLES ================= */
:root {
  --bg: #ffffff;
  --surface-1: #f8fafc;
  --surface-2: #ffffff;
  --text: #111827;
  --text-muted: #6b7280;
  --text-danger: #dc2626;
  --border: #e5e7eb;
  --primary-900: #3f6179;
  --primary-700: #6f95b1;
  --primary-500: #7fb0d1;
  --neutral-100: #d8d7d2;
}

/* Remove background override conflict */
#root {
  color: var(--text);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

html,
body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.stMain {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

main {
  padding: 0 !important;
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
main {
  padding: 0 !important;
}

.section {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 0;
}
@media (max-width: 767.98px) {
  .section {
    /* <=768px only */
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .section {
    /* >=768px */
    padding: 3.6rem 0;
  }
}
@media (min-width: 1024px) {
  .section {
    /* >=1024px */
    padding: 4rem 0;
  }
}
.section__inner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6rem;
  background-color: transparent;
  border-radius: 4rem;
  /* mobile default */
  padding: 3.5rem 1.6rem;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .section__inner {
    /* <=768px only */
    gap: 1rem;
    padding: 1rem;
  }
}
@media (min-width: 480px) {
  .section__inner {
    /* >=480px */
    padding: 3.6rem 2rem;
  }
}
@media (min-width: 768px) {
  .section__inner {
    /* >=768px */
    padding: 4rem 2.4rem;
    max-width: 110rem;
    gap: 3rem;
  }
}
@media (min-width: 1024px) {
  .section__inner {
    /* >=1024px */
    padding: 4.4rem 0;
    max-width: 120rem;
  }
}
@media (min-width: 1280px) {
  .section__inner {
    /* >=1280px */
    max-width: 124rem;
  }
}

.swal2-popup {
  width: min(92vw, 52rem) !important;
  padding: 2rem 1.8rem !important;
  border-radius: 1.6rem !important;
  font-size: 1.4rem !important;
}

.swal2-title {
  margin: 0.4rem 0 0.8rem !important;
  font-size: 1.9rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em;
  font-family: "Comic Relief", system-ui !important;
}

.swal2-html-container {
  margin: 0 !important;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  font-family: "Comic Relief", system-ui !important;
}

.swal2-actions {
  margin-top: 1.6rem !important;
  gap: 1rem !important;
}

.swal2-confirm,
.swal2-cancel {
  font-size: 1.4rem !important;
  padding: 1rem 1.6rem !important;
  border-radius: 1.2rem !important;
}

.swal2-popup {
  -webkit-box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.2) !important;
}

.swal2-success-circular-line-left,
.swal2-success-circular-line-right {
  display: none;
}

/* >=480px */
@media (min-width: 480px) {
  .swal2-popup {
    width: min(88vw, 56rem) !important;
    padding: 2.2rem 2rem !important;
    font-size: 1.5rem !important;
  }
  .swal2-title {
    font-size: 2.1rem !important;
  }
  .swal2-html-container {
    font-size: 1.5rem !important;
  }
  .swal2-confirm,
  .swal2-cancel {
    font-size: 1.5rem !important;
    padding: 1.1rem 1.8rem !important;
  }
}
/* >=768px */
@media (min-width: 768px) {
  .swal2-popup {
    width: min(78vw, 60rem) !important;
    padding: 2.6rem 2.4rem !important;
    border-radius: 1.8rem !important;
  }
  .swal2-title {
    font-size: 2.3rem !important;
  }
  .swal2-html-container {
    font-size: 1.6rem !important;
  }
}
/* >=1024px */
@media (min-width: 1024px) {
  .swal2-popup {
    width: 60rem !important;
  }
  .swal2-title {
    font-size: 2.4rem !important;
  }
}
.breadcrumb-item {
  font-size: 1.5rem;
}

.invalid-feedback {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .invalid-feedback {
    font-size: 1.35rem;
  }
}
.invalid-feedback {
  /* >=1024px */
}
@media (min-width: 1024px) {
  .invalid-feedback {
    font-size: 1.5rem;
  }
}

.modal-title {
  font-size: 1.8rem;
  font-weight: 700;
}
.modal-body {
  font-size: 1.4rem;
  line-height: 1.6;
}
.modal-footer {
  font-size: 1.4rem;
}
.modal {
  /* form inside modal */
}
.modal .form-label {
  font-size: 1.35rem;
  font-weight: 500;
}
.modal .form-control {
  font-size: 1.4rem;
  padding: 0.8rem 1.2rem;
}
.modal .input-group-text {
  font-size: 1.45rem;
  font-weight: 600;
}
.modal .btn {
  font-size: 1.35rem;
}
.modal {
  /* ================= TABLET ================= */
}
@media (min-width: 768px) {
  .modal-title {
    font-size: 2rem;
  }
  .modal-body {
    font-size: 1.5rem;
  }
  .modal .form-label {
    font-size: 1.4rem;
  }
  .modal .form-control {
    font-size: 1.45rem;
  }
  .modal .btn {
    font-size: 1.4rem;
  }
}
.modal {
  /* ================= DESKTOP ================= */
}
@media (min-width: 1024px) {
  .modal-title {
    font-size: 2.2rem;
  }
  .modal-body {
    font-size: 1.6rem;
  }
  .modal .form-label {
    font-size: 1.45rem;
  }
  .modal .form-control {
    font-size: 1.5rem;
  }
  .modal .btn {
    font-size: 1.45rem;
  }
}

.secLanding {
  min-height: 100vh;
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
.secLanding::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(110, 150, 210, 0.65), rgba(210, 225, 245, 0.65));
  z-index: 0;
}
.secLanding__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 98rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.secLanding__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.secLanding__title-svg {
  width: 100%;
  max-width: 98rem;
  height: auto;
  -webkit-filter: drop-shadow(0 0.6rem 1.6rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0.6rem 1.6rem rgba(0, 0, 0, 0.25));
}
.secLanding__title-text {
  font-family: "Comic Sans MS", "Arial Rounded MT Bold", system-ui, sans-serif;
  font-weight: 900;
  font-size: 90px;
  letter-spacing: 1px;
  fill: #ffffff;
  stroke: #111111;
  stroke-width: 10px;
  paint-order: stroke fill;
}
.secLanding__actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.secLanding__row {
  width: 100%;
  max-width: 82rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.secLanding__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-family: "Comic Relief", system-ui;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #ffffff;
  border: 3px solid #111;
  border-radius: 1.8rem;
  color: #1c2fb3;
  padding: 1.8rem 2.2rem;
  min-height: 6.4rem;
  -webkit-box-shadow: 0 1rem 2.2rem rgba(0, 0, 0, 0.18);
          box-shadow: 0 1rem 2.2rem rgba(0, 0, 0, 0.18);
  -webkit-transition: -webkit-transform 120ms ease, -webkit-box-shadow 120ms ease;
  transition: -webkit-transform 120ms ease, -webkit-box-shadow 120ms ease;
  transition: transform 120ms ease, box-shadow 120ms ease;
  transition: transform 120ms ease, box-shadow 120ms ease, -webkit-transform 120ms ease, -webkit-box-shadow 120ms ease;
}
.secLanding__btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 1.4rem 2.6rem rgba(0, 0, 0, 0.22);
          box-shadow: 0 1.4rem 2.6rem rgba(0, 0, 0, 0.22);
}
.secLanding__btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.secLanding__btn--big {
  width: 100%;
  max-width: 72rem;
  border-radius: 2.2rem;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  padding: 2.2rem 2.2rem;
}
.secLanding__btn--small {
  width: 100%;
  font-size: 1.5rem;
  padding: 1.8rem 2.4rem;
}
.secLanding {
  /* >=480px */
}
@media (min-width: 480px) {
  .secLanding {
    padding: 2.4rem;
  }
  .secLanding__title-text {
    font-size: 66px;
  }
  .secLanding__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .secLanding__btn--small {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 32rem;
            flex: 1 1 32rem; /* magiging 2 columns pag kasya */
    max-width: 36rem;
  }
}
.secLanding {
  /* >=768px (tab) */
}
@media (min-width: 768px) {
  .secLanding {
    padding: 3.2rem;
  }
  .secLanding__title {
    margin-bottom: 2.6rem;
  }
  .secLanding__title-text {
    font-size: 78px;
  }
  .secLanding__actions {
    gap: 2.6rem;
  }
  .secLanding__btn--big {
    font-size: 2.8rem;
  }
  .secLanding__btn--small {
    font-size: 2.6rem;
  }
}
.secLanding {
  /* >=1024px (desk) */
}
@media (min-width: 1024px) {
  .secLanding__title-text {
    font-size: 88px;
  }
  .secLanding__btn--big {
    font-size: 3rem;
  }
}

.secLogin,
.secCreate {
  min-height: 100vh;
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  /* background overlay */
}
.secLogin::before,
.secCreate::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(110, 150, 210, 0.65), rgba(210, 225, 245, 0.65));
  z-index: 0;
}
.secLogin,
.secCreate {
  /* container */
}
.secLogin__inner,
.secCreate__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.secLogin,
.secCreate {
  /* card */
}
.secLogin__card,
.secCreate__card {
  width: 100%;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 2rem;
  padding: 2rem 1.8rem;
  -webkit-box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.22);
          box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.22);
}
.secLogin,
.secCreate {
  /* back button */
}
.secLogin__back,
.secCreate__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.4rem;
  padding: 0 1.2rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(11, 42, 166, 0.25);
  color: #0b2aa6;
  font-weight: 700;
  font-family: "Comic Relief", system-ui;
  font-size: 1.2rem;
  text-decoration: none;
  margin-bottom: 2rem;
}
.secLogin__back:hover,
.secCreate__back:hover {
  -webkit-filter: brightness(1.03);
          filter: brightness(1.03);
}
.secLogin__back:active,
.secCreate__back:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.secLogin,
.secCreate {
  /* title */
}
.secLogin__title,
.secCreate__title {
  text-align: center;
  font-weight: 800;
  font-family: "Comic Relief", system-ui;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 2rem;
  margin: 0 0 2rem;
  color: #111;
}
.secLogin,
.secCreate {
  /* form */
}
.secLogin__form,
.secCreate__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.secLogin__field,
.secCreate__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.secLogin,
.secCreate {
  /* label */
}
.secLogin__label,
.secCreate__label {
  font-weight: 800;
  font-family: "Comic Relief", system-ui;
  letter-spacing: 0.12em;
  font-size: 1.1rem;
  color: #111;
}
.secLogin,
.secCreate {
  /* input */
}
.secLogin__input,
.secCreate__input {
  height: 4.6rem;
  padding: 0 1.4rem;
  border: 2px solid #111;
  border-radius: 1rem;
  font-size: 1.5rem;
  font-family: "Comic Relief", system-ui;
  background: #fff;
  outline: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.secLogin__input:focus,
.secCreate__input:focus {
  border-color: #0b2aa6;
  -webkit-box-shadow: 0 0 0 3px rgba(11, 42, 166, 0.15);
          box-shadow: 0 0 0 3px rgba(11, 42, 166, 0.15);
}
.secLogin,
.secCreate {
  /* submit button */
}
.secLogin__btn,
.secCreate__btn {
  height: 4.8rem;
  border: 0;
  border-radius: 3rem;
  background: #0b2aa6;
  color: #fff;
  font-weight: 900;
  font-family: "Comic Relief", system-ui;
  letter-spacing: 0.14em;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform 120ms ease, -webkit-filter 120ms ease;
  transition: -webkit-transform 120ms ease, -webkit-filter 120ms ease;
  transition: transform 120ms ease, filter 120ms ease;
  transition: transform 120ms ease, filter 120ms ease, -webkit-transform 120ms ease, -webkit-filter 120ms ease;
}
.secLogin__btn:hover,
.secCreate__btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-filter: brightness(1.06);
          filter: brightness(1.06);
}
.secLogin__btn:active,
.secCreate__btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.secLogin__btn:disabled,
.secCreate__btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.secLogin,
.secCreate {
  /* message */
}
.secLogin__msg,
.secCreate__msg {
  margin: 0;
  text-align: center;
  min-height: 1.6rem;
  font-size: 1.2rem;
  font-family: "Comic Relief", system-ui;
  color: #dc2626;
}
.secLogin,
.secCreate {
  /* link */
}
.secLogin__link,
.secCreate__link {
  text-align: center;
  display: block;
  color: #0b2aa6;
  font-weight: 700;
  font-size: 1.4rem;
  font-family: "Comic Relief", system-ui;
  text-decoration: none;
}
.secLogin__link:hover,
.secCreate__link:hover {
  text-decoration: underline;
}
.secLogin,
.secCreate {
  /* CTA button */
}
.secLogin__cta,
.secCreate__cta {
  width: 100%;
  height: 4.8rem;
  border-radius: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(6px);
  border: 2px solid #111;
  color: #333;
  text-decoration: none;
  font-size: 1.5rem;
  font-family: "Comic Relief", system-ui;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.secLogin__invalid-feedback,
.secCreate__invalid-feedback {
  font-family: "Comic Relief", system-ui;
}
.secLogin,
.secCreate {
  /* ===== SMALL TABLETS (480px) ===== */
}
@media (min-width: 480px) {
  .secLogin,
  .secCreate {
    padding: 2rem;
  }
  .secLogin__inner,
  .secCreate__inner {
    max-width: 44rem;
  }
  .secLogin__card,
  .secCreate__card {
    padding: 2.2rem 2rem;
  }
  .secLogin__title,
  .secCreate__title {
    font-size: 2.2rem;
  }
}
.secLogin,
.secCreate {
  /* ===== TABLET (768px) ===== */
}
@media (min-width: 768px) {
  .secLogin,
  .secCreate {
    padding: 2.4rem;
  }
  .secLogin__inner,
  .secCreate__inner {
    max-width: 46rem;
  }
  .secLogin__card,
  .secCreate__card {
    padding: 2.6rem 2.4rem;
    border-radius: 2.2rem;
  }
  .secLogin__title,
  .secCreate__title {
    font-size: 2.4rem;
  }
  .secLogin__input,
  .secCreate__input {
    height: 4.8rem;
    font-size: 1.55rem;
  }
  .secLogin__btn,
  .secCreate__btn {
    height: 5rem;
    font-size: 1.7rem;
  }
}
.secLogin,
.secCreate {
  /* ===== DESKTOP (1024px+) ===== */
}
@media (min-width: 1024px) {
  .secLogin,
  .secCreate {
    padding: 3rem;
  }
  .secLogin__inner,
  .secCreate__inner {
    max-width: 50rem;
  }
  .secLogin__card,
  .secCreate__card {
    padding: 3rem 2.8rem;
  }
  .secLogin__title,
  .secCreate__title {
    font-size: 2.6rem;
  }
  .secLogin__input,
  .secCreate__input {
    height: 5rem;
    font-size: 1.6rem;
  }
  .secLogin__btn,
  .secCreate__btn {
    height: 5.2rem;
    font-size: 1.8rem;
  }
}

/* =========================================
   DataTables v2 Custom Styling
========================================= */
.dataTables_wrapper {
  font-size: 1.35rem;
  color: #334155;
}

/* ===============================
   TOP CONTROL ROW
================================ */
.dt-layout-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.2rem;
  margin-bottom: 1.8rem;
}

.dt-length {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  font-size: 1.3rem;
}

.dt-length select {
  border: 1px solid #e5e7eb;
  border-radius: 0.8rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.3rem;
  background: white;
}

/* ===============================
   SEARCH
================================ */
.dt-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  font-weight: 500;
  font-size: 1.3rem;
  width: 100%;
}

.dt-search .dt-input {
  border: 1px solid #e5e7eb;
  border-radius: 0.8rem;
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
  width: 100%;
  max-width: 22rem;
}

.dt-input:focus {
  border-color: var(--primary-900);
  -webkit-box-shadow: 0 0 0 3px rgba(63, 97, 121, 0.1);
          box-shadow: 0 0 0 3px rgba(63, 97, 121, 0.1);
  outline: none;
}

/* ===============================
   TABLE
================================ */
.dt-layout-table {
  width: 100%;
  overflow-x: auto;
}

table.dataTable {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}

table.dataTable thead th {
  font-size: 1.35rem;
  font-weight: 700;
  color: #334155;
  border-bottom: 2px solid #e5e7eb;
  padding: 1.2rem;
}

table.dataTable tbody td {
  font-size: 1.35rem;
  padding: 1.2rem;
}

table.dataTable tbody tr:hover {
  background: rgba(63, 97, 121, 0.05);
}

/* ===============================
   PAGINATION
================================ */
.dt-paging {
  margin-top: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
}

.dt-paging-button {
  border: 1px solid #e5e7eb;
  border-radius: 0.7rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.3rem;
  background: white;
  color: #334155;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.dt-paging-button:hover {
  background: var(--primary-900);
  color: white !important;
  border-color: var(--primary-900);
}

.dt-paging-button.current {
  background: var(--primary-900);
  color: white !important;
  font-weight: 600;
  border-color: var(--primary-900);
}

/* ===============================
   INFO
================================ */
.dt-info {
  font-size: 1.25rem;
  color: #64748b;
  margin-top: 1rem;
  text-align: center;
}

/* ===============================
   TABLET
================================ */
@media (min-width: 768px) {
  .dt-layout-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dt-search {
    width: auto;
  }
  .dt-paging {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .dt-info {
    text-align: left;
  }
}
/* ===============================
   DESKTOP
================================ */
@media (min-width: 1024px) {
  table.dataTable thead th {
    font-size: 1.4rem;
  }
  table.dataTable tbody td {
    font-size: 1.4rem;
    padding: 1.4rem 1.2rem;
  }
}
.stFooter {
  background: white;
  border-top: 1px solid var(--border);
  padding: 1.8rem 1.6rem;
  margin-top: auto;
}
.stFooter__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.stFooter__text {
  font-size: 1.2rem;
  color: var(--text-muted);
}
.stFooter__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stFooter__link {
  font-size: 1.3rem;
  color: var(--text);
  text-decoration: none;
}
@media (min-width: 768px) {
  .stFooter {
    padding: 2.4rem 2rem;
  }
  .stFooter__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .stFooter__text {
    font-size: 1.35rem;
  }
}

/* =====================================================
   HEADER
===================================================== */
.stHeader {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 1.4rem 0;
  -webkit-transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.stHeader__container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.4rem;
}
.stHeader__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration: none;
  color: var(--text);
}
.stHeader__logo {
  background: var(--primary-900);
  color: white;
  padding: 0.4rem 0.8rem;
  border-radius: 0.8rem;
  font-weight: 800;
  font-size: 1.2rem;
}
.stHeader__brandText {
  font-size: 1.4rem;
}

/* NAV */
.stHeader .stNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stHeader .stNav .nav-link.stNav__link {
  position: relative;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--text) !important;
  text-decoration: none;
  padding: 0.4rem 0;
}
.stHeader .stNav .nav-link.stNav__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: var(--primary-900);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
.stHeader .stNav .nav-link.stNav__link:hover::after {
  width: 70%;
}
.stHeader .stNav .nav-link.stNav__link--logout {
  color: var(--text-danger) !important;
}

/* ===== TABLET ===== */
@media (min-width: 768px) {
  .stHeader {
    padding: 1.8rem 0;
  }
  .stHeader__brandText {
    font-size: 1.5rem;
  }
  .stHeader .stNav {
    gap: 2.4rem;
  }
}
/* ===== DESKTOP ===== */
@media (min-width: 1024px) {
  .stHeader {
    padding: 2rem 0;
  }
  .stHeader .stNav .nav-link.stNav__link {
    font-size: 1.45rem;
  }
}
.secStudentDashboard {
  padding: 3.6rem 1.6rem;
}
.secStudentDashboard__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.6rem;
}
.secStudentDashboard {
  /* ================= TOP ================= */
}
.secStudentDashboard__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  background: white;
  padding: 2.4rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 15px 35px rgba(63, 97, 121, 0.08), 0 4px 12px rgba(63, 97, 121, 0.05);
          box-shadow: 0 15px 35px rgba(63, 97, 121, 0.08), 0 4px 12px rgba(63, 97, 121, 0.05);
}
.secStudentDashboard__kicker {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
}
.secStudentDashboard__title {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.2;
  color: #1e293b;
}
.secStudentDashboard__sub {
  font-size: 1.3rem;
  font-style: italic;
  color: #64748b;
  line-height: 1.6;
  max-width: 50rem;
}
.secStudentDashboard__quick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.secStudentDashboard {
  /* ================= BUTTONS ================= */
}
.secStudentDashboard__btn {
  padding: 0.9rem 1.6rem;
  border-radius: 1.2rem;
  font-size: 1.35rem;
  font-weight: 600;
  background: var(--primary);
  color: #2b2b2b;
  -webkit-box-shadow: 0 12px 25px rgba(37, 99, 235, 0.25);
          box-shadow: 0 12px 25px rgba(37, 99, 235, 0.25);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.secStudentDashboard__btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.secStudentDashboard__btn--ghost {
  background: white;
  color: var(--primary);
  border: 1px solid var(--border);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.secStudentDashboard__btn--ghost:hover {
  background: var(--surface-1);
}
.secStudentDashboard {
  /* ================= STATS ================= */
}
.secStudentDashboard__stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.secStudentDashboard__card {
  background: white;
  padding: 2.2rem;
  border-radius: 2rem;
  border: 1px solid rgba(37, 99, 235, 0.08);
  -webkit-box-shadow: 0 12px 30px rgba(37, 99, 235, 0.06), 0 4px 10px rgba(37, 99, 235, 0.04);
          box-shadow: 0 12px 30px rgba(37, 99, 235, 0.06), 0 4px 10px rgba(37, 99, 235, 0.04);
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.secStudentDashboard__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--primary);
}
.secStudentDashboard__card:nth-child(2)::before {
  background: var(--success);
}
.secStudentDashboard__card:nth-child(3)::before {
  background: var(--danger);
}
.secStudentDashboard__cardLabel {
  font-size: 1.3rem;
  color: #64748b;
}
.secStudentDashboard__cardValue {
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--primary);
}
.secStudentDashboard__cardHint {
  font-size: 1.2rem;
  color: #94a3b8;
}
.secStudentDashboard {
  /* ================= PANELS ================= */
}
.secStudentDashboard__panel {
  background: white;
  padding: 2.4rem;
  border-radius: 2rem;
  border: 1px solid rgba(37, 99, 235, 0.08);
  -webkit-box-shadow: 0 12px 30px rgba(37, 99, 235, 0.06), 0 4px 10px rgba(37, 99, 235, 0.04);
          box-shadow: 0 12px 30px rgba(37, 99, 235, 0.06), 0 4px 10px rgba(37, 99, 235, 0.04);
  overflow-x: auto;
}
.secStudentDashboard__panelHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 1.6rem;
}
.secStudentDashboard__panelTitle {
  font-size: 1.7rem;
  font-weight: 800;
  color: #1e293b;
}
.secStudentDashboard__panelLink {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary);
}
.secStudentDashboard {
  /* ================= TABLE ================= */
}
.secStudentDashboard__tableWrap {
  overflow-x: auto;
}
.secStudentDashboard table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 1.3rem;
}
.secStudentDashboard thead {
  background: #f8fafc;
}
.secStudentDashboard thead th {
  text-align: left;
  padding: 1.2rem 1.4rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #64748b;
}
.secStudentDashboard tbody tr {
  border-top: 1px solid #e2e8f0;
}
.secStudentDashboard tbody tr:hover {
  background: rgba(37, 99, 235, 0.05);
}
.secStudentDashboard tbody td {
  padding: 1.4rem;
  font-size: 1.3rem;
  color: #334155;
}
.secStudentDashboard {
  /* ================= STATUS ================= */
}
.secStudentDashboard__status {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 600;
}
.secStudentDashboard__status--primary {
  background: rgba(37, 99, 235, 0.12);
  color: var(--primary);
}
.secStudentDashboard__status--success {
  background: rgba(22, 163, 74, 0.12);
  color: var(--success);
}
.secStudentDashboard__status--danger {
  background: rgba(220, 38, 38, 0.12);
  color: var(--danger);
}
.secStudentDashboard {
  /* ================= EMPTY ROW ================= */
}
.secStudentDashboard__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
}
.secStudentDashboard__rowMain {
  font-size: 1.3rem;
  color: var(--text-danger);
  font-style: italic;
}
.secStudentDashboard__rowSub {
  font-size: 1.3rem;
}
.secStudentDashboard {
  /* ================= BREAKPOINTS ================= */
}
@media (min-width: 480px) {
  .secStudentDashboard__stats {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .secStudentDashboard {
    padding: 4.6rem 2rem;
  }
  .secStudentDashboard__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .secStudentDashboard__quick {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .secStudentDashboard__stats {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .secStudentDashboard__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .secStudentDashboard {
    padding: 5rem 2rem;
  }
  .secStudentDashboard__title {
    font-size: 3.4rem;
  }
  .secStudentDashboard__cardValue {
    font-size: 4rem;
  }
}

.secBooks {
  padding: 4rem 1.6rem;
}
.secBooks__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.secBooks {
  /* ================= TOP ================= */
}
.secBooks__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
.secBooks__search {
  width: 100%;
}
.secBooks__search input {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border-radius: 1.2rem;
  border: 1px solid var(--border);
  font-size: 1.4rem;
  outline: none;
}
.secBooks__search input:focus {
  border-color: var(--primary-900);
}
.secBooks__viewToggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.secBooks__toggle {
  padding: 0.8rem 1.4rem;
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: white;
  font-size: 1.3rem;
  cursor: pointer;
}
.secBooks__toggle.is-active {
  background: var(--primary-900);
  color: white;
  border-color: var(--primary-900);
}
.secBooks__back {
  padding: 0.8rem 1.4rem;
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: white;
  font-size: 1.3rem;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.secBooks__back:hover {
  background: var(--surface-1);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.secBooks {
  /* ================= CONTAINER ================= */
}
.secBooks__container {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}
.secBooks__container.is-grid {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.secBooks__container.is-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.secBooks__empty {
  margin-top: 3rem;
  padding: 3rem;
  text-align: center;
  background: white;
  border-radius: 1.6rem;
  border: 1px dashed var(--border);
  font-size: 1.4rem;
  color: var(--text-muted);
}
.secBooks {
  /* ================= BREADSCRUMB ================= */
}
.secBooks__breascrumb .breadcrumb-item {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .secBooks__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .secBooks__search {
    max-width: 400px;
  }
  .secBooks__container.is-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media (min-width: 1024px) {
  .secBooks {
    padding: 5rem 2rem;
  }
}

/* ================= BOOK ITEM ================= */
.secBooks__container.is-list .bookItem__info {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bookItem {
  background: white;
  border-radius: 1.6rem;
  border: 1px solid #e5e7eb;
  padding: 1.4rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.bookItem:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
.bookItem__cover {
  width: 100%;
  aspect-ratio: 2/3;
  overflow: hidden;
  border-radius: 1rem;
}
.bookItem__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.bookItem__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.bookItem__title {
  font-size: 1.4rem;
  font-weight: 700;
}
.bookItem__author {
  font-size: 1.2rem;
  color: var(--text-muted);
}
.bookItem__category {
  font-size: 1.1rem;
  color: var(--primary-900);
}

/* ================= LIST MODE ================= */
.secBooks__container.is-list .bookItem {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem 1.6rem;
}
.secBooks__container.is-list .bookItem .bookItem__cover {
  width: 70px;
}
.secBooks__container.is-list .bookItem .bookItem__cover img {
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.secBooks__container.is-list .bookItem .bookItem__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem;
}

.secBook {
  padding: 4rem 1.6rem;
}
.secBook__breascrumb {
  max-width: 1100px;
  margin: 0 auto;
}
.secBook__inner {
  max-width: 1100px;
  margin: 0 auto;
  background: white;
  padding: 3rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  display: -ms-grid;
  display: grid;
  gap: 3rem;
}
.secBook__layout {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
}
.secBook__cover {
  aspect-ratio: 2/3;
  overflow: hidden;
  border-radius: 1.4rem;
}
.secBook__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secBook__title {
  font-size: 2.8rem;
  font-weight: 800;
}
.secBook__metas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 0.8rem;
}
.secBook__meta {
  font-size: 1.4rem;
  color: var(--text-muted);
}
.secBook__description {
  font-size: 1.5rem;
  line-height: 1.6;
  white-space: pre-line;
}
.secBook__descriptionWrap {
  max-height: 35rem;
  overflow-y: auto;
  padding-right: 1rem;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-900) #f1f5f9;
}
.secBook__descriptionWrap::-webkit-scrollbar {
  width: 8px;
}
.secBook__descriptionWrap::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 10px;
}
.secBook__descriptionWrap::-webkit-scrollbar-thumb {
  background: var(--primary-900);
  border-radius: 10px;
}
.secBook__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
.secBook__btn {
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
}
.secBook__btn--borrow {
  background: var(--primary-900);
  color: white;
}
.secBook__btn--disabled {
  background: #cbd5e1;
  color: #64748b;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 768px) {
  .secBook__layout {
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .secBook__descriptionWrap {
    max-height: 40rem;
  }
}
@media (min-width: 1024px) {
  .secBook__descriptionWrap {
    max-height: 40rem;
  }
}

/* =====================================================
   BORROWED BOOKS
===================================================== */
.secBorrowed {
  padding: 3rem 1.4rem;
}
.secBorrowed__inner {
  max-width: 1100px;
  margin: 0 auto;
  background: white;
  padding: 2.4rem;
  border-radius: 1.8rem;
  -webkit-box-shadow: 0 16px 35px rgba(0, 0, 0, 0.06);
          box-shadow: 0 16px 35px rgba(0, 0, 0, 0.06);
}
.secBorrowed__title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2rem;
}
.secBorrowed {
  /* ================= TABLE WRAP ================= */
}
.secBorrowed__tableWrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.secBorrowed {
  /* ================= TABLE ================= */
}
.secBorrowed__table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 1.35rem;
}
.secBorrowed__table th {
  text-align: left;
  padding: 1.2rem;
  background: #f8fafc;
  font-weight: 700;
  font-size: 1.25rem;
  color: #475569;
}
.secBorrowed__table td {
  padding: 1.2rem;
  border-top: 1px solid #e5e7eb;
  color: #334155;
}
.secBorrowed__table tr:hover {
  background: #f9fafb;
}
.secBorrowed {
  /* ================= STATUS ================= */
}
.secBorrowed__status {
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 1.15rem;
  font-weight: 600;
}
.secBorrowed__status--borrowed {
  background: rgba(37, 99, 235, 0.12);
  color: var(--primary-900);
}
.secBorrowed__status--overdue {
  background: rgba(220, 38, 38, 0.12);
  color: var(--danger);
}
.secBorrowed {
  /* ================= BUTTON ================= */
}
.secBorrowed__btn {
  padding: 0.55rem 1rem;
  border-radius: 0.8rem;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  background: var(--primary-900);
  color: white;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.secBorrowed__btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.secBorrowed__empty {
  text-align: center;
  margin-top: 2rem;
  color: var(--text-muted);
  font-size: 1.35rem;
}
.secBorrowed {
  /* ================= TABLET ================= */
}
@media (min-width: 768px) {
  .secBorrowed {
    padding: 4rem 1.8rem;
  }
  .secBorrowed__inner {
    padding: 2.8rem;
  }
  .secBorrowed__title {
    font-size: 2.2rem;
  }
}
.secBorrowed {
  /* ================= DESKTOP ================= */
}
@media (min-width: 1024px) {
  .secBorrowed {
    padding: 5rem 2rem;
  }
  .secBorrowed__inner {
    padding: 3rem;
  }
  .secBorrowed__title {
    font-size: 2.4rem;
  }
}

/* =====================================================
   RESERVATIONS
===================================================== */
.secReservation {
  padding: 3rem 1.4rem;
}
.secReservation__inner {
  max-width: 1100px;
  margin: 0 auto;
  background: white;
  padding: 2.4rem;
  border-radius: 1.8rem;
  -webkit-box-shadow: 0 16px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 16px 35px rgba(0, 0, 0, 0.05);
}
.secReservation__title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.8rem;
}
.secReservation__tableWrap {
  overflow-x: auto;
}
.secReservation__table {
  width: 100%;
  font-size: 1.35rem;
  border-collapse: collapse;
}
.secReservation__table th {
  text-align: left;
  padding: 1.2rem;
  background: #f8fafc;
  font-size: 1.2rem;
  color: #64748b;
}
.secReservation__table td {
  padding: 1.2rem;
  border-top: 1px solid #e5e7eb;
}
.secReservation {
  /* STATUS */
}
.secReservation__status {
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 1.15rem;
  font-weight: 600;
}
.secReservation__status--pending {
  background: #fef3c7;
  color: #92400e;
}
.secReservation__status--approved {
  background: #dcfce7;
  color: #166534;
}
.secReservation__status--cancelled {
  background: #fee2e2;
  color: #991b1b;
}
.secReservation {
  /* BUTTON */
}
.secReservation__btn {
  padding: 0.55rem 1rem;
  border-radius: 0.7rem;
  background: var(--primary-900);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
}
.secReservation__empty {
  margin-top: 2rem;
  text-align: center;
  color: #64748b;
  font-size: 1.35rem;
}
.secReservation {
  /* ================= TABLET ================= */
}
@media (min-width: 768px) {
  .secReservation {
    padding: 4rem 1.8rem;
  }
  .secReservation__inner {
    padding: 2.8rem;
  }
  .secReservation__title {
    font-size: 2.2rem;
  }
}
.secReservation {
  /* ================= DESKTOP ================= */
}
@media (min-width: 1024px) {
  .secReservation {
    padding: 5rem 2rem;
  }
  .secReservation__inner {
    padding: 3rem;
  }
  .secReservation__title {
    font-size: 2.4rem;
  }
}

.secProfile {
  padding: 4rem 1.6rem;
}
.secProfile__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.secProfile__title {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 3rem;
}
.secProfile__grid {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
}
.secProfile__card {
  background: white;
  padding: 2.5rem;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}
.secProfile__cardTitle {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.secProfile__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
}
.secProfile__field label {
  font-size: 1.3rem;
  font-weight: 600;
  color: #475569;
}
.secProfile__field input {
  padding: 0.9rem 1.2rem;
  border-radius: 0.8rem;
  border: 1px solid #e5e7eb;
  font-size: 1.4rem;
}
.secProfile__field input:focus {
  border-color: var(--primary-900);
  outline: none;
}
.secProfile__btn {
  padding: 0.9rem 1.8rem;
  border-radius: 0.8rem;
  border: none;
  font-size: 1.3rem;
  font-weight: 600;
  background: var(--primary-900);
  color: white;
  cursor: pointer;
}
.secProfile__btn--secondary {
  background: #475569;
}
@media (min-width: 768px) {
  .secProfile__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.secLibrarianDashboard {
  padding: 3rem 1.6rem;
}
@media (min-width: 480px) {
  .secLibrarianDashboard {
    padding: 4rem 2rem;
  }
}
@media (min-width: 768px) {
  .secLibrarianDashboard {
    padding: 5rem 2rem;
  }
}
.secLibrarianDashboard__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media (min-width: 768px) {
  .secLibrarianDashboard__inner {
    gap: 4.8rem;
  }
}
.secLibrarianDashboard {
  /* ================= TOP ================= */
}
.secLibrarianDashboard__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  background: white;
  padding: 2rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 15px 35px rgba(63, 97, 121, 0.08), 0 4px 12px rgba(63, 97, 121, 0.05);
          box-shadow: 0 15px 35px rgba(63, 97, 121, 0.08), 0 4px 12px rgba(63, 97, 121, 0.05);
}
@media (min-width: 768px) {
  .secLibrarianDashboard__top {
    padding: 3rem;
  }
}
.secLibrarianDashboard__kicker {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary-900);
}
.secLibrarianDashboard__title {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.2;
  color: #1e293b;
}
@media (min-width: 768px) {
  .secLibrarianDashboard__title {
    font-size: 3.6rem;
  }
}
.secLibrarianDashboard__sub {
  font-size: 1.3rem;
  font-style: italic;
  color: #64748b;
}
.secLibrarianDashboard {
  /* ================= STATS ================= */
}
.secLibrarianDashboard__stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 360px) {
  .secLibrarianDashboard__stats {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .secLibrarianDashboard__stats {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.secLibrarianDashboard__card {
  background: white;
  padding: 2.4rem;
  border-radius: 2rem;
  border: 1px solid rgba(37, 99, 235, 0.08);
  -webkit-box-shadow: 0 12px 30px rgba(37, 99, 235, 0.06), 0 4px 10px rgba(37, 99, 235, 0.04);
          box-shadow: 0 12px 30px rgba(37, 99, 235, 0.06), 0 4px 10px rgba(37, 99, 235, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
  text-align: center;
}
.secLibrarianDashboard__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--primary-900);
}
.secLibrarianDashboard__card:nth-child(2)::before {
  background: var(--primary-700);
}
.secLibrarianDashboard__card:nth-child(3)::before {
  background: var(--primary-500);
}
.secLibrarianDashboard__card:nth-child(4)::before {
  background: var(--text-danger);
}
.secLibrarianDashboard__cardLabel {
  font-size: 1.3rem;
  color: #64748b;
}
.secLibrarianDashboard__cardValue {
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--primary-900);
}
@media (min-width: 768px) {
  .secLibrarianDashboard__cardValue {
    font-size: 4rem;
  }
}
.secLibrarianDashboard__cardHint {
  font-size: 1.2rem;
  color: #94a3b8;
}
.secLibrarianDashboard {
  /* ================= PANELS ================= */
}
.secLibrarianDashboard__panel {
  background: white;
  padding: 2rem;
  border-radius: 2rem;
  border: 1px solid rgba(37, 99, 235, 0.08);
  -webkit-box-shadow: 0 12px 30px rgba(37, 99, 235, 0.06), 0 4px 10px rgba(37, 99, 235, 0.04);
          box-shadow: 0 12px 30px rgba(37, 99, 235, 0.06), 0 4px 10px rgba(37, 99, 235, 0.04);
  overflow-x: auto;
}
@media (min-width: 768px) {
  .secLibrarianDashboard__panel {
    padding: 3rem;
  }
}
.secLibrarianDashboard__panelHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 1.6rem;
}
.secLibrarianDashboard__panelTitle {
  font-size: 1.7rem;
  font-weight: 800;
  color: #1e293b;
}
@media (min-width: 768px) {
  .secLibrarianDashboard__panelTitle {
    font-size: 1.9rem;
  }
}
.secLibrarianDashboard {
  /* ================= ANALYTICS GRID ================= */
}
.secLibrarianDashboard__analytics {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .secLibrarianDashboard__analytics {
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.secLibrarianDashboard {
  /* ================= TABLE ================= */
}
.secLibrarianDashboard__tableWrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.secLibrarianDashboard__table {
  min-width: 460px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.3rem;
  border-radius: 1.2rem;
}
@media (min-width: 768px) {
  .secLibrarianDashboard__table {
    min-width: 520px;
    font-size: 1.4rem;
  }
}
.secLibrarianDashboard__table thead {
  background: #f8fafc;
}
.secLibrarianDashboard__table thead th {
  text-align: center;
  padding: 1.2rem 1rem;
  font-weight: 600;
  color: #475569;
  border-bottom: 1px solid #e2e8f0;
}
.secLibrarianDashboard__table tbody tr {
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.secLibrarianDashboard__table tbody tr:nth-child(even) {
  background: #f8fafc;
}
.secLibrarianDashboard__table tbody tr:hover {
  background: #eef2f7;
}
.secLibrarianDashboard__table tbody td {
  padding: 1.2rem;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
}
.secLibrarianDashboard__table tbody td:nth-child(4) {
  font-weight: 600;
  color: #b91c1c;
}
.secLibrarianDashboard__table tbody td:last-child {
  font-weight: 700;
  color: #dc2626;
}
.secLibrarianDashboard {
  /* ================= CHART ================= */
}
.secLibrarianDashboard__chart {
  position: relative;
  width: 100%;
  height: 180px;
}
.secLibrarianDashboard__chart canvas {
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 480px) {
  .secLibrarianDashboard__chart {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .secLibrarianDashboard__chart {
    height: 260px;
  }
}
@media (min-width: 1024px) {
  .secLibrarianDashboard__chart {
    height: 300px;
  }
}

.secBooks {
  padding: 4rem 1.6rem;
}
.secBooks__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.secBooks {
  /* ===== Header ===== */
}
.secBooks__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  background: white;
  padding: 2.6rem;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}
.secBooks__kicker {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-700);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.secBooks__title {
  font-size: 2.8rem;
  font-weight: 900;
}
.secBooks__sub {
  font-size: 1.3rem;
  color: #64748b;
  max-width: 60rem;
}
.secBooks {
  /* ===== Panel ===== */
}
.secBooks__panel {
  background: white;
  padding: 2.6rem;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
}
.secBooks__panelHead {
  margin-bottom: 1.8rem;
}
.secBooks__panelTitle {
  font-size: 1.9rem;
  font-weight: 800;
}
.secBooks__addBtn {
  background: var(--primary-900);
  color: white;
  padding: 1rem 1.8rem;
  border: none;
  border-radius: 5px;
  font-size: 1.5rem;
}
.secBooks {
  /* ===== Table ===== */
}
.secBooks__table th {
  font-size: 1.3rem;
  text-align: center;
}
.secBooks__table td {
  font-size: 1.35rem;
  text-align: center;
}
.secBooks__table img {
  border-radius: 0.4rem;
}
.secBooks {
  /* ===== Dropdown ===== */
}
.secBooks .dropdown-item {
  font-size: 1.5rem;
}
.secBooks .dropdown li {
  margin: 0.5rem 0;
}
.secBooks {
  /* ===== Responsive ===== */
}
@media (min-width: 768px) {
  .secBooks__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .secBooks__title {
    font-size: 3rem;
  }
}

#coverPreview {
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--border);
}

.secBorrowings {
  padding: 4rem 1.6rem;
}
.secBorrowings__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.secBorrowings__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.secBorrowings__kicker {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-700);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.secBorrowings__title {
  font-size: 2.8rem;
  font-weight: 800;
}
.secBorrowings__sub {
  font-size: 1.4rem;
  color: var(--text-muted);
}
.secBorrowings__panel {
  background: white;
  border-radius: 1.6rem;
  padding: 2.4rem;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.secBorrowings__panelTitle {
  font-size: 1.8rem;
  font-weight: 700;
}
.secBorrowings__table {
  font-size: 1.4rem;
}
.secBorrowings__status {
  padding: 0.4rem 0.8rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.secBorrowings__status--borrowed {
  background: #dbeafe;
  color: #1e40af;
}
.secBorrowings__status--overdue {
  background: #fee2e2;
  color: #b91c1c;
}
.secBorrowings__status--returned {
  background: #dcfce7;
  color: #166534;
}
@media (min-width: 768px) {
  .secBorrowings__title {
    font-size: 3.2rem;
  }
  .secBorrowings__table {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .secBorrowings__title {
    font-size: 3.6rem;
  }
}

.secReservations {
  padding: 4rem 1.6rem;
}
.secReservations__inner {
  max-width: 120rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.secReservations__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.secReservations__kicker {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary-700);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.secReservations__title {
  font-size: 2.8rem;
  font-weight: 800;
}
.secReservations__sub {
  font-size: 1.4rem;
  color: var(--text-muted);
}
.secReservations__panel {
  background: white;
  border-radius: 1.6rem;
  padding: 2.4rem;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.secReservations__panelTitle {
  font-size: 1.8rem;
  font-weight: 700;
}
.secReservations__table {
  font-size: 1.4rem;
}
.secReservations__status {
  padding: 0.4rem 0.9rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.secReservations__status--pending {
  background: #fef3c7;
  color: #92400e;
}
.secReservations__status--approved {
  background: #dcfce7;
  color: #166534;
}
.secReservations__status--cancelled {
  background: #fee2e2;
  color: #b91c1c;
}
@media (min-width: 768px) {
  .secReservations__title {
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .secReservations__title {
    font-size: 3.6rem;
  }
}

/* =====================================================
   ADMIN LOGIN
===================================================== */
.adminLogin {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8fafc), to(#eef2f7));
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.secAdminLogin {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.secAdminLogin__card {
  width: 100%;
  max-width: 42rem;
  background: white;
  border-radius: 1.8rem;
  padding: 3rem 2.6rem;
  -webkit-box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
          box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}
.secAdminLogin {
  /* ================= HEADER ================= */
}
.secAdminLogin__header {
  text-align: center;
  margin-bottom: 2.4rem;
}
.secAdminLogin__title {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 0.6rem;
}
.secAdminLogin__sub {
  font-size: 1.4rem;
  color: var(--text-muted);
}
.secAdminLogin {
  /* ================= FORM ================= */
}
.secAdminLogin__form {
  font-size: 1.4rem;
}
.secAdminLogin__form .form-label {
  font-size: 1.35rem;
  font-weight: 500;
}
.secAdminLogin__form .form-control {
  font-size: 1.4rem;
  padding: 0.9rem 1.2rem;
  border-radius: 0.8rem;
  border: 1px solid var(--border);
}
.secAdminLogin__form .form-control:focus {
  border-color: var(--primary-900);
  -webkit-box-shadow: 0 0 0 3px rgba(63, 97, 121, 0.1);
          box-shadow: 0 0 0 3px rgba(63, 97, 121, 0.1);
}
.secAdminLogin {
  /* ================= BUTTON ================= */
}
.secAdminLogin__btn {
  background: var(--primary-900);
  color: white;
  font-size: 1.5rem;
  padding: 1rem;
  border-radius: 1rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.secAdminLogin__btn:hover {
  background: var(--primary-700);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .secAdminLogin__card {
    padding: 3.4rem 3rem;
  }
  .secAdminLogin__title {
    font-size: 2.9rem;
  }
  .secAdminLogin__sub {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .secAdminLogin__card {
    max-width: 46rem;
  }
  .secAdminLogin__title {
    font-size: 3.2rem;
  }
}
.secAdminDashboard {
  padding: 4rem 1.6rem;
}
.secAdminDashboard__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.secAdminDashboard__title {
  font-size: 2.6rem;
  font-weight: 800;
}
.secAdminDashboard__sub {
  color: var(--text-muted);
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.secAdminDashboard__cards {
  margin-top: 2rem;
}
.secAdminDashboard__card {
  background: white;
  padding: 2rem;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.secAdminDashboard__card p {
  font-size: 1.3rem;
  color: var(--text-muted);
}
.secAdminDashboard__card h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--primary-900);
}
.secAdminDashboard__panel {
  background: white;
  padding: 2rem;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.secAdminDashboard__panel h3 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .secAdminDashboard {
    padding: 5rem 2rem;
  }
  .secAdminDashboard__title {
    font-size: 3rem;
  }
}
.secAdminUsers {
  padding: 4rem 1.6rem;
}
.secAdminUsers__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.secAdminUsers__title {
  font-size: 2.6rem;
  font-weight: 800;
}
.secAdminUsers__sub {
  font-size: 1.4rem;
  color: var(--text-muted);
  margin-bottom: 3rem;
}
.secAdminUsers__panel {
  background: white;
  padding: 2rem;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  margin-bottom: 3rem;
}
.secAdminUsers__panel h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.secAdminUsers__tableWrap {
  max-height: 320px;
  overflow-y: auto;
  border: 1px solid var(--border);
  border-radius: 1rem;
}
.secAdminUsers table {
  font-size: 1.35rem;
}

@media (min-width: 768px) {
  .secAdminUsers {
    padding: 5rem 2rem;
  }
}
/*====================================================================
PRINT LAYOUT
====================================================================*/
@page {
  size: A4 portrait; /* 横の場合はlandscape */
  margin: 0mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }
  .u-printPages__next {
    size: A4 landscape;
    page-break-before: always;
  }
  .u-printPages__box {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */