.art-brand-color-78945{color:#0f9d66 !important}
.art-img-67890{display:block;width:100%;height:auto;border-radius:10px;margin:20px auto;object-fit:cover;cursor:pointer;transition:all .3s ease;outline:none}
@media (min-width: 768px){
  .art-img-67890{max-width:60%;max-height:600px;overflow:hidden}
  .art-img-67890:focus{max-height:none;max-width:95%;object-fit:contain;position:relative;z-index:10;box-shadow:0 0 20px rgba(0,0,0,.3)}
  .art-img-67890.art-img-full-56789{max-height:none;max-width:95%;object-fit:contain;position:relative;z-index:10;box-shadow:0 0 20px rgba(0,0,0,.3)}
}
.art-title2-45678{font-size:20px;line-height:28px;color:#0f9d66;margin:25px 0 15px;font-weight:bold}
@media (min-width: 768px){
  .art-title2-45678{font-size:24px}
}
.art-title3-34567{font-size:18px;line-height:25px;margin:20px 0 10px;font-weight:bold;color:#0f9d66}
@media (min-width: 768px){
  .art-title3-34567{font-size:20px}
}
.art-para-23456{font-size:16px;line-height:25px;color:#4a4a4a;margin:12px 0;text-align:justify}
@media (min-width: 768px){
  .art-para-23456{line-height:27px}
}
.art-text-bold-12345{font-weight:700}
.art-text-warning-98765{font-weight:bold;color:#f00}
.art-link-01234{color:#333;text-decoration:none;animation:art-breathe-scale-98765 2s infinite alternate;display:inline-block}
@keyframes art-breathe-scale-98765{
  from{opacity:.9;transform:scale(1);color:#333}
  to{opacity:1;transform:scale(1.05);color:#0f9d66}
}
.art-link-01234:hover{color:#0f9d66 !important;text-decoration:none;animation:none;transform:scale(1.05)}
.art-table-76543{width:95%;margin:20px auto;overflow-x:auto;overflow-y:hidden;border-radius:10px;box-shadow:2px 2px 2px rgba(0,0,0,.25);-webkit-overflow-scrolling:touch}
@media (min-width: 768px){
  .art-table-76543{box-shadow:2px 2px 2px rgba(0,0,0,.25);width:100%}
}
.art-table-76543 table{width:100%;min-width:600px;border-collapse:collapse}
.art-table-76543 table thead tr{background-color:rgba(15,157,102,.1)}
.art-table-76543 table thead th{color:#0f9d66;font-weight:bold;padding:12px 15px;text-align:center;white-space:nowrap;min-width:100px}
.art-table-76543 table tbody td{padding:10px 15px;text-align:center;color:#4a4a4a;border-bottom:1px solid #eee;word-wrap:break-word;word-break:break-word;min-width:100px}
.art-table-76543 table tbody tr:nth-child(even){background-color:#f9f9f9}
.art-table-76543 table tbody tr:nth-child(odd){background-color:#fff}
.art-list-65432{margin:15px 0 15px -15px;color:#4a4a4a}
.art-list-65432 li{list-style:none;font-size:16px;line-height:25px;margin:8px 0;position:relative;padding-left:15px}
.art-list-65432 li:before{content:'';display:inline-block;width:6px;height:6px;background-color:#0f9d66;transform:rotate(45deg);position:absolute;left:0px;top:8px}
@media (min-width: 768px){
  .art-list-65432 li{line-height:27px}
}
.login-shell{max-width:440px;margin:8vh auto 0;padding:36px 34px 30px;text-align:center}
.login-card{display:flex;flex-direction:column;gap:6px}
.login-brand{width:76px;height:76px;margin:0 auto 12px;padding:5px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(145deg,var(--blue),var(--violet-2));box-shadow:0 14px 30px rgba(94,104,255,.26)}
.login-logo{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 2px 5px rgba(28,30,82,.24))}
.login-card h1{margin:0;font-size:26px;letter-spacing:-.04em}
.login-card > p{margin:0 0 16px;color:var(--muted);font-size:13px;line-height:1.6}
#loginForm{display:flex;flex-direction:column;gap:6px;text-align:left}
.login-label{margin-top:10px;color:#626a81;font-size:12px;font-weight:820}
.login-input{height:46px;border:1px solid var(--line-strong);border-radius:13px;outline:none;padding:0 13px;background:rgba(255,255,255,.78);color:var(--text);font-size:14px;transition:.18s ease}
.login-input:focus{border-color:rgba(105,111,255,.44);box-shadow:0 0 0 4px rgba(91,108,255,.07);background:#fff}
.login-error{margin-top:10px;padding:10px 12px;border-radius:11px;color:#b03a52;background:rgba(255,246,248,.9);border:1px solid rgba(217,76,100,.18);font-size:13px;line-height:1.55;text-align:left}
.login-submit{width:100%;min-height:46px;margin-top:16px}