/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss ***!
  \*****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300italic,300&subset=latin,vietnamese);
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss (1) ***!
  \*********************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700);
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss (2) ***!
  \*********************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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&family=Rubik+Maps&display=swap);
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss (3) ***!
  \*********************************************************************************************************************/
@import url(https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css);
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss (4) ***!
  \*********************************************************************************************************************/
@import url(https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css);
/*!******************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./libs/font-awesome/css/font-awesome.css ***!
  \******************************************************************************************/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(../8b43027f47b20503057d.eot?v=4.7.0);
  src: url(../8b43027f47b20503057d.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../20fd1704ea223900efa9.woff2?v=4.7.0) format('woff2'), url(../f691f37e57f04c152e23.woff?v=4.7.0) format('woff'), url(../1e59d2330b4c6deb84b3.ttf?v=4.7.0) format('truetype'), url(../c1e38fd9e0e74ba58f7a.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!*************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./libs/owl-carousel/assets/owl.carousel.min.css ***!
  \*************************************************************************************************/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../7f01b07148f205f6e825.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*!****************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./libs/venobox/venobox.css ***!
  \****************************************************************************/
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

}
.vbox-overlay{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    -webkit-transform:translateZ(1000px);
    transform: translateZ(1000px);
    transform-style: preserve-3d;
}

/* ----- navigation ----- */
.vbox-title{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 40px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 1050;
}
.vbox-close{
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position:10px center;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    z-index: 1050;
}
.vbox-num{
    cursor: pointer;
    position: fixed;
    left: 0;
    height: 40px;
    display: block;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    display: none;
    z-index: 1050;
}
/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev{
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 1050;
}
.vbox-next span, .vbox-prev span{
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #B6B6B6;
    border-right-color: #B6B6B6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;
}
.vbox-prev{
    left: 15px;
}
.vbox-next{
    right: 15px;
}
.vbox-prev span{
    left: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.vbox-next span{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}
/* ------- inline window ------ */
.vbox-inline{
    width: 420px;
    height: 315px;
    height: 70vh;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    overflow: auto;
    text-align: left;
}
/* ------- Video & iFrames window ------ */
.venoframe{
    max-width: 100%;
    width: 100%;
    border: none;
    width: 100%;
    height: 260px;
    height: 70vh;
}
.venoframe.vbvid{
    height: 260px;
}
@media (min-width: 768px) {
    .venoframe, .vbox-inline{
        width: 90%;
        height: 360px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 640px;
        height: 360px;
    }
}
@media (min-width: 992px) {
    .venoframe, .vbox-inline{
        max-width: 1200px;
        width: 80%;
        height: 540px;
        height: 70vh;
    }
    .venoframe.vbvid{
        width: 960px;
        height: 540px;
    }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open{
    overflow: hidden;
}
.vbox-container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;

}

.vbox-content{
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
}
.vbox-container img{
    max-width: 100%;
    height: auto;
}
.figlio{
    box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    max-width: 100%;
    text-align: initial;
}
img.figlio{
    -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.vbox-content.swipe-left{
    margin-left: -200px !important;
}
.vbox-content.swipe-right{
    margin-left: 200px !important;
}
.animated{
    webkit-transition: margin 300ms ease-out;
    transition: margin 300ms ease-out;
}
.animate-in{
    opacity: 1;
}
.animate-out{
    opacity: 0;
}
/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-backface-visibility:visible;-moz-backface-visibility:visible;backface-visibility:visible;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{width:50px;height:40px;text-align:center;font-size:10px;margin:40px auto}.sk-wave .sk-rect{background-color:#333;height:100%;width:4px;margin:0 1px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-three-bounce{margin:40px auto;width:100px;text-align:center}.sk-three-bounce .sk-child{width:16px;height:16px;background-color:#333;border-radius:100%;margin:4px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-cube-grid,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-spinner-pulse{background-color:#333;border-radius:100%;-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0ms;animation-delay:0ms}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}

/*!************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./fonts/stylesheet.css ***!
  \************************************************************************/
@font-face {
    font-family: 'SFU Bodoni';
    src: url(../20455f5c05973abf5bbf.woff2) format('woff2'),
        url(../d873853159d955641a01.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss (5) ***!
  \*********************************************************************************************************************/
@charset "UTF-8";
/* =============================================================================
   Componet SCSS Admin
   Author: Tun
   ========================================================================== 
*/
/*============================
*	Common
*/
/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */
/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
/* Google Fonts */
/* Css */
/*==========================================================
	2. GENERAL
==========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  font-size: 16px;
  color: #757575;
  font-family: "Open Sans", sans-serif;
  background: repeating-linear-gradient(90deg, rgba(6, 32, 120, 0.14) 0px, rgba(26, 99, 240, 0) 5px, rgba(180, 235, 255, 0.06) 8px, rgba(220, 248, 255, 0.1) 10px, rgba(180, 235, 255, 0.06) 13px, rgba(26, 99, 240, 0) 18px, rgba(6, 32, 120, 0.14) 18px), #1f67f0;
}

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

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin-bottom: 1em;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

a {
  color: #373737;
}

a:hover {
  /* color: #e31e1e; */
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

a,
button,
input {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

input {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
textarea {
  border: 1px solid #d5d5d5;
  padding: 8px 15px;
  font-size: 14px;
  color: #757575;
  font-style: italic;
  border-radius: 0;
}

button,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: #e31e1e;
  outline: none;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-color: #FCD998;
}

iframe {
  max-width: 100%;
}

/* custom bootstrap css */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after,
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none !important;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1290px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* wordpress default style */
.entry-content {
  word-wrap: break-word;
}
.entry-content p {
  margin-bottom: 10px !important;
}

/* Parent table container for mobile scroll */
.parent-table {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
}
.parent-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.parent-table table th, .parent-table table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.parent-table table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #333;
}
.parent-table table tr:hover {
  background-color: #f5f5f5;
}
.parent-table table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Responsive table scroll */
@media (max-width: 768px) {
  .parent-table {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .parent-table table {
    min-width: 600px;
    white-space: nowrap;
  }
  .parent-table table th, .parent-table table td {
    padding: 8px 10px;
  }
}
@media (max-width: 480px) {
  .parent-table table {
    min-width: 500px;
  }
  .parent-table table th, .parent-table table td {
    padding: 6px 8px;
  }
}
.single .entry-content h1,
.not-kc .entry-content h1,
.comment-content h1,
.kc_text_block h1,
.single .entry-content h2,
.not-kc .entry-content h2,
.comment-content h2,
.kc_text_block h2,
.single .entry-content h3,
.not-kc .entry-content h3,
.comment-content h3,
.kc_text_block h3,
.single .entry-content h4,
.not-kc .entry-content h4,
.comment-content h4,
.kc_text_block h4,
.single .entry-content h5,
.not-kc .entry-content h5,
.comment-content h5,
.kc_text_block h5,
.single .entry-content h6,
.not-kc .entry-content h6,
.comment-content h6,
.kc_text_block h6,
.single .entry-content p,
.not-kc .entry-content p,
.comment-content p,
.kc_text_block p,
.single .entry-content table,
.not-kc .entry-content table,
.comment-content table,
.kc_text_block table,
.single .entry-content dl,
.not-kc .entry-content dl,
.comment-content dl,
.kc_text_block dl,
.single .entry-content pre,
.not-kc .entry-content pre,
.comment-content pre,
.kc_text_block pre,
.single .entry-content ul,
.not-kc .entry-content ul,
.kc_text_block ul,
.comment-content ul,
.single .entry-content ol,
.not-kc .entry-content ol,
.kc_text_block ol,
.comment-content ol {
  margin-bottom: 20px;
}

.single .entry-content ul,
.not-kc .entry-content ul,
.kc_text_block ul,
.comment-content ul {
  list-style: none;
}

.single .entry-content ul,
.not-kc .entry-content ul {
  margin: 0 40px 20px;
}

.single .entry-content ul li,
.not-kc .entry-content ul li {
  font-size: 14px;
}

.kc_text_block ul li,
.comment-content ul li,
.single .entry-content ol li,
.not-kc .entry-content ol li,
.kc_text_block ol li,
.comment-content ol li {
  font-size: 16px;
  line-height: 36px;
}

.single .entry-content ul li:before,
.not-kc .entry-content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #5f5f5f;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 2px;
}

.kc_text_block ul li:before,
.comment-content ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 34px;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  padding-bottom: 2px;
}

.post-password-form input[type=password] {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #e9e9e9;
  margin-right: 10px;
}

.post-password-form input[type=submit] {
  border: 1px solid #242627;
  background: none;
  color: #242627;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  padding: 0 40px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
}

.post-password-form input[type=submit]:hover {
  background: #242627;
  color: #FFF;
}

.screen-reader-text {
  display: none;
}

.gallery:after {
  content: "";
  display: block;
  clear: both;
  margin: 0 -5px 20px;
}

.gallery-item {
  float: left;
  padding: 0 5px;
  margin-bottom: 15px;
}

.gallery-columns-1 .gallery-item {
  float: none;
  display: block;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: both;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  text-align: center;
  padding: 5px;
  font-style: italic;
}

.gallery-caption {
  text-align: left;
  font-style: italic;
  padding: 5px 0;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.bypostauthor {
  display: block;
}

/*==========================================================
	3. ELEMENTS
==========================================================*/
#wrapper {
  margin: auto;
}

.searchform {
  display: inline-block;
}

.searchform > div {
  position: relative;
  width: 250px;
}

.searchform > div:before {
  position: absolute;
  top: 5px;
  right: 8px;
  content: "\f002";
  font-family: FontAwesome;
  font-size: 14px;
  color: #e7e7e7;
}

.searchform label {
  display: none;
}

.searchform #s {
  width: 100%;
  background: none;
  height: 33px;
  padding: 5px 45px 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #e7e7e7;
  font-style: italic;
}

.searchform #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 35px;
  background: none;
  border: none;
  font-size: 0;
}

.star-rating {
  font-family: FontAwesome;
  font-size: 13px;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 74px;
  letter-spacing: 3px;
}

.star-rating:before {
  color: #b5b5b5;
  content: "\f005\f005\f005\f005\f005";
  float: left;
  left: 0;
  position: absolute;
  top: 0;
}

.star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  left: 0;
  position: absolute;
  top: 0;
  color: #ffe931;
}

.thumbnail {
  border-radius: 0;
}

/*-- main-slider --*/
.main-slider .sliders {
  background: #FFF;
  padding: 8px;
  border: 1px solid #EDEDED;
}

.main-slider .item {
  position: relative;
}

.main-slider .slider-content {
  position: absolute;
  top: 30%;
  left: 50%;
  color: #FFF;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  -webkit-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}

.main-slider .owl-item.active .slider-content {
  opacity: 1;
  top: 50%;
  visibility: visible;
}

.owl-carousel .owl-nav > div {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 5px;
  color: #FFF;
  margin-top: -15px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}

.owl-carousel .owl-nav > div.owl-next {
  left: auto;
  right: 5px;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.owl-carousel .owl-dots > div {
  width: 10px;
  height: 10px;
  border: 1px solid #FFF;
  display: inline-block;
  margin: 0 3px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.owl-carousel .owl-dots > div.active,
.owl-carousel .owl-dots > div:hover {
  background: #FFF;
}

/*-- end main-slider --*/
.socials {
  list-style: none;
  margin: 0;
  padding: 0;
}

.socials li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.socials li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 2px;
  display: block;
}

.socials li a:hover {
  border-color: #e31e1e;
  color: #e31e1e;
}

.socials li a span {
  display: none;
}

.inner-post:after {
  display: block;
  clear: both;
  content: "";
}

/*==========================================================
	4. HEADER
==========================================================*/
.site-header {
  position: relative;
  z-index: 10;
  background-color: #0B0121;
  font-family: "Montserrat", sans-serif;
}

.main-menu {
  /* background: #212121; */
}

.main-menu ul {
  padding: 0;
  list-style: none;
  margin: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.main-menu ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 16px;
}

.main-menu ul li a {
  display: block;
  padding: 0 12px;
  color: #FFF;
  line-height: 40px;
  height: 40px;
  text-decoration: none;
}

.btn-register,
.btn-the-le {
  background: #fff;
  border-radius: 50px;
  color: #000;
  font-weight: bold;
}

.btn-the-le {
  margin: 0 10px;
}

.main-menu ul .btn-register a,
.main-menu ul .btn-the-le a {
  color: #000;
}

.main-menu ul li a:hover,
.main-menu .current-menu-item a {
  /* color: #e31e1e; */
  background: rgba(255, 255, 255, 0.02);
}

.menu-main {
  display: inline-block;
  vertical-align: middle;
}

.main-menu .searchform {
  float: right;
  margin-top: 3px;
}

.main-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 270px;
  background: #212121;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
}

.main-menu li:hover > .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  cursor: pointer;
}

.main-menu .arrow {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #000;
  display: none;
}

.main-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

/*==========================================================
	5. CONTENT
==========================================================*/
.site-main {
  min-height: 300px;
}

.breadcrumbs {
  margin-top: 50px;
  margin-bottom: 30px;
  color: #FFF;
}

.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs li a {
  color: #FFF;
}

.breadcrumbs li:after {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
  content: "\f101";
  font-family: FontAwesome;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.left-content .site-content {
  float: right;
}

.site-content {
  line-height: 24px;
  margin: 0 20px;
}
.site-content__round2 {
  padding: 15px;
  color: #fff;
}
.site-content__round2 .post-title {
  font-size: 40px;
  position: relative;
}
.site-content__round2 .post-title::after {
  left: 0;
  transform: translateX(0);
}
.site-content__round2 .entry-content {
  background: #fff;
  padding: 15px;
}
.site-content__round2 .entry-content > div {
  border-left: none !important;
}

.site-main .widget {
  margin-bottom: 15px;
}

.site-main .widget > ul {
  padding-left: 13px;
}

.site-main .widget-title {
  font-size: 16px;
}

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

.widget_nav_menu .menu li {
  padding: 7px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

.widget_nav_menu .menu li:last-child {
  border-bottom: none;
}

.widget .searchform {
  display: block;
}

.widget .searchform > div {
  width: auto;
}

.widget .searchform #s {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.site-main .widget_blog_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_blog_widget ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #cccccc;
}

.widget_blog_widget ul li:first-child {
  padding-top: 0;
}

.widget_blog_widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.widget_blog_widget .thumb {
  display: block;
  width: 70px;
  margin-right: 20px;
  float: left;
}

.widget_blog_widget li h4 {
  display: block;
  display: -webkit-box;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  max-height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0 5px;
}

.widget_blog_widget li h4 a {
  color: #333;
}

.widget_blog_widget li h4 a:hover {
  color: #3c8545;
}

.widget_blog_widget li span {
  font-size: 12px;
  color: #999999;
}

article.post {
  margin-bottom: 30px;
}

.post-title {
  border-bottom-style: dashed;
}

.post-thumb {
  margin-bottom: 10px;
  border-radius: 0;
}

.post-thumb a {
  display: block;
}

.post-thumb img {
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.post-thumb a:hover img {
  opacity: 0.8;
}

.post-meta > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom: 5px;
}

.post-meta > *:last-child {
  margin-right: 0;
}

.post-meta > * i {
  margin-right: 5px;
  font-size: 12px;
}

.left-thumb .post-thumb {
  float: left;
  width: 30%;
  margin-right: 20px;
}

.left-thumb .post-info {
  color: #FFF;
}
.left-thumb .post-info a {
  color: #FFF;
}
.left-thumb .post-info table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #FFF;
}
.left-thumb .post-info table th, .left-thumb .post-info table td {
  border: 1px solid #FFF;
  padding: 10px;
}
.left-thumb .post-info table th {
  background-color: #FFF;
  color: #000;
}
.left-thumb .post-info table td {
  background-color: #000;
  color: #FFF;
}
.left-thumb .post-info table {
  color: #FFF;
}

.left-thumb .read-more {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 7px 15px;
  margin-top: 10px;
  font-size: 13px;
}

.blog.post-boxed .site-content {
  padding-left: 0;
  padding-right: 0;
}

.blog.post-boxed .post {
  float: left;
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

.post-boxed .post-title {
  font-size: 16px;
}

/*==========================================================
	6. PAGES
==========================================================*/
/* -- home-page --*/
/*==========================================================
	7. FOOTER
==========================================================*/
.site-bottom {
  padding: 30px 0 0;
  margin-top: 50px;
  background: #333333;
  color: #f7f7f7;
}

.site-bottom a {
  color: #f7f7f7;
}

.site-bottom .widget {
  background: none;
  padding: 0;
  border: none;
  margin-bottom: 30px;
}

.site-bottom .widget-title {
  border-color: rgba(255, 255, 255, 0.1);
  color: #f7f7f7;
  font-size: 16px;
}

.site-bottom .widget_nav_menu .menu li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.site-bottom .widget_nav_menu .menu li a:hover {
  color: #e31e1e;
}

/* .site-footer {
	background: #212121;
	padding: 5px 0;
} */
.site-footer .socials {
  text-align: right;
}

.copyright {
  line-height: 30px;
  font-size: 13px;
}

/* HOME */
.hero-baner {
  padding: 28px 0 36px;
  text-align: center;
  background-color: #1a63f0;
  position: relative;
  overflow: hidden;
}

.hero-baner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  pointer-events: none;
  z-index: 0;
  background-color: #1a63f0;
  background-image: repeating-linear-gradient(90deg, rgba(6, 32, 120, 0.14) 0px, rgba(26, 99, 240, 0) 5px, rgba(180, 235, 255, 0.06) 8px, rgba(220, 248, 255, 0.1) 10px, rgba(180, 235, 255, 0.06) 13px, rgba(26, 99, 240, 0) 18px, rgba(6, 32, 120, 0.14) 18px);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 70%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 70%, #000 100%);
}

/* .hero-baner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(102, 126, 234, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(118, 75, 162, 0.1) 0%, transparent 50%);
    animation: backgroundFloat 20s ease-in-out infinite;
} */
.hero-baner .container {
  position: relative;
  z-index: 1;
}

.hero-baner h2 {
  font-size: 28px;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  padding-bottom: 8px;
  margin: 12px 0 8px;
  color: #123ecd;
  position: relative;
  text-shadow: 0 2px 10px rgba(0, 20, 60, 0.35);
}
.page-the-le-cuoc-thi .hero-baner h2 {
  text-shadow: none;
}

.hero-baner .desc-hero-banner {
  color: #123ecd;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  max-width: 360px;
  margin: 0 auto 150px;
}

.hero-baner .countdown-deadline {
  text-align: center;
  color: #123ecd;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 20px;
}

.countdown-deadline-date {
  font-size: 20px;
}

/* Hero Banner Enhanced Button Styles */
.list-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.list-btn .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  min-width: 180px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  height: 52px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  align-content: center;
}

.list-btn .list-btn-register {
  min-width: 260px;
  border-radius: 999px;
  border: 1.5px solid #9ee7ff;
  background: linear-gradient(180deg, #2f7dff 0%, #1557d6 100%);
  color: #fff;
  overflow: visible;
  box-shadow: 0 0 16px rgba(90, 200, 255, 0.45), 0 8px 24px rgba(21, 87, 214, 0.35);
}

.list-btn .list-btn-register:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 0 20px rgba(120, 220, 255, 0.6), 0 8px 25px rgba(21, 87, 214, 0.5);
  background: linear-gradient(180deg, #4a8dff 0%, #1c63e8 100%);
  color: #fff;
}

.list-btn .btn-learn-more {
  border-radius: 999px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.12);
}

.list-btn .btn-learn-more:hover {
  background: rgba(42, 33, 83, 0.8);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(42, 33, 83, 0.4);
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .list-btn {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .list-btn .btn {
    width: 80%;
    padding: 10px 20px;
  }
}
.organizational-unit {
  padding: 14px 0 0;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  border-radius: 16px;
  margin-bottom: 10px;
}

/* .organizational-unit:hover {
    transform: translateY(-8px) scale(1.02);
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.3);
} */
.organizational-unit .title {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
  font-weight: 900;
}

.list-organization {
  gap: 40px;
  justify-content: center;
  margin-bottom: 16px;
}
.list-organization .item-organization:not(:first-child) {
  position: relative;
}
.list-organization .item-organization:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: #fff;
}

.organizational-unit p {
  max-width: 480px;
  line-height: 1.6;
  color: #fff;
  margin: 0 auto;
}

.section-target,
.section-examiner,
.section-subject,
#giai-thuong,
#how-to-participate {
  background-color: #1a63f0;
  background-image: repeating-linear-gradient(90deg, rgba(6, 32, 120, 0.14) 0px, rgba(26, 99, 240, 0) 5px, rgba(180, 235, 255, 0.06) 8px, rgba(220, 248, 255, 0.1) 10px, rgba(180, 235, 255, 0.06) 13px, rgba(26, 99, 240, 0) 18px, rgba(6, 32, 120, 0.14) 18px);
}

.section-target {
  padding: 80px 0 64px;
  margin-top: -1px;
}

.section-target h2 {
  font-size: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 48px;
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
  position: relative;
  z-index: 1;
}

.section-target h2,
.section-examiner h2,
.section-subject h2,
#giai-thuong h2,
#how-to-participate h2 {
  position: relative;
  z-index: 1;
  width: 100%;
}
.section-target h2::before,
.section-examiner h2::before,
.section-subject h2::before,
#giai-thuong h2::before,
#how-to-participate h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -55px;
  transform: translate(-50%, -50%);
  width: min(720px, 100%);
  height: 36px;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse 45% 60% at 50% 50%, rgba(255, 255, 255, 0.7) 0%, rgba(140, 230, 255, 0.42) 28%, rgba(50, 150, 255, 0.12) 55%, transparent 72%), linear-gradient(90deg, transparent 0%, rgba(70, 170, 255, 0.3) 14%, rgba(160, 235, 255, 0.9) 40%, #fff 50%, rgba(160, 235, 255, 0.9) 60%, rgba(70, 170, 255, 0.3) 86%, transparent 100%);
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: 100% 100%, 100% 2px;
}

.list-target {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px 24px;
  margin: 0;
}

.list-target .item-target {
  padding: 0;
  width: auto;
}

.item-container-target {
  padding: 44px 28px 28px;
  border-radius: 20px;
  height: 100%;
  background: linear-gradient(257deg, rgba(255, 255, 255, 0.16) 0%, rgba(196, 226, 255, 0.22) 48%, rgba(232, 246, 255, 0.79) 100%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1.5px solid rgba(155, 230, 255, 0.9);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  position: relative;
  overflow: visible;
  min-height: 281px;
}
@media (max-width: 768px) {
  .item-container-target {
    min-height: auto;
  }
}

.item-container-target::after,
.step-card:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 40px;
  background: radial-gradient(ellipse 45% 60% at 50% 50%, rgba(255, 255, 255, 0.7) 0%, rgba(140, 230, 255, 0.42) 28%, rgba(50, 150, 255, 0.12) 55%, transparent 72%), linear-gradient(90deg, transparent 0%, rgba(70, 170, 255, 0.3) 14%, rgba(160, 235, 255, 0.9) 40%, #fff 50%, rgba(160, 235, 255, 0.9) 60%, rgba(70, 170, 255, 0.3) 86%, transparent 100%);
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: 100% 100%, 100% 2px;
  z-index: -1;
  pointer-events: none;
}

.item-target-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 87, 255, 0.89);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid #9ee7ff;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.55);
  z-index: 2;
}

.item-container-target:hover {
  transform: translateY(-6px);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.22) 0%, rgba(206, 232, 255, 0.28) 48%, rgba(240, 250, 255, 0.46) 100%);
  box-shadow: 0 0 22px rgba(90, 200, 255, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 -36px 42px -14px rgba(170, 235, 255, 0.38);
  border-color: rgba(190, 240, 255, 0.98);
}

.item-container-target img {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  display: block;
}

.item-container-target h3 {
  font-size: 24px;
  font-weight: 800;
  color: #123ecd;
  margin: 0 auto 12px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}

.item-container-target p {
  color: #000;
  line-height: 1.7;
  font-size: 14px;
  text-align: left;
}

.section-subject {
  margin-top: 0;
  padding: 56px 0 64px;
  position: relative;
}

.section-subject h2 {
  font-size: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
}

.section-subject > .container > p {
  text-align: center;
  color: #fff;
  max-width: 690px;
  margin: 0 auto 40px;
  font-size: 20px;
  line-height: 1.35;
}

.list-subject {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0 0 32px;
}

.item-subject {
  padding: 0;
  margin-bottom: 0;
  width: auto;
}

.item-subject:nth-child(1),
.item-subject:nth-child(4),
.item-subject:nth-child(2),
.item-subject:nth-child(3) {
  width: auto;
}

.item-container-subject {
  height: 100%;
  border-radius: 18px;
  padding: 28px 16px 24px;
  text-align: center;
  background: rgba(20, 70, 190, 0.38);
  border: 1.5px solid rgba(120, 200, 255, 0.7);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.item-container-subject:hover {
  transform: translateY(-6px);
  background: rgba(30, 90, 210, 0.48);
  border-color: rgba(170, 230, 255, 0.9);
  box-shadow: 0 0 20px rgba(90, 200, 255, 0.4);
}

.item-container-subject img {
  margin: 0 auto 14px;
  max-height: 90px;
  width: auto;
  display: block;
}

.item-container-subject h3 {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.35;
}

.item-container-subject p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  line-height: 1.55;
  margin: 0;
}

/* Timeline/Roadmap Styles */
.section-roadmap {
  padding: 60px 0;
  background-color: #0F0823;
  color: white;
}

.section-roadmap h2 {
  text-align: center;
  font-family: "SFU Bodoni";
  font-size: 64px;
  margin-bottom: 50px;
  color: white;
  font-weight: bold;
  /* background: linear-gradient(to bottom, rgba(236, 236, 236, 1) 0%, rgba(236, 236, 236, 0) 100%); */
  background: linear-gradient(145.55deg, #ECECEC 20.35%, rgba(236, 236, 236, 0) 128.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-roadmap .logo {
  text-align: center;
}

.timeline-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

/* Vertical line */
.timeline-container::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 35px;
  bottom: 200px;
  left: 108px;
  margin-left: -1px;
}

.timeline-item {
  position: relative;
  display: flex;
  margin-bottom: 60px;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.invite-message p {
  margin: 0;
}

/* Month label */
.timeline-month {
  position: relative;
  min-width: 131px;
  height: 34px;
  /* background-color: #5D3AE1; */
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  border-radius: 18px;
  color: #AAAAAA;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  z-index: 1;
  margin-right: 32px;
  padding: 0 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* Circle indicator */
.timeline-month div {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-month span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/* Content box */
.timeline-content {
  flex-grow: 1;
  background-color: rgba(30, 22, 64, 0.6);
  border-radius: 16px;
  padding: 24px;
  position: relative;
  width: calc(100% - 163px);
}

.timeline-content h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.timeline-description {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

.timeline-description p {
  margin-bottom: 10px;
}

.timeline-image {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Blue text highlight */
.timeline-description a {
  color: #5D9DF5;
  text-decoration: none;
}

.timeline-description a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .timeline-container::after {
    left: 30px;
  }
  .timeline-item {
    flex-direction: column;
  }
  .timeline-month {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .timeline-month::after {
    right: auto;
    left: 55px;
    top: 30px;
  }
  .timeline-content {
    margin-left: 50px;
  }
}
.roadmap-details-container {
  display: flex;
  flex-direction: column;
  gap: 34px;
  position: relative;
  max-width: 865px;
  margin-top: 50px;
}

.timeline-line {
  position: absolute;
  left: 165px;
  top: 55px;
  bottom: 120px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.timeline-group {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.timeline-date {
  flex: 0 0 23.5%;
  display: flex;
  justify-content: flex-end;
  padding-right: 24px;
  box-sizing: border-box;
  margin-top: 40px;
}

.date-tag {
  background: radial-gradient(173.07% 205.27% at 50% 50%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(1px);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.date-tag:hover {
  transform: translateY(-8px) scale(1.02);
  background: radial-gradient(173.07% 205.27% at 50% 50%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.1) 100%), rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.3);
}

.date-tag span {
  color: #aaaaaa;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.dot {
  width: 10px;
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot.green {
  background-color: #43ed9f;
  box-shadow: 0 0 8px #43ed9f;
}

.dot.blue {
  background-color: #339fff;
  box-shadow: 0 0 8px #339fff;
}

.dot.orange {
  background-color: #fd8435;
  box-shadow: 0 0 8px #fd8435;
}

.dot.red {
  background-color: #fc4754;
  box-shadow: 0 0 8px #fc4754;
}

.timeline-event {
  flex: 1;
  background-color: rgba(7, 3, 18, 0.3);
  border-radius: 32px;
  padding: 32px;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  box-shadow: inset 0px 32px 64px 0px rgba(92, 58, 228, 0.08), inset 1px 1px 1px -0.5px rgba(92, 58, 228, 0.5), inset 0px 0px 1px 0px rgba(255, 255, 255, 0.4);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.timeline-event::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transition: left 0.6s ease;
}

.timeline-event:hover::before {
  left: 100%;
}

.timeline-event:hover {
  transform: translateY(-8px) scale(1.02);
  background-color: rgba(7, 3, 18, 0.5);
  box-shadow: 0px 15px 40px rgba(102, 126, 234, 0.3), inset 0px 32px 64px 0px rgba(92, 58, 228, 0.15), inset 1px 1px 1px -0.5px rgba(92, 58, 228, 0.7), inset 0px 0px 1px 0px rgba(255, 255, 255, 0.6);
}

.event-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.event-icon img {
  width: 64px;
  height: 64px;
}

/* .event-icon.green { box-shadow: 0px 6px 16px -6px rgba(67, 239, 159, 0.48), inset 0px 0px 12px 0px rgba(67, 239, 159, 0.12), inset 0px 0px 3px 0px rgba(67, 239, 159, 0.24), inset 0px 0px 1px 0px rgba(67, 239, 159, 0.64); }
.event-icon.blue { box-shadow: 0px 6px 16px -6px rgba(71, 169, 255, 0.48), inset 0px 0px 12px 0px rgba(71, 169, 255, 0.12), inset 0px 0px 3px 0px rgba(71, 169, 255, 0.24), inset 0px 0px 1px 0px #47a9ff; }
.event-icon.orange { box-shadow: 0px 6px 16px -6px rgba(255, 133, 51, 0.48), inset 0px 0px 12px 0px rgba(255, 133, 51, 0.12), inset 0px 0px 3px 0px rgba(255, 133, 51, 0.24), inset 0px 0px 1px 0px #ff8533; }
.event-icon.red { box-shadow: 0px 6px 16px -6px rgba(255, 71, 108, 0.48), inset 0px 0px 12px 0px rgba(255, 71, 108, 0.12), inset 0px 0px 3px 0px rgba(255, 71, 108, 0.24), inset 0px 0px 1px 0px #ff476c; } */
.event-content h4 {
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 14px;
}

.event-content p {
  color: #cacaca;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.event-content p + p {
  margin-top: 10px;
}

@media (max-width: 992px) {
  .roadmap-visual-wrapper {
    display: none;
  } /* Hide complex visual on smaller screens */
  .timeline-line {
    left: 32px;
  }
  .timeline-group {
    flex-direction: column;
  }
  .timeline-date {
    justify-content: flex-start;
    padding-left: 56px;
  }
  .date-tag {
    transform: translateX(-50%);
    left: 32px;
    position: relative;
  }
  .timeline-event {
    margin-left: 0;
  }
}
/* section-examiner */
.section-examiner {
  padding: 56px 0 64px;
  position: relative;
  color: #fff;
}

.section-examiner h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
}

.section-examiner .desc-examiner {
  max-width: 610px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.35;
  margin: 0 auto 40px;
}

.item-container-examiner {
  height: 100%;
  border-radius: 18px;
  padding: 28px 18px 24px;
  text-align: center;
  background: rgba(30, 90, 210, 0.32);
  border: 1.5px solid rgba(170, 220, 255, 0.55);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  position: relative;
}

.item-img-examiner {
  height: 72px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-img-examiner img {
  max-height: 90px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.item-container-examiner h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 10px;
}

.item-container-examiner p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

/* prize */
#prizes .container,
#giai-thuong .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

#giai-thuong {
  padding: 56px 0 64px;
  position: relative;
}

#giai-thuong .container {
  gap: 18px;
}

.prizes-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.prizes-header h2,
.prize-special-block .section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
  background: none;
  -webkit-text-fill-color: #fff;
  text-align: center;
}

.prizes-header .section-subtitle {
  color: #fff;
  text-align: center;
  max-width: 540px;
  font-size: 20px;
  line-height: 1.35;
}

#how-to-participate .prizes-header .section-subtitle {
  max-width: 580px;
}

.star-icon-wrapper {
  position: relative;
  width: 62px;
  height: 62px;
  opacity: 0.13;
}

.star-icon-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prize-category {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: 0px;
}

.category-title {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  justify-content: center;
}

.category-title hr {
  flex-grow: 1;
  border: none;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.category-title h3 {
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  white-space: nowrap;
  font-weight: 200;
}

.category-title h3 strong {
  font-weight: 700;
}

.box-cup .prize-category {
  margin-top: -180px;
}
@media (max-width: 1024px) {
  .box-cup .prize-category {
    margin-top: -120px;
  }
}
@media (max-width: 768px) {
  .box-cup .prize-category {
    margin-top: -60px;
  }
}
.box-cup .box-giai-chinh-img,
.box-cup .box-giai-phu-img {
  transform: scale(1.07);
}

.prize-main-card {
  background: rgba(20, 70, 190, 0.38);
  border: 1.5px solid rgba(120, 200, 255, 0.75);
  border-radius: 20px;
  box-shadow: 0 0 18px rgba(80, 190, 255, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  margin-bottom: 30px;
  padding: 28px 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.prize-featured {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.prize-main-card::before,
.prize-main-card::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 48%;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, #fff 18%, #b8f0ff 50%, #fff 82%, transparent);
  box-shadow: 0 0 10px 2px rgba(170, 235, 255, 0.9);
  z-index: 2;
}

.prize-main-card::before {
  top: -1px;
}

.prize-main-card::after {
  bottom: -1px;
}

.prize-main-card.prize-featured,
.prize-main-card.prize-special-card {
  position: relative;
  isolation: isolate;
  border: none;
  border-radius: 20px;
  background: rgba(16, 62, 180, 0.8);
  box-shadow: 0 0 14px rgba(90, 220, 255, 0.18), 0 8px 20px rgba(255, 90, 50, 0.08);
}

@property --prize-border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.prize-main-card.prize-featured::before,
.prize-main-card.prize-featured::after,
.prize-main-card.prize-special-card::before,
.prize-main-card.prize-special-card::after {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
  width: auto;
  height: auto;
  box-shadow: none;
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

@keyframes prizeFeaturedBorderRun {
  to {
    --prize-border-angle: 360deg;
  }
}
.prize-main-card.prize-featured::before,
.prize-main-card.prize-special-card::before {
  inset: 0;
  z-index: 2;
  padding: 3px;
  animation: prizeFeaturedBorderRun 4.5s linear infinite;
  background: conic-gradient(from var(--prize-border-angle) at 50% 50%, transparent 0deg, transparent 318deg, rgba(255, 255, 255, 0.98) 336deg, #8ef4ff 348deg, rgba(255, 255, 255, 0.98) 360deg), conic-gradient(from -45deg at 50% 50%, #8ef4ff 0deg, #5ed8ff 42deg, #ffc090 98deg, #ff5030 132deg, #ff7040 168deg, #c848c0 205deg, #5ed8ff 285deg, #ffffff 318deg, #8ef4ff 360deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.prize-main-card.prize-featured::after,
.prize-main-card.prize-special-card::after {
  inset: 0;
  z-index: 1;
  padding: 3px;
  animation: prizeFeaturedBorderRun 4.5s linear infinite;
  background: conic-gradient(from var(--prize-border-angle) at 50% 50%, transparent 0deg, transparent 312deg, rgba(255, 255, 255, 0.85) 332deg, rgba(142, 244, 255, 0.95) 348deg, rgba(255, 255, 255, 0.85) 360deg);
  filter: blur(6px);
  opacity: 0.65;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

@media (prefers-reduced-motion: reduce) {
  .prize-main-card.prize-featured::before,
  .prize-main-card.prize-featured::after,
  .prize-main-card.prize-special-card::before,
  .prize-main-card.prize-special-card::after {
    animation: none;
  }
}
.prize-main-card.prize-featured:hover,
.prize-main-card.prize-special-card:hover {
  transform: translateY(-4px);
  background: rgba(22, 78, 200, 0.48);
  box-shadow: 0 0 18px rgba(90, 220, 255, 0.28), 0 10px 24px rgba(255, 90, 50, 0.12);
}

.prize-main-card:hover {
  transform: translateY(-6px);
  background: rgba(30, 90, 210, 0.48);
  box-shadow: 0 0 24px rgba(90, 200, 255, 0.4);
}

.prize-main-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  opacity: 0.5;
  transform: rotate(180deg);
  pointer-events: none;
}

.prize-main-card.prize-featured .prize-main-content,
.prize-main-card.prize-special-card .prize-main-content {
  position: relative;
  z-index: 3;
}

.prize-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  z-index: 1;
  width: 100%;
}

.prize-main-content h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.prize-main-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.prize-value-main {
  position: relative;
  text-align: center;
}

.prize-value-main img {
  max-width: 100%;
  height: auto;
}
.prize-value-main.cup-round-4 img {
  position: relative;
  transform: scale(1.25);
}

.prize-special-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.prize-special-block .section-title::before {
  content: none !important;
}

.prize-special-name {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 8px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.prize-special-name::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 10px);
  transform: translate(-50%, -50%);
  width: min(450px, 100%);
  height: 36px;
  pointer-events: none;
  background: radial-gradient(ellipse 45% 60% at 50% 50%, rgba(255, 255, 255, 0.7) 0%, rgba(140, 230, 255, 0.42) 28%, rgba(50, 150, 255, 0.12) 55%, transparent 72%), linear-gradient(90deg, transparent 0%, rgba(70, 170, 255, 0.3) 14%, rgba(160, 235, 255, 0.9) 40%, #fff 50%, rgba(160, 235, 255, 0.9) 60%, rgba(70, 170, 255, 0.3) 86%, transparent 100%);
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: 100% 100%, 100% 1px;
}

.prize-special-card .prize-main-content {
  flex-direction: row;
  align-items: center;
  text-align: center;
  gap: 32px;
}

.prize-special-card .prize-value-main {
  flex: 0 0 42%;
}

.prize-special-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}

.prize-special-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
}

.prize-special-amount-num,
.prize-special-amount-line {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffd700 0%, #ffd54a 28%, #fff 62%, #ffd700 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 2px 8px rgba(255, 180, 40, 0.35));
}

.prize-special-amount-num {
  font-size: clamp(72px, 12vw, 140px);
  line-height: 0.82;
  letter-spacing: -0.04em;
}

.prize-special-amount-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}

.prize-special-amount-line {
  font-size: clamp(28px, 3.8vw, 54px);
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.prize-special-card h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: #fff;
}

.prize-special-card h4 span {
  display: block;
}

.prize-special-card p {
  margin: 0;
  max-width: 420px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: #fff;
  text-transform: none;
}

.prize-value-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 390px;
  height: 180px;
}

.prize-value-bg img {
  position: absolute;
}

.prize-value-bg img:nth-child(1) {
  top: 15px;
  left: 0;
}

.prize-value-bg img:nth-child(2) {
  top: 15px;
  right: 0;
}

.prize-value-bg img:nth-child(3) {
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.prize-amount-main {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 600;
  font-size: 128px;
  line-height: 1.3;
  background-image: radial-gradient(circle at 30% 30%, #8f37fb 0%, #43f9e7 40%, #6143f9 70%, #3775fb 100%), conic-gradient(from 180deg, rgba(255, 255, 255, 0.3), transparent 60%, rgba(255, 255, 255, 0.1));
  background-blend-mode: screen;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.prize-currency-main {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  background-image: radial-gradient(circle at 30% 30%, #8f37fb 0%, #43f9e7 40%, #6143f9 70%, #3775fb 100%), conic-gradient(from 180deg, rgba(255, 255, 255, 0.3), transparent 60%, rgba(255, 255, 255, 0.1));
  background-blend-mode: screen;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  margin-top: -30px;
}

.prize-sub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.prize-sub-card .diploma-prize {
  max-width: 345px;
}
.special-list-data .prize-sub-card {
  height: 100%;
  border-radius: 18px;
  padding: 28px 16px 24px;
  text-align: center;
  background: rgba(20, 70, 190, 0.38);
  border: 1.5px solid rgba(120, 200, 255, 0.7);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.special-list-data {
  width: 100%;
}

.prize-sub-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
.prize-sub-grid--4 .prize-sub-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  padding: 0;
  overflow: hidden;
}
.prize-sub-grid--4 .prize-sub-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 10px;
  padding: 22px 14px;
}
.prize-sub-grid--4 .prize-sub-item + .prize-sub-item {
  position: relative;
}
.prize-sub-grid--4 .prize-sub-item + .prize-sub-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.prize-sub-grid--4 .prize-value-sub.diploma-prize {
  background: none;
  border: 0;
  height: auto;
  padding: 0;
  width: auto;
  box-shadow: none;
}
.prize-sub-grid--4 .prize-value-sub.diploma-prize img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}
.prize-sub-grid--4 .prize-sub-card h5 {
  font-size: 16px;
  text-transform: none;
  margin: 0;
  line-height: 1.35;
}
.prize-sub-grid--4 .prize-sub-card p {
  font-size: 13px;
}
@media (max-width: 1024px) {
  .prize-sub-grid--4 {
    grid-template-columns: 1fr 1fr;
  }
}

.prize-sub-card h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  min-height: auto;
  text-transform: uppercase;
}

.prize-sub-card p {
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.prize-value-sub {
  background: radial-gradient(173.07% 205.27% at 50% 50%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 8px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  height: 99px;
  box-sizing: border-box;
}

.prize-value-sub .amount {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 600;
  font-size: 64px;
  color: #fff;
  line-height: 1;
}

.prize-value-sub .currency {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  text-align: left;
}

.prize-value-sub.ai-prize {
  gap: 20px;
}

.prize-value-sub.ai-prize .star-icon-wrapper.small {
  opacity: 1;
  width: 40px;
  height: 40px;
}

.prize-value-sub.diploma-prize {
  background: radial-gradient(173.07% 205.27% at 50% 50%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 8px 32px;
  justify-content: center;
  width: 100%;
}

.prize-value-sub.diploma-prize img {
  width: 80px;
  height: 80px;
}

/* CSS from section:how-to-participate */
#how-to-participate {
  padding: 56px 0 64px;
  position: relative;
}

#how-to-participate .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

#how-to-participate .prizes-header .section-subtitle {
  color: #fff;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.step-card {
  background: linear-gradient(180deg, rgba(70, 155, 255, 0.55) 0%, rgba(28, 108, 235, 0.62) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid rgba(170, 235, 255, 0.9);
  border-radius: 22px;
  padding: 44px 20px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 16px rgba(80, 190, 255, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.step-icon-wrapper {
  border-radius: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.step-icon-wrapper img {
  max-height: 48px;
  width: auto;
}

.step-icon-wrapper.style-1 {
  box-shadow: 0px 9px 24px -9px rgba(0, 223, 223, 0.48), inset 0px 0px 18px 0px rgba(0, 223, 223, 0.12), inset 0px 0px 4.5px 0px rgba(0, 223, 223, 0.24), inset 0px 0px 1.5px 0px rgba(0, 223, 223, 0.64);
}

.step-icon-wrapper.style-2 {
  box-shadow: 0px 9px 24px -9px rgba(207, 255, 72, 0.48), inset 0px 0px 18px 0px rgba(207, 255, 72, 0.12), inset 0px 0px 4.5px 0px rgba(207, 255, 72, 0.24), inset 0px 0px 1.5px 0px #cfff48;
}

.step-icon-wrapper.style-3 {
  box-shadow: 0px 9px 24px -9px rgba(255, 51, 255, 0.48), inset 0px 0px 18px 0px rgba(255, 51, 255, 0.12), inset 0px 0px 4.5px 0px rgba(255, 51, 255, 0.24), inset 0px 0px 1.5px 0px #ff33ff;
}

.step-tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(42deg, #2ad4ff 0%, #9b6767 48%, #ff0000 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  padding: 7px 22px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0;
  white-space: nowrap;
  z-index: 2;
  box-shadow: 0 4px 14px rgba(225, 29, 106, 0.35), 0 0 12px rgba(42, 212, 255, 0.35);
}

.step-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.step-card p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.6;
  margin: 0;
}

.hero-cta-group {
  display: flex;
  gap: 12px;
  margin-top: 60px;
}

.hero-cta-primary, .hero-cta-secondary {
  padding: 12px 32px;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  color: #FFF;
  text-decoration: none;
}

.hero-cta-primary {
  background-color: #122369;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-cta-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(58, 169, 255, 0) 0%, #b7a6fb 50%, rgba(58, 169, 255, 0) 100%);
}

.hero-cta-secondary {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.hero-cta-primary:hover, .hero-cta-secondary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  color: #FFF;
}

.hero-cta-primary:hover {
  background: linear-gradient(135deg, rgb(102, 126, 234) 0%, rgb(118, 75, 162) 100%);
}

.hero-cta-secondary:hover {
  background: rgba(42, 33, 83, 0.8);
  border-color: rgba(255, 255, 255, 0.6);
}

/* CSS from section:registration */
#registration,
.regulation-section {
  padding: 56px 0 72px;
  position: relative;
  background: repeating-linear-gradient(90deg, rgba(6, 32, 120, 0.14) 0px, rgba(26, 99, 240, 0) 5px, rgba(180, 235, 255, 0.06) 8px, rgba(220, 248, 255, 0.1) 10px, rgba(180, 235, 255, 0.06) 13px, rgba(26, 99, 240, 0) 18px, rgba(6, 32, 120, 0.14) 18px), linear-gradient(180deg, #1a63f0 0%, #5b2ad4 42%, #c21875 74%, #f04349 100%);
}

.regulation-section {
  padding-top: 15px;
}

#registration .container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.registration-intro {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.registration-intro .registration-logo img {
  width: 452px;
  max-width: 100%;
  height: auto;
}

.registration-intro h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  margin: 20px 0;
}

.registration-intro p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 30px;
}

.registration-intro .hero-cta-group {
  justify-content: flex-start;
}

.registration-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.form-card {
  background: rgba(50, 86, 232, 0.71);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  padding: 40px;
  box-shadow: inset 0px 0.5px 0px 0px rgba(255, 255, 255, 0.5), 0px -2px 40px 0px rgba(187, 155, 255, 0.15), 0px -2px 10px 0px rgba(233, 223, 255, 0.3);
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transition: left 0.6s ease;
}

.form-card:hover::before {
  left: 100%;
}

.form-card:hover {
  transform: translateY(-8px) scale(1.02);
  background: linear-gradient(180deg, rgba(50, 86, 232, 0.71) 0%, rgba(50, 86, 232, 0.71) 100%);
  box-shadow: 0px 15px 40px rgba(102, 126, 234, 0.3), inset 0px 0.5px 0px 0px rgba(255, 255, 255, 0.7), 0px -2px 40px 0px rgba(187, 155, 255, 0.25), 0px -2px 10px 0px rgba(233, 223, 255, 0.4);
}

.form-card h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
  padding: 0;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.form-group input[type=text], .form-group input[type=email], .form-group input[type=tel], .form-group input[type=url], .form-group textarea {
  background-color: #f9faff;
  border: 1px solid #dee6ff;
  border-radius: 5px;
  padding: 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #333;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=tel]:focus,
.form-group input[type=url]:focus,
.form-group textarea:focus {
  border-color: #667eea;
  box-shadow: 0 0 15px rgba(102, 126, 234, 0.3);
  transform: translateY(-2px);
  background-color: #ffffff;
  outline: none;
}

.form-group input[type=text]:hover,
.form-group input[type=email]:hover,
.form-group input[type=tel]:hover,
.form-group input[type=url]:hover,
.form-group textarea:hover {
  border-color: #b7a6fb;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.form-group input::placeholder, .form-group textarea::placeholder {
  color: #aaaaaa;
}

.form-note {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.member-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.form-row .form-group {
  flex: 1;
  min-width: 200px;
}

.form-row .form-group.full-width {
  flex-basis: 100%;
}

.form-divider {
  border: none;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 16px 0;
}

.commitment-card {
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.commitment-content {
  flex: 1;
}

.commitment-content legend {
  text-align: left;
}

.commitment-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}

.commitment-logo img {
  width: 452px;
  max-width: 100%;
  height: auto;
}

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.checkbox-group label {
  font-size: 16px;
  color: #fff;
}

.checkbox-group input[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #cdd1e0;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}

.checkbox-group input[type=checkbox]:checked {
  background-color: #b7a6fb;
  border-color: #b7a6fb;
}

.checkbox-group input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #0b0121;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Form Submit Button */
#registration .btn-submit,
.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  min-width: 280px;
  height: 52px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.06em;
  position: relative;
  overflow: visible;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: linear-gradient(90deg, #1a4bd8 0%, #7b2ce8 52%, #e0208c 100%);
  border: 1.5px solid #c8f4ff;
  box-shadow: 0 0 16px rgba(180, 120, 255, 0.45), 0 8px 24px rgba(80, 20, 120, 0.35);
}

.btn-submit::before,
.btn-submit::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 15px;
  background: radial-gradient(ellipse 45% 60% at 50% 50%, rgba(255, 255, 255, 0.7) 0%, rgba(140, 230, 255, 0.42) 28%, rgba(50, 150, 255, 0.12) 55%, transparent 72%), linear-gradient(90deg, transparent 0%, rgba(70, 170, 255, 0.3) 14%, rgba(160, 235, 255, 0.9) 40%, #fff 50%, rgba(160, 235, 255, 0.9) 60%, rgba(70, 170, 255, 0.3) 86%, transparent 100%);
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: 100% 100%, 100% 2px;
  z-index: 0;
  pointer-events: none;
}

.btn-submit::before {
  top: 0;
}

.btn-submit::after {
  top: 100%;
}

.btn-submit:hover::before {
  left: 50%;
}

.btn-submit:hover {
  transform: translateY(-3px) scale(1.02);
  background: linear-gradient(90deg, #2a5be8 0%, #8b3cf8 52%, #f0309c 100%);
  box-shadow: 0 0 22px rgba(200, 140, 255, 0.55), 0 10px 28px rgba(80, 20, 120, 0.4);
  color: #fff;
}

.btn-submit:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

/* ========================================
   ENHANCED HOMEPAGE ANIMATIONS
======================================== */
/* Page Load Animations */
.hero-baner {
  animation: fadeInDown 1s ease-out;
}

.hero-baner .logo img {
  animation: bounceIn 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s both;
}

.hero-baner h2 {
  animation: slideInUp 1s ease-out 0.5s both;
  position: relative;
}

/* .hero-baner h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: translateX(-50%);
    animation: expandWidth 1.5s ease-out 1.5s both;
} */
.hero-baner .desc-hero-banner {
  animation: fadeInUp 1s ease-out 0.7s both;
}

/* Countdown Enhanced Animations */
.countdown-container {
  animation: slideInUp 0.8s ease-out 1s both;
}

.countdown-item {
  /* animation: bounceInScale 0.6s ease-out both;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); */
}

.countdown-item:nth-child(1) {
  animation-delay: 1.1s;
}

.countdown-item:nth-child(2) {
  animation-delay: 1.3s;
}

.countdown-item:nth-child(3) {
  animation-delay: 1.5s;
}

.countdown-item:nth-child(4) {
  animation-delay: 1.7s;
}

.countdown-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 18px rgba(90, 200, 255, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.countdown-value:hover {
  transition: all 0.3s ease;
}

/* Enhanced Button Animations */
.list-btn {
  animation: slideInUp 0.8s ease-out 0.9s both;
}

.list-btn .btn {
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: buttonFloat 0.6s ease-out both;
}

.list-btn .btn:nth-child(1) {
  animation-delay: 1.2s;
}

.list-btn .btn:nth-child(2) {
  animation-delay: 1.4s;
}

.list-btn .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.list-btn .btn:hover::before {
  left: 100%;
}

.list-btn .btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.list-btn .list-btn-register {
  overflow: visible;
}

.list-btn .list-btn-register::before,
.list-btn .list-btn-register::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 30px;
  background: radial-gradient(ellipse 45% 60% at 50% 50%, rgba(255, 255, 255, 0.7) 0%, rgba(140, 230, 255, 0.42) 28%, rgba(50, 150, 255, 0.12) 55%, transparent 72%), linear-gradient(90deg, transparent 0%, rgba(70, 170, 255, 0.3) 14%, rgba(160, 235, 255, 0.9) 40%, #fff 50%, rgba(160, 235, 255, 0.9) 60%, rgba(70, 170, 255, 0.3) 86%, transparent 100%);
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: 100% 100%, 100% 2px;
  z-index: 0;
  pointer-events: none;
}

.list-btn .list-btn-register::before {
  top: 0;
}

.list-btn .list-btn-register::after {
  top: 100%;
}

.list-btn .list-btn-register:hover::before,
.list-btn .list-btn-register:hover::after {
  left: 50%;
}

/* Section Entrance Animations */
.section-target {
  animation: fadeIn 0.8s ease-out;
}

.section-target h2 {
  animation: slideInDown 0.8s ease-out;
}

.item-target {
  animation: slideInUp 0.6s ease-out both;
  transition: all 0.3s ease;
}

.item-target:nth-child(1) {
  animation-delay: 0.2s;
}

.item-target:nth-child(2) {
  animation-delay: 0.4s;
}

.item-target:nth-child(3) {
  animation-delay: 0.6s;
}

.item-target:hover {
  transform: translateY(-10px) rotate(2deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Subject Section Animations */
.section-subject {
  animation: fadeIn 0.8s ease-out;
}

.item-subject {
  animation: slideInUp 0.6s ease-out both;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.item-subject:nth-child(odd) {
  animation-delay: 0.2s;
}

.item-subject:nth-child(even) {
  animation-delay: 0.4s;
}

.item-subject:hover {
  transform: translateY(-8px) scale(1.03);
}

/* Timeline Animations */
.timeline-group {
  animation: slideInLeft 0.8s ease-out both;
  transition: all 0.3s ease;
}

.timeline-group:nth-child(odd) {
  animation-name: slideInLeft;
}

.timeline-group:nth-child(even) {
  animation-name: slideInRight;
}

.timeline-group:nth-child(1) {
  animation-delay: 0.2s;
}

.timeline-group:nth-child(2) {
  animation-delay: 0.4s;
}

.timeline-group:nth-child(3) {
  animation-delay: 0.6s;
}

.timeline-group:nth-child(4) {
  animation-delay: 0.8s;
}

.timeline-group:hover {
  transform: scale(1.02);
}

.dot {
  animation: pulse 2s infinite;
}

/* Prizes Section Animations */
.prizes-header {
  animation: fadeInDown 0.8s ease-out;
}

.prize-main-card {
  animation: zoomIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
  transition: all 0.3s ease;
  width: 100%;
}

.prize-main-card:hover {
  transform: scale(1.05) rotate(-1deg);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.prize-sub-card {
  animation: slideInUp 0.6s ease-out both;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.prize-sub-card:nth-child(1) {
  animation-delay: 0.5s;
}

.prize-sub-card:nth-child(2) {
  animation-delay: 0.7s;
}

.prize-sub-card:nth-child(3) {
  animation-delay: 0.9s;
}

.prize-sub-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.3);
}

/* Steps Animation */
.step-card {
  animation: slideInUp 0.6s ease-out both;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.step-card:nth-child(1) {
  animation-delay: 0.2s;
}

.step-card:nth-child(2) {
  animation-delay: 0.4s;
}

.step-card:nth-child(3) {
  animation-delay: 0.6s;
}

.step-card:nth-child(4) {
  animation-delay: 0.8s;
}

.step-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.3);
}

/* Form Animations */
.registration-intro {
  animation: slideInLeft 0.8s ease-out;
}

.registration-form {
  animation: slideInRight 0.8s ease-out 0.3s both;
}

.form-card {
  animation: fadeInUp 0.6s ease-out both;
  transition: all 0.3s ease;
}

.form-card:nth-child(1) {
  animation-delay: 0.1s;
}

.form-card:nth-child(2) {
  animation-delay: 0.3s;
}

.form-card:nth-child(3) {
  animation-delay: 0.5s;
}

.form-card:nth-child(4) {
  animation-delay: 0.7s;
}

.form-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* ========================================
   KEYFRAMES DEFINITIONS
======================================== */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounceInScale {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(30px);
  }
  50% {
    opacity: 1;
    transform: scale(1.05) translateY(-10px);
  }
  70% {
    transform: scale(0.9) translateY(5px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}
@keyframes backgroundFloat {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.3;
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
    opacity: 0.5;
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
    opacity: 0.4;
  }
}
@keyframes buttonFloat {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes countPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
}
/* Scroll-triggered animations with Intersection Observer */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   ENHANCED SECTION ANIMATIONS
======================================== */
/* All sections get entrance animations */
.section-target,
.section-subject,
.section-roadmap,
#prizes,
#how-to-participate,
#registration {
  animation: sectionFadeIn 0.8s ease-out both;
  opacity: 0;
}

/* Staggered section delays */
.section-target {
  animation-delay: 0.2s;
}

.section-subject {
  animation-delay: 0.3s;
}

.section-roadmap {
  animation-delay: 0.4s;
}

#prizes {
  animation-delay: 0.5s;
}

#how-to-participate {
  animation-delay: 0.6s;
}

#registration {
  animation-delay: 0.7s;
}

/* Enhanced card hover effects for ALL cards */
.item-container-target,
.item-container-subject,
.timeline-event,
.form-card,
.step-card,
.prize-sub-card,
.prize-main-card,
.date-tag,
.organizational-unit {
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

/* Universal hover transform pattern */
.item-container-target:hover,
.item-container-subject:hover,
.timeline-event:hover,
.form-card:hover,
.step-card:hover,
.prize-sub-card:hover,
.prize-main-card:hover,
.date-tag:hover,
.organizational-unit:hover {
  transform: translateY(-8px) scale(1.02);
}

/* Universal shimmer effect */
.timeline-event::before,
.form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
  z-index: 1;
  pointer-events: none;
}

.timeline-event:hover::before,
.form-card:hover::before {
  left: 100%;
}

/* Enhanced list animations */
.list-target .item-target,
.list-subject .item-subject,
.steps-grid .step-card,
.prize-sub-grid .prize-sub-card {
  animation: cardSlideIn 0.6s ease-out both;
}

/* Staggered card animations */
.list-target .item-target:nth-child(1) {
  animation-delay: 0.1s;
}

.list-target .item-target:nth-child(2) {
  animation-delay: 0.3s;
}

.list-target .item-target:nth-child(3) {
  animation-delay: 0.5s;
}

.list-target .item-target:nth-child(4) {
  animation-delay: 0.7s;
}

.list-subject .item-subject:nth-child(1) {
  animation-delay: 0.2s;
}

.list-subject .item-subject:nth-child(2) {
  animation-delay: 0.4s;
}

.list-subject .item-subject:nth-child(3) {
  animation-delay: 0.6s;
}

.list-subject .item-subject:nth-child(4) {
  animation-delay: 0.8s;
}

.steps-grid .step-card:nth-child(1) {
  animation-delay: 0.2s;
}

.steps-grid .step-card:nth-child(2) {
  animation-delay: 0.4s;
}

.steps-grid .step-card:nth-child(3) {
  animation-delay: 0.6s;
}

.steps-grid .step-card:nth-child(4) {
  animation-delay: 0.8s;
}

/* Section headers enhanced animations */
.section-target h2,
.section-subject h2,
.section-roadmap h2,
.prizes-header h2 {
  animation: titleSlideIn 0.8s ease-out both;
  position: relative;
}

/* .section-target h2::after,
.section-subject h2::after,
.section-roadmap h2::after,
.prizes-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: translateX(-50%);
    animation: expandWidth 1.5s ease-out 0.8s both;
} */
/* New keyframes for enhanced animations */
@keyframes sectionFadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes cardSlideIn {
  0% {
    opacity: 0;
    transform: translateY(30px) rotateX(15deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0deg);
  }
}
@keyframes titleSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-20px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* Enhanced hover effects for interactive elements */
.btn,
.hero-cta-primary,
.hero-cta-secondary,
.btn-submit {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn:hover,
.hero-cta-primary:hover,
.hero-cta-secondary:hover,
.btn-submit:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 30px rgba(102, 126, 234, 0.3);
}

/* Floating animation for decorative elements */
.logo img,
.event-icon,
.step-icon-wrapper {
  animation: floatSoft 4s ease-in-out infinite;
}

@keyframes floatSoft {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}
/* Keep hero image scrolling with the section so the join to #gioi-thieu stays seamless */
.hero-baner {
  background-attachment: scroll;
}

/* Enhanced focus states for accessibility */
.item-container-target:focus,
.item-container-subject:focus,
.timeline-event:focus,
.form-card:focus,
.btn:focus {
  outline: 2px solid rgba(102, 126, 234, 0.6);
  outline-offset: 4px;
  transform: scale(1.02);
}

/* Staggered animations for lists */
.stagger-animation > * {
  animation-fill-mode: both;
}

.stagger-animation > *:nth-child(1) {
  animation-delay: 0.1s;
}

.stagger-animation > *:nth-child(2) {
  animation-delay: 0.2s;
}

.stagger-animation > *:nth-child(3) {
  animation-delay: 0.3s;
}

.stagger-animation > *:nth-child(4) {
  animation-delay: 0.4s;
}

.stagger-animation > *:nth-child(5) {
  animation-delay: 0.5s;
}

.stagger-animation > *:nth-child(6) {
  animation-delay: 0.6s;
}

@media (max-width: 1200px) {
  .registration-container {
    flex-direction: column;
  }
  .registration-intro {
    text-align: center;
  }
  .registration-intro .hero-cta-group {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-row {
    flex-direction: column;
  }
  .commitment-card {
    flex-direction: column;
  }
}
/* Form Validation Summary Styles */
.form-validation-summary {
  background: linear-gradient(135deg, rgba(255, 71, 87, 0.1) 0%, rgba(255, 71, 87, 0.05) 100%);
  border: 2px solid #ff4757;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
  animation: errorShake 0.5s ease-out;
}

.form-validation-summary .validation-header {
  margin-bottom: 15px;
}

.form-validation-summary .validation-header h4 {
  color: #ff4757;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.form-validation-summary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-validation-summary li {
  color: #ff4757;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 71, 87, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-validation-summary li:last-child {
  border-bottom: none;
}

.form-validation-summary li:hover {
  background: rgba(255, 71, 87, 0.1);
  transform: translateX(5px);
  border-radius: 6px;
  padding-left: 10px;
}

.form-validation-summary li:before {
  content: "• ";
  font-weight: bold;
  margin-right: 8px;
}

@keyframes errorShake {
  0%, 20%, 40%, 60%, 80% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateX(-5px);
  }
  15%, 35%, 55%, 75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.registration-form {
  margin-top: 90px;
}

.head-form {
  margin-bottom: 65px;
}

.head-form .registration-intro,
.head-form .form-card {
  width: 50%;
}

.head-form .registration-intro {
  padding-right: 90px;
}

.custom-row .form-group:nth-child(1) {
  flex: 1;
  max-width: 283px;
}

.custom-row .form-group:nth-child(2) {
  flex: 3;
}

/* Optional: compact responsive handling */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
  .custom-row .form-group:nth-child(1) {
    flex: 1;
    max-width: 100%;
  }
}
/* CSS from section:footer */
.site-footer {
  margin-top: -1px;
  padding: 60px 0;
  text-align: center;
  position: relative;
  background: repeating-linear-gradient(90deg, rgba(6, 32, 120, 0.14) 0px, rgba(26, 99, 240, 0) 5px, rgba(180, 235, 255, 0.06) 8px, rgba(220, 248, 255, 0.1) 10px, rgba(180, 235, 255, 0.06) 13px, rgba(26, 99, 240, 0) 18px, rgba(6, 32, 120, 0.14) 18px), linear-gradient(180deg, #f04349 0%, #2e73f1 42%, #236bf0 74%, #2168f0 100%);
}

.footer-bg-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 2230px;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.footer-bg {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%) rotate(-6.87deg);
  width: 100%;
  height: auto;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.footer-nav {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  transition: color 0.3s;
  text-decoration: none;
}

.footer-nav a:hover {
  color: #b7a6fb;
}

.footer-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-copy p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .list-target .item-target {
    width: 100%;
  }
}
/*==========================================================
    RESPONSIVE MOBILE OPTIMIZATION
==========================================================*/
/* ===== GLOBAL MOBILE STYLES ===== */
@media (max-width: 576px) {
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  body {
    font-size: 14px;
    line-height: 1.6;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }
}
/* ===== HERO BANNER MOBILE ===== */
@media (max-width: 768px) {
  .hero-baner {
    padding: 40px 0;
    background-size: cover;
    background-position: center;
  }
  .hero-baner .container {
    text-align: center;
  }
  .hero-baner h2 {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 12px;
  }
  .hero-baner .desc-hero-banner {
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 0 10px;
    max-width: 100%;
  }
  .hero-baner .logo {
    margin-bottom: 20px;
  }
  .hero-baner .logo img {
    max-width: 150px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .hero-baner {
    padding: 30px 0;
  }
  .hero-baner h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .hero-baner .desc-hero-banner {
    margin-bottom: 20px;
  }
  .hero-baner .logo img {
    max-width: 120px;
  }
}
/* ===== COUNTDOWN MOBILE ===== */
@media (max-width: 768px) {
  .countdown-container {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 25px;
  }
  .countdown-item {
    min-width: 72px;
    height: 72px;
  }
  .countdown-value {
    font-size: 32px;
  }
  .countdown-label {
    font-size: 11px;
  }
}
@media (max-width: 576px) {
  .countdown-item {
    min-width: 64px;
    height: 68px;
  }
  .countdown-value {
    font-size: 22px;
  }
  .countdown-label {
    font-size: 9px;
  }
}
/* ===== BUTTONS MOBILE ===== */
@media (max-width: 768px) {
  .list-btn {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-bottom: 30px;
  }
  .list-btn .btn {
    width: 100%;
    max-width: 250px;
    padding: 12px 20px;
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .list-btn .btn {
    padding: 10px 15px;
    font-size: 13px;
  }
}
/* ===== ORGANIZATIONAL UNIT MOBILE ===== */
@media (max-width: 768px) {
  .organizational-unit {
    text-align: center;
    margin-top: 30px;
  }
  .organizational-unit .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .list-organization {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
  }
  .item-organization {
    flex: 0 0 auto;
    width: auto;
  }
  .item-organization img {
    max-width: 80px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .organizational-unit .title {
    font-size: 14px;
  }
  .item-organization img {
    max-width: 60px;
  }
  .list-organization {
    gap: 10px;
  }
}
/* ===== SECTION TARGET MOBILE ===== */
@media (max-width: 768px) {
  .section-target {
    padding: 40px 0;
  }
  .section-target h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .list-target {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .item-target {
    width: 100%;
    margin-bottom: 0;
  }
  .item-container-target {
    padding: 40px 20px 20px;
    text-align: center;
  }
  .item-container-target img {
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    margin: 0;
  }
  .item-container-target h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #0b2d6b;
  }
  .item-container-target p {
    font-size: 13px;
    line-height: 1.5;
    color: #123056;
  }
}
@media (max-width: 576px) {
  .section-target {
    padding: 30px 0;
  }
  .section-target h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .item-container-target {
    padding: 40px 16px 16px;
  }
  .item-container-target img {
    max-width: 50px;
  }
  .item-container-target h3 {
    font-size: 15px;
  }
  .item-container-target p {
    font-size: 12px;
  }
}
/* ===== SECTION EXAMINER MOBILE ===== */
@media (max-width: 768px) {
  .section-examiner {
    padding: 40px 0;
  }
  .section-examiner h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .section-examiner .desc-examiner {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .list-examiner {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .section-examiner {
    padding: 30px 0;
  }
  .section-examiner h2 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .section-examiner .desc-examiner {
    font-size: 13px;
    margin-bottom: 25px;
  }
}
/* ===== SECTION SUBJECT MOBILE ===== */
@media (max-width: 768px) {
  .section-subject {
    padding: 40px 0;
  }
  .section-subject h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .section-subject > .container > p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .list-subject {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .item-subject {
    width: 100%;
  }
  .item-container-subject {
    padding: 20px 14px;
    text-align: center;
  }
  .item-container-subject img {
    max-width: 48px;
    height: auto;
    margin-bottom: 12px;
  }
  .item-container-subject h3 {
    font-size: 15px;
    margin-bottom: 8px;
    color: #fff;
  }
  .item-container-subject p {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
}
@media (max-width: 576px) {
  .section-subject {
    padding: 30px 0;
  }
  .section-subject h2 {
    font-size: 20px;
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .section-subject > .container > p {
    font-size: 13px;
    margin-bottom: 25px;
    color: #fff;
  }
  .list-subject {
    grid-template-columns: 1fr;
  }
  .item-container-subject {
    padding: 15px;
  }
  .item-container-subject img {
    max-width: 50px;
  }
  .item-container-subject h3 {
    font-size: 15px;
  }
  .item-container-subject p {
    font-size: 12px;
  }
}
/* ===== SECTION ROADMAP MOBILE ===== */
@media (max-width: 768px) {
  .section-roadmap {
    padding: 40px 0;
  }
  .section-roadmap h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .section-roadmap .logo {
    text-align: center;
    margin-bottom: 30px;
  }
  .section-roadmap .logo img {
    max-width: 200px;
    height: auto;
  }
  .roadmap-details-container {
    padding: 0 10px;
  }
  .timeline-group {
    flex-direction: column;
    margin-bottom: 30px;
    /* text-align: center; */
  }
  .timeline-date {
    margin-bottom: 15px;
    margin-top: 0;
    order: 1;
    padding-left: 23px;
  }
  .timeline-event {
    order: 2;
  }
  .event-icon {
    /* margin-bottom: 15px; */
    text-align: center;
    /* margin: 0 auto; */
  }
  .event-icon img {
    /* max-width: 40px; */
    height: auto;
  }
  .event-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .event-content p {
    font-size: 13px;
    line-height: 1.5;
  }
}
@media (max-width: 576px) {
  .section-roadmap {
    padding: 30px 0;
  }
  .section-roadmap h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .section-roadmap .logo img {
    max-width: 100%;
  }
  .list-organization {
    flex-direction: row !important;
  }
  .timeline-group {
    margin-bottom: 0;
  }
  /* .event-icon img {
      max-width: 35px;
  } */
  .event-content h4 {
    font-size: 15px;
  }
  .event-content p {
    font-size: 12px;
  }
}
/* ===== PRIZES SECTION MOBILE ===== */
@media (max-width: 768px) {
  #prizes,
  #giai-thuong {
    padding: 40px 0;
  }
  .prizes-header h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .item-subject {
    width: 100% !important;
  }
  .timeline-line {
    display: none;
    padding-left: 23px;
    margin-top: 0;
  }
  .timeline-event {
    flex-direction: column;
    width: 100%;
  }
  .prizes-header .section-subtitle {
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .prize-category {
    margin-bottom: 40px;
  }
  .category-title h3 {
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
  }
  .prize-main-card {
    margin-bottom: 30px;
    padding: 20px;
  }
  .prize-main-content h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .prize-main-content p {
    font-size: 13px;
    line-height: 1.5;
  }
  .prize-sub-grid,
  .prize-sub-grid--4 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .prize-special-card .prize-main-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .prize-special-card .prize-value-main {
    flex: none;
    width: 100%;
  }
  .prize-special-amount-num {
    font-size: 72px;
  }
  .prize-special-amount-line {
    font-size: 28px;
  }
  .prize-special-card h4 {
    font-size: 20px;
  }
  .prize-special-card p {
    font-size: 13px;
  }
  .prize-sub-card {
    padding: 0 50px;
    text-align: center;
  }
  .prize-sub-card .diploma-prize {
    max-width: 100%;
  }
  .prize-sub-card h5 {
    font-size: 14px;
    margin-bottom: 10px;
    min-height: auto;
  }
  .prize-sub-card p {
    font-size: 12px;
    line-height: 1.4;
  }
  .prizes-header h2,
  .prize-special-block .section-title,
  .prize-special-name {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  #prizes {
    padding: 30px 0;
  }
  .prizes-header .section-subtitle {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .category-title h3 {
    font-size: 16px;
  }
  .prize-main-card {
    padding: 15px;
  }
  .prize-main-content h4 {
    font-size: 15px;
  }
  .prize-main-content p {
    font-size: 12px;
  }
  .prize-sub-card h5 {
    font-size: 13px;
  }
  .prize-sub-card p {
    font-size: 11px;
  }
}
/* ===== HOW TO PARTICIPATE MOBILE ===== */
@media (max-width: 768px) {
  #how-to-participate {
    padding: 40px 0;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-bottom: 30px;
  }
  .step-card {
    padding: 36px 20px 20px;
    text-align: center;
    overflow: visible;
  }
  .step-icon-wrapper {
    margin-bottom: 15px;
  }
  .step-icon-wrapper img {
    max-width: 50px;
    height: auto;
  }
  .step-tag {
    font-size: 12px;
    padding: 5px 12px;
    margin-bottom: 0;
    color: #fff;
  }
  .step-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
  }
  .step-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
  }
  .hero-cta-group {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .hero-cta-primary,
  .hero-cta-secondary {
    width: 100%;
    max-width: 250px;
    padding: 12px 20px;
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  #how-to-participate {
    padding: 30px 0;
  }
  .step-card {
    padding: 40px 16px 20px;
  }
  .step-icon-wrapper img {
    max-width: 40px;
  }
  .step-card h3 {
    font-size: 15px;
  }
  .step-card p {
    font-size: 12px;
  }
  .hero-cta-primary,
  .hero-cta-secondary {
    max-width: 200px;
    padding: 10px 15px;
    font-size: 13px;
  }
}
/* ===== REGISTRATION FORM MOBILE ===== */
@media (max-width: 768px) {
  #registration {
    padding: 40px 0;
  }
  .registration-container {
    padding: 0 10px;
  }
  .head-form {
    flex-direction: column;
    gap: 30px;
  }
  .registration-intro {
    /* text-align: center; */
    /* order: 2; */
  }
  .head-form .registration-intro,
  .head-form .form-card {
    width: 100%;
  }
  .head-form .registration-intro {
    padding-right: 0;
  }
  .registration-intro h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .registration-intro p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .form-card {
    /* order: 1; */
    margin-bottom: 20px;
    padding: 10px;
  }
  .prize-value-sub .amount {
    font-size: 40px;
  }
  .form-card h3 {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
  }
  .category-title img {
    display: none;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .form-row {
    flex-direction: column;
    gap: 15px;
  }
  .form-group {
    width: 100%;
  }
  .form-group label {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .form-group input,
  .form-group textarea,
  .form-group select {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
  }
  .commitment-card {
    flex-direction: column;
    /* text-align: center; */
    padding: 10px;
  }
  .commitment-content {
    order: 2;
  }
  .commitment-logo {
    order: 1;
    margin-bottom: 20px;
  }
  .commitment-logo img {
    max-width: 100px;
    height: auto;
  }
  .btn-submit {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding: 12px 20px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  #registration {
    padding: 30px 0;
  }
  .registration-intro h2 {
    font-size: 18px;
  }
  .registration-intro p {
    font-size: 12px;
  }
  .form-card h3 {
    font-size: 15px;
  }
  .form-group label {
    font-size: 12px;
  }
  .form-group input,
  .form-group textarea,
  .form-group select {
    padding: 8px 10px;
    font-size: 13px;
  }
  .commitment-logo img {
    max-width: 80px;
  }
  .btn-submit {
    max-width: 100%;
    padding: 10px 15px;
    font-size: 14px;
  }
}
/* ===== FLEX UTILITIES MOBILE ===== */
@media (max-width: 768px) {
  .flex {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }
}
/* ===== GENERAL MOBILE IMPROVEMENTS ===== */
@media (max-width: 768px) {
  /* Improve touch targets */
  button,
  .btn,
  a[role=button] {
    min-height: 44px;
    min-width: 44px;
  }
  /* Better spacing for sections */
  section {
    padding: 40px 0;
  }
  /* Improve readability */
  p, li {
    line-height: 1.6;
  }
  /* Better image handling */
  img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 576px) {
  section {
    padding: 30px 0;
  }
  /* Smaller touch targets for very small screens */
  button,
  .btn,
  a[role=button] {
    min-height: 40px;
    min-width: 40px;
  }
}
/* ===== ACCESSIBILITY IMPROVEMENTS ===== */
@media (max-width: 768px) {
  /* Focus states */
  button:focus,
  .btn:focus,
  input:focus,
  textarea:focus,
  select:focus {
    outline: 2px solid #5D3AE1;
    outline-offset: 2px;
  }
  /* Skip links for keyboard navigation */
  .skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #5D3AE1;
    color: white;
    padding: 8px;
    text-decoration: none;
    z-index: 9999;
  }
  .skip-link:focus {
    top: 6px;
  }
}
body.is-loading::before {
  position: fixed;
  z-index: 9998;
  background: rgba(255, 255, 255, 0.6);
  content: "";
  inset: 0;
}

body.is-loading::after {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid #ddd;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  content: "";
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body:not(.logged-in) .dashboard-header,
.logged-in .btn-register {
  display: none;
}

.menu-right {
  display: flex;
  align-content: center;
  align-items: center;
}

@media only screen and (max-width: 990px) {
  .main-menu > .container {
    position: relative;
  }
  .menu-main {
    position: absolute;
    top: 100%;
    left: 15px;
    width: 270px;
    background: #212121;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
  }
  .main-menu ul li {
    display: block;
  }
  .main-menu.open .menu-main {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .main-menu .sub-menu {
    position: static;
    display: none;
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    background: rgba(255, 255, 255, 0.1);
  }
  .main-menu .sub-menu li a {
    font-size: 13px;
    padding-left: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-menu .arrow {
    display: block;
  }
  .mobile-menu {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .site-brand,
  .right-header {
    text-align: center;
  }
  .left-thumb .post-thumb {
    float: none;
    width: auto;
    max-width: 400px;
    margin-right: 0;
  }
  .site-footer {
    text-align: center;
  }
  .site-footer .socials {
    padding: 10px 0;
    text-align: center;
  }
}
/* Registration Success Page Styles */
.registration-success {
  min-height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.success-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

/* Success Animation */
.success-animation {
  margin-bottom: 40px;
}

.checkmark-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.checkmark {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4CAF50;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #4CAF50;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4CAF50;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4CAF50;
  }
}
/* Success Message */
.success-message h1 {
  font-size: 2.5rem;
  color: #333;
  margin: 0 0 15px 0;
  font-weight: 700;
}

.success-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 40px;
}

/* Success Details */
.success-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.detail-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  text-align: left;
}

.detail-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.detail-content h3 {
  margin: 0 0 5px 0;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.detail-content p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

#registration-id {
  font-weight: 700;
  color: #667eea;
  font-family: monospace;
  font-size: 1.1rem;
}

/* Team Info Display */
.team-info-display {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 40px;
  text-align: left;
}

.team-info-display h3 {
  margin: 0 0 20px 0;
  text-align: center;
  color: #333;
  font-weight: 600;
}

.team-summary {
  display: grid;
  gap: 15px;
}

.team-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e9ecef;
}

.team-item:last-child {
  border-bottom: none;
}

.team-item .label {
  font-weight: 600;
  color: #555;
}

.team-item .value {
  color: #333;
  font-weight: 500;
}

/* Next Steps */
.next-steps {
  margin-bottom: 40px;
}

.next-steps h3 {
  margin-bottom: 30px;
  color: #333;
  font-weight: 600;
}

.steps-list {
  display: grid;
  gap: 20px;
  text-align: left;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
}

.step-number {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.step-content h4 {
  margin: 0 0 8px 0;
  color: #333;
  font-weight: 600;
}

.step-content p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
}

/* Action Buttons */
.success-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.btn-secondary {
  background: white;
  color: #667eea;
  border: 2px solid #667eea;
}

.btn-secondary:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
}

/* Contact Info */
.contact-info {
  border-top: 1px solid #e9ecef;
  padding-top: 30px;
}

.contact-info p {
  margin-bottom: 15px;
  color: #666;
}

.contact-methods {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-methods a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #667eea;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-methods a:hover {
  color: #764ba2;
}

/* Responsive */
@media (max-width: 768px) {
  .success-content {
    padding: 40px 20px;
    margin: 20px;
  }
  .success-message h1 {
    font-size: 2rem;
  }
  .success-details {
    grid-template-columns: 1fr;
  }
  .detail-card {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .success-actions {
    flex-direction: column;
    align-items: center;
  }
  .btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
  .contact-methods {
    flex-direction: column;
    gap: 15px;
  }
}
/* Animated entrance effects */
.success-content > * {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

.success-content > *:nth-child(1) {
  animation-delay: 0.1s;
}

.success-content > *:nth-child(2) {
  animation-delay: 0.2s;
}

.success-content > *:nth-child(3) {
  animation-delay: 0.3s;
}

.success-content > *:nth-child(4) {
  animation-delay: 0.4s;
}

.success-content > *:nth-child(5) {
  animation-delay: 0.5s;
}

.success-content > *:nth-child(6) {
  animation-delay: 0.6s;
}

.success-content > *:nth-child(7) {
  animation-delay: 0.7s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.countdown-container {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 0 0 24px;
  position: relative;
}

.countdown-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  min-width: 100px;
  height: 86px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  border: 1.5px solid rgba(150, 220, 255, 0.9);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.countdown-item::before, .countdown-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 58%;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, #fff 18%, #b8f0ff 50%, #fff 82%, transparent);
  box-shadow: 0 0 10px 2px rgba(170, 235, 255, 0.95);
}
.countdown-item::before {
  top: -1px;
}
.countdown-item::after {
  bottom: -1px;
}

.countdown-item-seconds {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.countdown-value {
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  color: #123ecd;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 1;
}

.countdown-label {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 6px;
  color: #1557d6;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .countdown-container {
    gap: 10px;
  }
  .countdown-item {
    min-width: 72px;
    height: 72px;
    padding: 10px;
  }
  .countdown-value {
    font-size: 24px;
  }
  .countdown-label {
    font-size: 11px;
  }
}
/* Hero Banner Button Styles */
.list-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.list-btn .btn {
  display: inline-block;
  padding: 15px 60px;
  border-radius: 40px;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  min-width: 180px;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  font-size: 25px;
  line-height: 1;
  height: auto;
}

.list-btn .btn-register {
  background-color: #5D3AE1;
  color: white;
  border: 2px solid #5D3AE1;
  background: linear-gradient(88deg, rgba(0, 83, 222, 0.9215686275) 0%, rgba(0, 54, 158, 0.8) 100%);
}

.list-btn .btn-register:hover {
  background-color: #4C2FD3;
  border-color: #4C2FD3;
}

.list-btn .btn-learn-more {
  background-color: transparent;
  color: white;
  border: 2px solid #1D1640;
  background-color: #1D1640;
}

.list-btn .btn-learn-more:hover {
  background-color: #2A2153;
  border-color: #2A2153;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .list-btn {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .list-btn .btn {
    width: 80%;
    padding: 10px 20px;
  }
}
.round3-admin-control-page .button.button-primary.disabled {
  cursor: not-allowed;
  background: linear-gradient(135deg, #31343f 0%, #31343f 100%);
  box-shadow: none;
}

/* Form Submit Button */
.form-submit {
  text-align: center;
  margin-top: 30px;
}

.btn-submit {
  background: linear-gradient(135deg, #5d3ae1, #a855f7);
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-submit:hover {
  background: linear-gradient(135deg, #4c2fd3, #9333ea);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(93, 58, 225, 0.3);
}

.btn-submit:active {
  transform: translateY(0);
}

/* Form Messages */
.form-message {
  padding: 15px;
  margin: 20px 0;
  border-radius: 8px;
  text-align: center;
}

.form-message.success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.form-message.error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

/* Admin Styles */
.registration-card {
  background: white;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.status-pending {
  color: #d63384;
  font-weight: bold;
}

.status-approved {
  color: #198754;
  font-weight: bold;
}

.status-rejected {
  color: #dc3545;
  font-weight: bold;
}

.custom-password-form {
  max-width: 380px;
  margin: 40px auto;
  padding: 32px 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(93, 58, 225, 0.08);
}
.custom-password-form p {
  text-align: center;
  font-size: 1.08rem;
  margin-bottom: 18px;
  color: #5d3ae1;
}
.custom-password-form p img.emoji {
  vertical-align: middle;
  margin-right: 6px;
  width: 1.2em;
  height: 1.2em;
}
.custom-password-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
  font-size: 1rem;
}
.custom-password-form input[type=password] {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #a855f7;
  border-radius: 8px;
  font-size: 1.08rem;
  background: #faf7ff;
  margin-bottom: 18px;
  transition: border-color 0.2s;
}
.custom-password-form input[type=password]:focus {
  border-color: #5d3ae1;
  background: #fff;
  outline: none;
}
.custom-password-form button[type=submit] {
  width: 100%;
  background: linear-gradient(135deg, #5d3ae1, #a855f7);
  color: #fff;
  font-weight: 600;
  padding: 12px 0;
  border: none;
  border-radius: 8px;
  font-size: 1.08rem;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(93, 58, 225, 0.08);
  transition: background 0.2s, transform 0.2s;
}
.custom-password-form button[type=submit]:hover {
  background: linear-gradient(135deg, #4c2fd3, #9333ea);
  transform: translateY(-2px);
}
.custom-password-form button[type=submit]:active {
  transform: translateY(0);
}

.password-requirements {
  margin-top: 10px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #007cba;
}
.password-requirements ul, .password-requirements li {
  list-style: none;
}
.password-requirements ul {
  margin: 10px 0 0;
  padding-left: 20px;
}
.password-requirements li {
  margin: 5px 0;
  font-size: 0.9em;
  color: #666;
}
.password-requirements li:before {
  content: "";
  margin-right: 8px;
}

.notice {
  margin-bottom: 20px;
}
.notice h4 {
  margin-top: 0;
}

.post-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 400px;
}

.page-login .post-meta-wrapper {
  display: none;
}
.page-login .custom-login-form,
.page-login #loginform {
  max-width: 100%;
  width: 400px;
  margin: 40px auto;
  padding: 32px 24px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(93, 58, 225, 0.08);
}
.page-login .custom-login-form h2,
.page-login #loginform h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #5d3ae1;
}
.page-login .custom-login-form .login-username,
.page-login .custom-login-form .login-password,
.page-login #loginform .login-username,
.page-login #loginform .login-password {
  margin-bottom: 18px;
}
.page-login .custom-login-form .login-username label,
.page-login .custom-login-form .login-password label,
.page-login #loginform .login-username label,
.page-login #loginform .login-password label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: #444;
}
.page-login .custom-login-form .login-username input,
.page-login .custom-login-form .login-password input,
.page-login #loginform .login-username input,
.page-login #loginform .login-password input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #a855f7;
  border-radius: 8px;
  font-size: 1rem;
  background: #faf7ff;
  transition: border-color 0.2s;
}
.page-login .custom-login-form .login-username input:focus,
.page-login .custom-login-form .login-password input:focus,
.page-login #loginform .login-username input:focus,
.page-login #loginform .login-password input:focus {
  border-color: #5d3ae1;
  background: #fff;
}
.page-login .custom-login-form .login-remember label,
.page-login #loginform .login-remember label {
  position: relative;
  padding-left: 32px;
  display: flex;
  align-items: center;
  font-size: 0.98rem;
  color: #666;
  cursor: pointer;
  gap: 8px;
}
.page-login .custom-login-form .login-remember input[type=checkbox],
.page-login #loginform .login-remember input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.page-login .custom-login-form .login-remember,
.page-login #loginform .login-remember {
  /* Custom box */
}
.page-login .custom-login-form .login-remember label::before,
.page-login #loginform .login-remember label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: #faf7ff;
  border: 1px solid #a855f7;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(93, 58, 225, 0.08);
  transition: border-color 0.2s;
  z-index: 1;
}
.page-login .custom-login-form .login-remember input[type=checkbox]:checked ~ .tick,
.page-login #loginform .login-remember input[type=checkbox]:checked ~ .tick {
  opacity: 1;
}
.page-login .custom-login-form .login-remember,
.page-login #loginform .login-remember {
  /* Tick icon */
}
.page-login .custom-login-form .login-remember .tick,
.page-login #loginform .login-remember .tick {
  position: absolute;
  left: 7px;
  top: 11px;
  width: 12px;
  height: 7px;
  border-left: 3px solid #5d3ae1;
  border-bottom: 3px solid #5d3ae1;
  transform: rotate(-45deg) translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 3;
  pointer-events: none;
}
.page-login .custom-login-form .login-submit,
.page-login #loginform .login-submit {
  text-align: center;
}
.page-login .custom-login-form .login-submit input[type=submit],
.page-login .custom-login-form .login-submit button[type=submit],
.page-login #loginform .login-submit input[type=submit],
.page-login #loginform .login-submit button[type=submit] {
  background: linear-gradient(135deg, #5d3ae1, #a855f7);
  color: #fff;
  font-weight: 600;
  padding: 10px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.1rem;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px rgba(93, 58, 225, 0.08);
}
.page-login .custom-login-form .login-submit input[type=submit]:hover,
.page-login .custom-login-form .login-submit button[type=submit]:hover,
.page-login #loginform .login-submit input[type=submit]:hover,
.page-login #loginform .login-submit button[type=submit]:hover {
  background: linear-gradient(135deg, #4c2fd3, #9333ea);
  transform: translateY(-2px);
}
.page-login .custom-login-form .login-submit input[type=submit]:active,
.page-login .custom-login-form .login-submit button[type=submit]:active,
.page-login #loginform .login-submit input[type=submit]:active,
.page-login #loginform .login-submit button[type=submit]:active {
  transform: translateY(0);
}
.page-login .custom-login-form .login-error,
.page-login #loginform .login-error {
  color: #d63638;
  background: #ffeaea;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 18px;
  font-size: 1rem;
  text-align: center;
}
.page-login .custom-login-form .login-error a,
.page-login #loginform .login-error a {
  width: 100%;
  display: block;
  color: blue;
}
.page-login {
  /* Responsive */
}
@media (max-width: 500px) {
  .page-login .login,
  .page-login #loginform {
    padding: 18px 8px;
  }
}

:root {
  --ai-primary: #667eea;
  --ai-secondary: #764ba2;
  --ai-accent: #00ff88;
  --ai-dark: #0a0a0a;
  --ai-darker: #050505;
  --ai-light: #ffffff;
  --ai-text: #e0e6ff;
  --ai-text-muted: #b8c2ff;
  --ai-border: rgba(102, 126, 234, 0.2);
  --ai-bg-glass: rgba(255, 255, 255, 0.05);
}

/* Container Styles */
.single-post-container {
  background: linear-gradient(135deg, var(--ai-dark) 0%, #1a1a2e 50%, #16213e 100%);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.single-post-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(102, 126, 234, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(118, 75, 162, 0.1) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(0, 255, 136, 0.05) 0%, transparent 50%);
  pointer-events: none;
  animation: backgroundShift 20s ease-in-out infinite;
}

@keyframes backgroundShift {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
}
.single-post-wrapper {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Article Styling */
.ai-themed-article {
  background: var(--ai-bg-glass);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid var(--ai-border);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
}

.ai-themed-article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--ai-primary), var(--ai-secondary), var(--ai-accent));
  animation: gradientFlow 3s ease-in-out infinite;
}

@keyframes gradientFlow {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
/* Hero Section */
.post-hero {
  position: relative;
  padding: 3rem;
  text-align: center;
}

.post-hero-content {
  margin-bottom: 2rem;
}

.post-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--ai-light) 0%, var(--ai-text) 50%, var(--ai-text-muted) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  animation: titleGlow 2s ease-in-out infinite alternate;
}

@keyframes titleGlow {
  0% {
    filter: drop-shadow(0 0 10px rgba(102, 126, 234, 0.3));
  }
  100% {
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.6));
  }
}
.post-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, var(--ai-primary), var(--ai-secondary));
  border-radius: 3px;
  animation: lineExpand 1s ease-out 0.5s both;
}

@keyframes lineExpand {
  from {
    width: 0;
  }
  to {
    width: 100px;
  }
}
/* Post Meta */
.post-meta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}

.post-meta-wrapper .post-meta {
  background: rgba(102, 126, 234, 0.1);
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  border: 1px solid var(--ai-border);
  color: var(--ai-text);
  font-size: 0.9rem;
  backdrop-filter: blur(10px);
}

.reading-time {
  background: rgba(0, 255, 136, 0.1);
  color: var(--ai-accent);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(0, 255, 136, 0.3);
  font-size: 0.85rem;
  font-weight: 600;
}

/* Featured Image */
.post-featured-image {
  position: relative;
  margin: 0 -3rem 2rem -3rem;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  max-height: 500px;
}

.post-featured-image.fallback-image {
  background: rgba(102, 126, 234, 0.1);
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-img.fallback-logo {
  max-width: 300px;
  max-height: 200px;
  object-fit: contain;
  filter: brightness(0.9) contrast(1.1);
}

.post-featured-image:hover .featured-img {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent, rgba(102, 126, 234, 0.1), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.post-featured-image:hover .image-overlay {
  opacity: 1;
}

/* Content Styling */
.post-content-wrapper {
  padding: 0 3rem 3rem 3rem;
}

.post-content {
  color: var(--ai-text);
  font-size: 1.1rem;
  line-height: 1.8;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Typography */
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: var(--ai-light);
  font-weight: 700;
  margin: 2.5rem 0 1rem 0;
  position: relative;
}

.post-content h2 {
  font-size: 2rem;
  background: linear-gradient(135deg, var(--ai-primary) 0%, var(--ai-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-left: 4px solid var(--ai-primary);
  padding-left: 1rem;
  position: relative;
}

.post-content h2::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--ai-primary), var(--ai-accent));
  border-radius: 2px;
}

.post-content h3 {
  font-size: 1.5rem;
  color: var(--ai-text-muted);
  position: relative;
  padding-left: 2rem;
}

.post-content h3::before {
  content: "▶";
  position: absolute;
  left: 0;
  color: var(--ai-accent);
  font-size: 0.8rem;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
/* Paragraphs */
.post-content p {
  margin-bottom: 1.5rem;
  text-align: justify;
}

.post-content p:first-of-type:not(form p) {
  font-size: 1.2rem;
  color: var(--ai-text-muted);
  font-weight: 500;
  position: relative;
  padding-left: 1rem;
  border-left: 3px solid var(--ai-accent);
  background: rgba(0, 255, 136, 0.05);
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 0 10px 10px 0;
}

/* Links */
.post-content a {
  color: var(--ai-accent);
  text-decoration: none;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease;
}

.post-content a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--ai-accent), var(--ai-primary));
  transition: width 0.3s ease;
}

.post-content a:hover::after {
  width: 100%;
}

.post-content a:hover {
  color: var(--ai-light);
  text-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

/* Lists */
.post-content ul,
.post-content ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}

.post-content ul li {
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
}

.post-content ul li::before {
  content: "⚡";
  position: absolute;
  left: 0;
  color: var(--ai-accent);
  font-weight: bold;
}

/* Blockquotes */
.post-content blockquote {
  background: rgba(102, 126, 234, 0.1);
  border-left: 4px solid var(--ai-primary);
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-radius: 0 12px 12px 0;
  position: relative;
  font-style: italic;
  color: var(--ai-text-muted);
  backdrop-filter: blur(10px);
}

.post-content blockquote::before {
  content: '"';
  font-size: 4rem;
  color: var(--ai-primary);
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  opacity: 0.3;
}

/* Code Blocks */
.post-content code {
  background: rgba(0, 0, 0, 0.5);
  color: var(--ai-accent);
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
  font-family: "Fira Code", "Monaco", monospace;
  font-size: 0.9rem;
  border: 1px solid rgba(0, 255, 136, 0.3);
}

.post-content pre {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 255, 136, 0.3);
  border-radius: 12px;
  padding: 1.5rem;
  overflow-x: auto;
  margin: 2rem 0;
  position: relative;
  backdrop-filter: blur(10px);
}

.post-content pre code {
  background: none;
  border: none;
  padding: 0;
  color: var(--ai-accent);
}

/* Images */
.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  margin: 2rem 0;
  transition: all 0.3s ease;
  cursor: zoom-in;
}

.post-content img:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* Tables */
.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.post-content table th {
  background: linear-gradient(135deg, var(--ai-primary) 0%, var(--ai-secondary) 100%);
  color: var(--ai-light);
  padding: 1rem;
  text-align: left;
  font-weight: 600;
}

.post-content table td {
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--ai-text);
}

.post-content table tr:hover {
  background: rgba(102, 126, 234, 0.1);
}

/* Post Footer */
.post-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--ai-border);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.post-tags,
.post-categories {
  flex: 1;
  min-width: 250px;
}

.post-tags h4,
.post-categories h4 {
  color: var(--ai-accent);
  font-size: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.post-tags .tag,
.post-categories .category {
  display: inline-block;
  background: rgba(102, 126, 234, 0.2);
  color: var(--ai-text);
  padding: 0.4rem 0.8rem;
  margin: 0.2rem 0.3rem 0.2rem 0;
  border-radius: 15px;
  font-size: 0.85rem;
  text-decoration: none;
  border: 1px solid var(--ai-border);
  transition: all 0.3s ease;
}

.post-tags .tag:hover,
.post-categories .category:hover {
  background: rgba(102, 126, 234, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .single-post-wrapper {
    padding: 1rem;
  }
  .post-hero {
    padding: 2rem 1.5rem;
  }
  .post-content-wrapper {
    padding: 0 1.5rem 2rem 1.5rem;
  }
  .post-featured-image {
    margin: 0 -1.5rem 2rem -1.5rem;
  }
  .post-meta-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .post-footer {
    flex-direction: column;
    gap: 1rem;
  }
  .post-content {
    font-size: 1rem;
  }
  .post-content h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .post-hero {
    padding: 1.5rem 1rem;
  }
  .post-content-wrapper {
    padding: 0 1rem 1.5rem 1rem;
  }
  .post-featured-image {
    margin: 0 -1rem 1.5rem -1rem;
  }
  .post-title {
    font-size: 1.75rem;
  }
}
/* Animations */
.ai-themed-article {
  animation: articleFadeIn 0.8s ease-out;
}

@keyframes articleFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Scroll Progress Bar */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--ai-primary), var(--ai-secondary), var(--ai-accent));
  z-index: 9999;
  transition: width 0.1s ease;
}

/* Table of Contents */
.table-of-contents {
  background: rgba(102, 126, 234, 0.1);
  border: 1px solid var(--ai-border);
  border-radius: 12px;
  padding: 1.5rem;
  margin: 2rem 0;
  backdrop-filter: blur(10px);
  position: relative;
}

.table-of-contents h4 {
  color: var(--ai-accent);
  font-size: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.table-of-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table-of-contents li {
  margin-bottom: 0.5rem;
  padding-left: 0;
}

.table-of-contents li.h3 {
  padding-left: 1.5rem;
  font-size: 0.9rem;
}

.table-of-contents a {
  color: var(--ai-text);
  text-decoration: none;
  padding: 0.5rem 0;
  display: block;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
}

.table-of-contents a:hover,
.table-of-contents a.active {
  color: var(--ai-accent);
  background: rgba(0, 255, 136, 0.1);
  padding-left: 1rem;
}

.table-of-contents a.active::before {
  content: "▶";
  position: absolute;
  left: 0.5rem;
  color: var(--ai-accent);
  font-size: 0.8rem;
}

/* Copy Code Button */
.copy-code-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 255, 136, 0.3);
  color: var(--ai-text);
  padding: 0.5rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  z-index: 10;
}

.copy-code-btn:hover {
  background: rgba(0, 255, 136, 0.2);
  color: var(--ai-accent);
}

/* Enhanced Image Zoom */
.post-content img.zoomed {
  cursor: zoom-out;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

/* AI Particles */
.post-hero {
  position: relative;
  overflow: hidden;
}

.ai-particle {
  pointer-events: none;
}

/* Enhanced External Links */
.post-content a[target=_blank] {
  position: relative;
}

.post-content a[target=_blank]:hover {
  transform: translateX(2px);
}

/* Initial Animation State */
.ai-themed-article {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

/* Loading States */
.post-content img {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Enhanced Blockquote with Author */
.post-content blockquote.with-author {
  position: relative;
  padding-bottom: 3rem;
}

.post-content blockquote .author {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  font-style: normal;
  font-weight: 600;
  color: var(--ai-accent);
  font-size: 0.9rem;
}

.post-content blockquote .author::before {
  content: "— ";
}

/* Enhanced Typography for Quotes */
.post-content .highlight {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.2), rgba(0, 255, 136, 0.1));
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-weight: 600;
}

/* Reading Progress Indicator */
.reading-progress {
  position: fixed;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 4px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  z-index: 100;
}

.reading-progress-fill {
  width: 100%;
  background: linear-gradient(180deg, var(--ai-primary), var(--ai-accent));
  border-radius: 2px;
  transition: height 0.1s ease;
}

/* Enhanced Mobile Responsiveness */
@media (max-width: 768px) {
  .table-of-contents {
    padding: 1rem;
    margin: 1.5rem 0;
  }
  .copy-code-btn {
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.4rem;
    font-size: 0.8rem;
  }
  .reading-progress {
    display: none;
  }
}
/* Print Styles */
@media print {
  .table-of-contents,
  .copy-code-btn,
  .scroll-progress,
  .ai-particle {
    display: none !important;
  }
  .post-content {
    color: #000 !important;
  }
  .post-content a {
    color: #000 !important;
    text-decoration: underline !important;
  }
}
.password-protected .site-header {
  display: none;
}
.password-protected .password-form-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 20px;
  position: relative;
}
.password-protected .password-form-container .home-link {
  position: absolute;
  top: 30px;
  left: 30px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  z-index: 10;
}
.password-protected .password-form-container .home-link:before {
  content: "←";
  margin-right: 8px;
  font-size: 1.2rem;
}
.password-protected .password-form-container .home-link:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  color: #fff;
  text-decoration: none;
}
.password-protected .password-form-container .home-link:active {
  transform: translateY(0);
}
.password-protected .password-form-container .password-form {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 450px;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.password-protected .password-form-container .password-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2, #f093fb, #f5576c);
  background-size: 300% 100%;
  animation: gradientShift 3s ease infinite;
}
.password-protected .password-form-container .password-form .password-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.password-protected .password-form-container .password-form .password-description {
  color: #718096;
  font-size: 1rem;
  margin-bottom: 30px;
  line-height: 1.6;
}
.password-protected .password-form-container .password-form .password-input-group {
  margin-bottom: 25px;
  text-align: left;
}
.password-protected .password-form-container .password-form .password-input-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #2d3748;
  font-size: 0.95rem;
}
.password-protected .password-form-container .password-form .password-input-group input[type=password] {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 1rem;
  background: #f7fafc;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.password-protected .password-form-container .password-form .password-input-group input[type=password]:focus {
  border-color: #667eea;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.password-protected .password-form-container .password-form .password-input-group input[type=password]::placeholder {
  color: #a0aec0;
}
.password-protected .password-form-container .password-form .password-submit {
  width: 100%;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #fff;
  font-weight: 600;
  padding: 15px 0;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.password-protected .password-form-container .password-form .password-submit:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.password-protected .password-form-container .password-form .password-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}
.password-protected .password-form-container .password-form .password-submit:hover:before {
  left: 100%;
}
.password-protected .password-form-container .password-form .password-submit:active {
  transform: translateY(0);
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 768px) {
  .password-protected .password-form-container {
    padding: 15px;
  }
  .password-protected .password-form-container .home-link {
    top: 20px;
    left: 20px;
    font-size: 0.9rem;
    padding: 10px 16px;
  }
  .password-protected .password-form-container .password-form {
    padding: 30px 25px;
    margin-top: 60px;
  }
  .password-protected .password-form-container .password-form .password-title {
    font-size: 1.5rem;
  }
  .password-protected .password-form-container .password-form .password-description {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .password-protected .password-form-container .password-form {
    padding: 25px 20px;
  }
  .password-protected .password-form-container .password-form .password-title {
    font-size: 1.3rem;
  }
  .password-protected .password-form-container .password-form .password-input-group input[type=password] {
    padding: 12px 15px;
    font-size: 0.95rem;
  }
  .password-protected .password-form-container .password-form .password-submit {
    padding: 12px 0;
    font-size: 0.95rem;
  }
}

.page-home .site-header {
  position: fixed;
  width: 100%;
}
.page-home .banner-techcombank {
  margin: 0;
  padding: 0;
}
.page-home .banner-techcombank__pc {
  width: 100%;
  display: block;
}
.page-home .banner-techcombank__pc img {
  width: 100%;
  object-fit: contain;
}
.page-home .banner-techcombank__mb {
  display: none;
  width: 100%;
}
.page-home .banner-techcombank__mb img {
  width: 100%;
  object-fit: contain;
}
.page-home textarea[name=tech_achievements] {
  min-height: 170px;
}
.page-home .item-organization {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .page-home .hero-baner {
    background-size: unset;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .page-home .banner-techcombank__pc {
    display: none;
  }
  .page-home .banner-techcombank__mb {
    display: block;
  }
  .page-home textarea[name=tech_achievements] {
    min-height: auto;
  }
  .page-home .countdown-item {
    min-width: 72px;
    height: 72px;
  }
  .page-home .countdown-container {
    margin-bottom: 30px;
  }
  .page-home .date-tag {
    transform: unset;
    left: 0;
  }
  .page-home .timeline-date {
    padding-left: 0;
    margin-bottom: 0;
  }
  .page-home .item-organization img {
    max-width: 100%;
  }
  .page-home .item-organization {
    flex: 0 0 45%;
    width: 45%;
  }
  .page-home .organizational-unit {
    margin-top: 0;
  }
  .page-home .main-menu.open .menu-main {
    width: 100%;
    left: 0;
    padding: 15px;
  }
  .page-home .main-menu ul li {
    padding: 0;
  }
  .page-home .main-menu ul li:last-child {
    text-align: center;
  }
  .page-home .list-subject .item-subject:nth-child(4) {
    order: 4;
  }
  .page-home .list-subject .item-subject:nth-child(3) {
    order: 2;
  }
  .page-home .list-subject .item-subject:nth-child(2) {
    order: 3;
  }
  .page-home .timeline-group {
    gap: 16px;
  }
  .page-home .prize-category {
    gap: 32px;
  }
  .page-home .prize-main-card, .page-home .prize-category {
    margin-bottom: 0;
  }
  .page-home .step-icon-wrapper, .page-home .item-container-subject img {
    margin-bottom: 0;
  }
  .page-home .step-icon-wrapper img, .page-home .item-container-subject img {
    max-width: 100%;
  }
  .page-home .step-tag {
    font-size: 16px;
  }
  .page-home .item-container-target p {
    text-align: left;
  }
}
.page-home .site-main {
  padding-top: 72px;
}
.page-home .form-group input[type=number], .page-home .form-group input[type=date] {
  background-color: #f9faff;
  border: 1px solid #dee6ff;
  border-radius: 5px;
  padding: 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #333;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-home .form-group input[type=number]:focus, .page-home .form-group input[type=date]:focus {
  border-color: #5D3AE1;
  box-shadow: 0 0 0 0.2rem rgba(93, 58, 225, 0.25);
  outline: none;
}
.page-home .form-group input[type=number]:hover, .page-home .form-group input[type=date]:hover {
  border-color: #999;
}
.page-home {
  /* Error styling for form validation */
}
.page-home .error-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  display: block;
  font-weight: 500;
  background: #fff5f5;
  padding: 5px 8px;
  border-radius: 4px;
  border-left: 3px solid #dc3545;
  animation: slideIn 0.3s ease-out;
}
.page-home .form-group input.error,
.page-home .form-group textarea.error,
.page-home .form-group select.error {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  background-color: #fff5f5;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-home {
  /* Hide validation summary */
}
.page-home .form-validation-summary {
  display: none !important;
}
.page-home {
  /* reCAPTCHA styling */
}
.page-home .recaptcha-group {
  margin: 20px 0 !important;
}
.page-home .g-recaptcha {
  margin: 10px 0 !important;
}
.page-home #recaptcha-error {
  margin-top: 10px !important;
}
.page-home {
  /* Responsive reCAPTCHA */
}
@media (max-width: 768px) {
  .page-home .g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0;
  }
}
.page-home {
  /* Slick Slider Custom Styles */
}
.page-home .examiner-slider {
  margin: 0 -8px;
}
.page-home .examiner-slider .slick-slide {
  padding: 10px;
  height: auto;
  border: 0;
  outline: 0;
}
.page-home .examiner-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.page-home {
  /* .examiner-slider .slick-slide>div {
      height: 100%;
  }

  .examiner-slider .item-examiner {
      height: 100%;
      display: flex;
      flex-direction: column;
  } */
}
.page-home .examiner-slider .slick-dots {
  bottom: -50px;
  text-align: center;
}
.page-home .examiner-slider .slick-dots li button:before {
  font-size: 12px;
  color: #ccc;
  opacity: 1;
}
.page-home .examiner-slider .slick-dots li.slick-active button:before {
  color: #5D3AE1;
}
.page-home .examiner-slider .slick-prev,
.page-home .examiner-slider .slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
  background: rgba(93, 58, 225, 0.1);
  border-radius: 50%;
}
.page-home .examiner-slider .slick-prev:before,
.page-home .examiner-slider .slick-next:before {
  font-size: 16px;
  color: #5D3AE1;
}
.page-home .examiner-slider .slick-prev {
  left: -25px;
}
.page-home .examiner-slider .slick-next {
  right: -25px;
}
@media (max-width: 768px) {
  .page-home .examiner-slider .slick-prev {
    left: 10px;
  }
  .page-home .examiner-slider .slick-next {
    right: 10px;
  }
}
.page-home .list-organization {
  justify-content: center;
  gap: 0px;
}
.page-home .list-vendor .left {
  flex: 1;
}
.page-home .list-vendor .right {
  flex: 3;
}
.page-home .list-vendor .title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 800;
}
.page-home .list-examiner {
  max-width: 100%;
}
.page-home .item-img-examiner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home .coming-soon .btn-text-coming {
  display: none;
}
.page-home .coming-soon:hover .btn-text {
  display: none;
}
.page-home .coming-soon:hover .btn-text-coming {
  display: inline-block;
}

.group-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: linear-gradient(to bottom, #1b1c3f, #4a4e91);
  padding: 0.625rem 1.5rem;
  text-align: center;
  color: rgb(255, 255, 255);
  outline: 0;
  transition: all 0.2s ease;
  text-decoration: none;
}

.footer-button .icon {
  height: 1.5rem;
  width: 1.5rem;
}

.footer-button .texts {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.footer-button .text-1 {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.footer-button .text-2 {
  font-weight: 600;
}

.coming-soon .texts-hover {
  display: none;
}

.coming-soon:hover .texts {
  display: none;
}

.coming-soon:hover .texts-hover {
  display: inline-block;
}

/* =============================================================================
   Dashboard Styles
   ========================================================================== */
.dashboard-header {
  background: linear-gradient(135deg, #0b0121 0%, #0b0121 100%);
  border-bottom: 1px solid #e9ecef;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  top: 0;
  z-index: 1000;
  padding: 15px 0;
}
.dashboard-header .main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.dashboard-header .site-brand .logo {
  display: block;
}
.dashboard-header .site-brand .logo img {
  max-height: 52px;
  width: auto;
  transition: transform 0.3s ease;
}
.dashboard-header .site-brand .logo:hover img {
  transform: scale(1.05);
}

.dashboard-menu {
  display: flex;
  align-items: center;
}
.dashboard-menu .user-menu {
  position: relative;
}
.dashboard-menu .user-menu .user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .dashboard-menu .user-menu .user-info {
    padding: 5px 10px;
  }
}
.dashboard-menu .user-menu .user-info:hover {
  background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}
.dashboard-menu .user-menu .user-info .user-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #5D3AE1;
  transition: all 0.3s ease;
}
.dashboard-menu .user-menu .user-info .user-avatar:hover img {
  border-color: #7B4FE8;
  transform: scale(1.1);
}
.dashboard-menu .user-menu .user-info .user-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .dashboard-menu .user-menu .user-info .user-details {
    display: none;
  }
}
.dashboard-menu .user-menu .user-info .user-details .user-name {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.dashboard-menu .user-menu .user-info .user-details .user-role {
  font-size: 12px;
  color: #5D3AE1;
  font-weight: 500;
}
.dashboard-menu .user-menu .user-info .user-dropdown-toggle {
  color: #666;
  transition: transform 0.3s ease;
  font-size: 12px;
}
.dashboard-menu .user-menu .user-info .user-dropdown-toggle.active {
  transform: rotate(180deg);
}
.dashboard-menu .user-menu .user-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
  margin-top: 8px;
  backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .dashboard-menu .user-menu .user-dropdown-menu {
    right: 0;
    min-width: 215px;
  }
}
.dashboard-menu .user-menu .user-dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dashboard-menu .user-menu .user-dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.dashboard-menu .user-menu .user-dropdown-menu ul li {
  margin: 0;
}
.dashboard-menu .user-menu .user-dropdown-menu ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
  border-radius: 8px;
  margin: 2px 8px;
}
.dashboard-menu .user-menu .user-dropdown-menu ul li a:hover {
  background: #f8f9fa;
  color: #5D3AE1;
  transform: translateX(5px);
}
.dashboard-menu .user-menu .user-dropdown-menu ul li a i {
  width: 16px;
  text-align: center;
  color: #666;
}
.dashboard-menu .user-menu .user-dropdown-menu ul li a:hover i {
  color: #5D3AE1;
}
.dashboard-menu .user-menu .user-dropdown-menu ul li.divider {
  height: 1px;
  background: #e9ecef;
  margin: 8px 0;
}
.dashboard-menu .user-menu:hover .user-dropdown-toggle {
  transform: rotate(180deg);
}
.dashboard-menu .user-menu:hover .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dashboard Footer Styles */
.dashboard-footer {
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  padding: 30px 0;
  margin-top: 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-info p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #5D3AE1;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #7B4FE8;
}

/* Dashboard Main Content */
.dashboard-main {
  padding-top: 0;
  min-height: calc(100vh - 200px);
  /* Account for header and footer */
}

/* Dashboard Page Header (page title) */
.dashboard-page-header {
  text-align: center;
  margin-bottom: 40px;
  background: linear-gradient(135deg, #5D3AE1 0%, #7B4FE8 100%);
  color: white;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(93, 58, 225, 0.2);
}

.dashboard-page-header h1 {
  margin: 0 0 15px 0;
  font-size: 2.2em;
  font-weight: 700;
}

.dashboard-page-header p {
  margin: 0;
  font-size: 1.1em;
  opacity: 0.9;
}

/* Admin Bar Integration */
.dashboard-site {
  margin-top: 32px;
  /* Account for admin bar */
}

/* Ensure admin bar is visible */
#wpadminbar {
  position: fixed;
  top: 0;
  z-index: 99999;
}

/* Adjust for admin bar */
body.admin-bar .dashboard-header {
  top: 32px;
}

body.admin-bar .dashboard-site {
  margin-top: 32px;
}

/* Fix for sticky positioning */
/* Responsive Design */
@media (max-width: 768px) {
  .dashboard-header .main-header {
    gap: 12px;
  }
  .dashboard-page-header {
    padding: 25px 15px;
  }
  .dashboard-page-header h1 {
    font-size: 1.8em;
  }
  .dashboard-page-header p {
    font-size: 1em;
  }
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  .footer-links {
    justify-content: center;
  }
}
.password-form .form-group__password {
  position: relative;
}
.password-form .form-group .password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #333;
  padding: 5px;
  transition: color 0.3s ease;
}
.password-form .form-group .password-toggle:hover {
  color: #007bff;
}
.password-form .form-group .password-toggle:focus {
  outline: none;
  color: #80bdff;
}
.password-form .form-group input[type=password],
.password-form .form-group input[type=text] {
  padding-right: 40px;
}

.page-member-dashboard .member-dashboard-container {
  padding: 40px 0;
  background: #f8f9fa;
  min-height: 100vh;
}
.page-member-dashboard .dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.page-member-dashboard .dashboard-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
}
.page-member-dashboard .dashboard-card.full-width {
  grid-column: 1/-1;
}
.page-member-dashboard .dashboard-card h3 {
  margin: 0 0 25px 0;
  color: #28A745;
  font-size: 1.5em;
  border-bottom: 2px solid #28A745;
  padding-bottom: 10px;
}
.page-member-dashboard .info-list, .page-member-dashboard .status-info, .page-member-dashboard .project-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-member-dashboard .project-info .list,
.page-member-dashboard .info-list .list {
  flex-direction: column;
}
.page-member-dashboard .project-info .list .label,
.page-member-dashboard .project-info .list .value,
.page-member-dashboard .info-list .list .label,
.page-member-dashboard .info-list .list .value {
  max-width: 100%;
  width: 100% !important;
  text-align: left;
}
.page-member-dashboard .info-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #f1f3f4;
}
.page-member-dashboard .info-item:last-child {
  border-bottom: none;
}
.page-member-dashboard .info-item .label {
  font-weight: 600;
  color: #5D3AE1;
  min-width: 140px;
}
.page-member-dashboard .info-item .value {
  color: #333;
  text-align: right;
  flex: 1;
  word-wrap: break-word;
  max-width: 60%;
}
.page-member-dashboard .status-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 20px;
}
.page-member-dashboard .status-pending {
  background: #FFF3CD;
  color: #856404;
}
.page-member-dashboard .status-approved {
  background: #D4EDDA;
  color: #155724;
}
.page-member-dashboard .status-rejected {
  background: #F8D7DA;
  color: #721C24;
}
.page-member-dashboard .team-members {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-member-dashboard .member-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  border: 1px solid #e9ecef;
}
.page-member-dashboard .member-item.leader {
  background: linear-gradient(135deg, #FFF3CD 0%, #FFEAA7 100%);
  border-color: #FFC107;
}
.page-member-dashboard .member-avatar {
  font-size: 2em;
  min-width: 50px;
  text-align: center;
}
.page-member-dashboard .member-info h4 {
  margin: 0 0 5px 0;
  color: #333;
  font-size: 1.1em;
}
.page-member-dashboard .member-info .role {
  margin: 0 0 5px 0;
  color: #5D3AE1;
  font-weight: 600;
  font-size: 0.9em;
}
.page-member-dashboard .member-info .email,
.page-member-dashboard .member-info .phone,
.page-member-dashboard .member-info .birth-year,
.page-member-dashboard .member-info .experience {
  margin: 0 0 3px 0;
  color: #666;
  font-size: 0.9em;
  display: flex;
  align-items: center;
  gap: 5px;
}
.page-member-dashboard .member-info .phone,
.page-member-dashboard .member-info .birth-year,
.page-member-dashboard .member-info .experience {
  font-size: 0.85em;
  color: #777;
}
.page-member-dashboard .quick-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-member-dashboard .action-btn {
  display: block;
  padding: 15px 20px;
  background: linear-gradient(135deg, #5D3AE1 0%, #7B4FE8 100%);
  color: white;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(93, 58, 225, 0.3);
}
.page-member-dashboard .action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(93, 58, 225, 0.4);
  color: white;
}
@media (max-width: 768px) {
  .page-member-dashboard .dashboard-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-member-dashboard .dashboard-card {
    padding: 20px;
  }
  .page-member-dashboard .info-item {
    flex-direction: column;
    gap: 5px;
  }
  .page-member-dashboard .info-item .value {
    text-align: left;
    max-width: 100%;
  }
  .page-member-dashboard .member-info .phone,
  .page-member-dashboard .member-info .birth-year,
  .page-member-dashboard .member-info .experience {
    font-size: 0.8em;
  }
}

/* Round 2 Exam Detail Page Styles */
/* Form Messages */
.form-message {
  margin: 20px 0;
  padding: 15px;
  border-radius: 8px;
  border-left: 4px solid;
}
.form-message.success {
  background-color: #d4edda;
  border-color: #28a745;
  color: #155724;
}
.form-message.error {
  background-color: #f8d7da;
  border-color: #dc3545;
  color: #721c24;
}
.form-message .message-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: 15px;
}
.form-message .message-content .message-icon {
  font-size: 24px;
  flex-shrink: 0;
}
.form-message .message-content .message-text h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
}
.form-message .message-content .message-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

/* reCAPTCHA */
.g-recaptcha {
  margin: 10px 0;
}

/* Submission Message */
.submission-message {
  background: #d4edda;
  border: 1px solid #28a745;
  border-radius: 6px;
  padding: 10px 15px;
  margin-top: 10px;
  color: #155724;
  font-weight: 500;
}

/* Status Badge */
.status-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.status-badge.pending {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}

/* Submission Details Full */
.submission-details-full {
  margin: 25px 0;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}
.submission-details-full h4 {
  margin: 0 0 20px 0;
  color: #495057;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid #007bff;
  padding-bottom: 8px;
}

.submission-content .content-item {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}
.submission-content .content-item:last-child {
  margin-bottom: 0;
}
.submission-content .content-item .content-label {
  min-width: 140px;
  font-weight: 600;
  color: #495057;
  margin-right: 15px;
  flex-shrink: 0;
}
.submission-content .content-item .content-value {
  flex: 1;
  color: #212529;
}
.submission-content .content-item .content-value.description-text, .submission-content .content-item .content-value.notes-text {
  background: white;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  line-height: 1.6;
}

/* Submitted Files */
.submitted-files .submitted-file {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  margin-bottom: 8px;
}
.submitted-files .submitted-file:last-child {
  margin-bottom: 0;
}
.submitted-files .submitted-file .file-icon {
  font-size: 18px;
  color: #6c757d;
}
.submitted-files .submitted-file .file-name {
  flex: 1;
  font-weight: 500;
  color: #495057;
}
.submitted-files .submitted-file .file-download {
  padding: 4px 8px;
  background: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  transition: background-color 0.2s;
}
.submitted-files .submitted-file .file-download:hover {
  background: #0056b3;
  text-decoration: none;
}

/* Submitted Links */
.submitted-links .submitted-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  margin-bottom: 8px;
}
.submitted-links .submitted-link:last-child {
  margin-bottom: 0;
}
.submitted-links .submitted-link .link-icon {
  font-size: 18px;
  color: #6c757d;
}
.submitted-links .submitted-link .link-url {
  color: #007bff;
  text-decoration: none;
  word-break: break-all;
}
.submitted-links .submitted-link .link-url:hover {
  text-decoration: underline;
}

.saved-files-display {
  margin: 15px 0;
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
}
.saved-files-display h5 {
  margin: 0 0 10px 0;
  color: #495057;
  font-size: 16px;
}
.saved-files-display .saved-files-list .saved-file-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  margin: 5px 0;
}
.saved-files-display .saved-files-list .saved-file-item .file-icon {
  margin-right: 10px;
  font-size: 18px;
}
.saved-files-display .saved-files-list .saved-file-item .file-name {
  flex: 1;
  font-weight: 500;
  color: #495057;
  word-break: break-all;
}
.saved-files-display .saved-files-list .saved-file-item .file-size {
  margin: 0 15px;
  color: #6c757d;
  font-size: 0.9em;
  white-space: nowrap;
}
.saved-files-display .saved-files-list .saved-file-item .remove-file-btn {
  background: #dc3545;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 2px 6px;
  cursor: pointer;
  font-size: 12px;
}
.saved-files-display .saved-files-list .saved-file-item .remove-file-btn:hover {
  background: #c82333;
}
.saved-files-display .loading-files {
  color: #666;
  font-style: italic;
  padding: 10px;
  text-align: center;
  background: #f8f9fa;
  border-radius: 5px;
  margin: 10px 0;
}
.saved-files-display .error-display {
  color: #dc3545;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  margin: 10px 0;
}

.upload-progress-info .progress-message {
  font-weight: 500;
}
.upload-progress-info .progress-message small {
  opacity: 0.8;
  font-size: 0.9em;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-spinner {
  display: inline-block;
  animation: spin 1s linear infinite;
}

.form-message {
  padding: 15px;
  border-radius: 5px;
  margin: 15px 0;
}
.form-message.success {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.form-message.error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.submission-message {
  background: #e3f2fd;
  border: 1px solid #2196f3;
  border-radius: 5px;
  padding: 15px;
  margin: 15px 0;
  color: #1976d2;
  text-align: center;
  font-weight: 500;
}

.status-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.8em;
  font-weight: 500;
}
.status-badge.pending {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}

.submission-details-full {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}
.submission-details-full .submission-content .content-item {
  margin: 15px 0;
}
.submission-details-full .submission-content .content-item .content-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 5px;
  display: block;
}
.submission-details-full .submission-content .content-item .content-value {
  color: #6c757d;
  line-height: 1.5;
}
.submission-details-full .submission-content .content-item .description-text, .submission-details-full .submission-content .content-item .notes-text {
  background: white;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e9ecef;
}
.submission-details-full .submission-content .submitted-files .submitted-file, .submission-details-full .submission-content .submitted-files .submitted-link, .submission-details-full .submission-content .submitted-links .submitted-file, .submission-details-full .submission-content .submitted-links .submitted-link {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  margin: 5px 0;
}
.submission-details-full .submission-content .submitted-files .submitted-file .file-icon, .submission-details-full .submission-content .submitted-files .submitted-file .link-icon, .submission-details-full .submission-content .submitted-files .submitted-link .file-icon, .submission-details-full .submission-content .submitted-files .submitted-link .link-icon, .submission-details-full .submission-content .submitted-links .submitted-file .file-icon, .submission-details-full .submission-content .submitted-links .submitted-file .link-icon, .submission-details-full .submission-content .submitted-links .submitted-link .file-icon, .submission-details-full .submission-content .submitted-links .submitted-link .link-icon {
  margin-right: 10px;
  font-size: 16px;
}
.submission-details-full .submission-content .submitted-files .submitted-file .file-name, .submission-details-full .submission-content .submitted-files .submitted-file .link-url, .submission-details-full .submission-content .submitted-files .submitted-link .file-name, .submission-details-full .submission-content .submitted-files .submitted-link .link-url, .submission-details-full .submission-content .submitted-links .submitted-file .file-name, .submission-details-full .submission-content .submitted-links .submitted-file .link-url, .submission-details-full .submission-content .submitted-links .submitted-link .file-name, .submission-details-full .submission-content .submitted-links .submitted-link .link-url {
  flex: 1;
  word-break: break-all;
}
.submission-details-full .submission-content .submitted-files .submitted-file .file-download, .submission-details-full .submission-content .submitted-files .submitted-link .file-download, .submission-details-full .submission-content .submitted-links .submitted-file .file-download, .submission-details-full .submission-content .submitted-links .submitted-link .file-download {
  margin-left: 10px;
  color: #007bff;
  text-decoration: none;
}
.submission-details-full .submission-content .submitted-files .submitted-file .file-download:hover, .submission-details-full .submission-content .submitted-files .submitted-link .file-download:hover, .submission-details-full .submission-content .submitted-links .submitted-file .file-download:hover, .submission-details-full .submission-content .submitted-links .submitted-link .file-download:hover {
  text-decoration: underline;
}

.upload-progress {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  display: none;
}
.upload-progress .progress-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.upload-progress .progress-header .progress-icon {
  font-size: 24px;
  animation: pulse 2s infinite;
}
.upload-progress .progress-header .progress-text {
  font-weight: 600;
  color: #495057;
  font-size: 16px;
}
.upload-progress .progress-bar {
  width: 100%;
  height: 12px;
  background: #e9ecef;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}
.upload-progress .progress-bar .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #28a745, #20c997);
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 6px;
}
.upload-progress .progress-status {
  text-align: center;
  color: #6c757d;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.upload-progress .progress-details .file-list {
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 15px;
}
.upload-progress .progress-details .file-list .file-item {
  padding: 8px 12px;
  border-bottom: 1px solid #f8f9fa;
  color: #495057;
  font-size: 14px;
}
.upload-progress .progress-details .file-list .file-item:last-child {
  border-bottom: none;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loading-overlay .loading-content {
  background: white;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.loading-overlay .loading-content .loading-spinner {
  font-size: 48px;
  animation: spin 2s linear infinite;
  margin-bottom: 20px;
  display: block;
}
.loading-overlay .loading-content h3 {
  color: #495057;
  margin-bottom: 10px;
  font-size: 24px;
}
.loading-overlay .loading-content p {
  color: #6c757d;
  margin-bottom: 30px;
  font-size: 16px;
}
.loading-overlay .loading-content .loading-steps {
  text-align: left;
}
.loading-overlay .loading-content .loading-steps .step {
  padding: 12px 16px;
  margin: 8px 0;
  background: #f8f9fa;
  border-radius: 6px;
  border-left: 4px solid #dee2e6;
  color: #6c757d;
  font-weight: 500;
  transition: all 0.3s ease;
}
.loading-overlay .loading-content .loading-steps .step.completed {
  background: #d4edda;
  border-left-color: #28a745;
  color: #155724;
}
.loading-overlay .loading-content .loading-steps .step.active {
  background: #d1ecf1;
  border-left-color: #17a2b8;
  color: #0c5460;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.submission-info {
  padding: 20px;
}

.page-bgk-dashboard .bgk-dashboard-container {
  padding: 40px 0;
  background: #f8f9fa;
  min-height: 100vh;
}
.page-bgk-dashboard .dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.page-bgk-dashboard .dashboard-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
}
.page-bgk-dashboard .dashboard-card.full-width {
  grid-column: 1/-1;
}
.page-bgk-dashboard .dashboard-card h3 {
  margin: 0 0 25px 0;
  color: #28A745;
  font-size: 1.5em;
  border-bottom: 2px solid #28A745;
  padding-bottom: 10px;
}
.page-bgk-dashboard .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.page-bgk-dashboard .stat-item {
  text-align: center;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  border: 1px solid #e9ecef;
}
.page-bgk-dashboard .stat-item.pending {
  background: #FFF3CD;
  border-color: #FFC107;
}
.page-bgk-dashboard .stat-item.approved {
  background: #D4EDDA;
  border-color: #28A745;
}
.page-bgk-dashboard .stat-item.rejected {
  background: #F8D7DA;
  border-color: #DC3545;
}
.page-bgk-dashboard .stat-number {
  font-size: 2.5em;
  font-weight: 700;
  color: #28A745;
  margin-bottom: 10px;
}
.page-bgk-dashboard .stat-item.pending .stat-number {
  color: #FFC107;
}
.page-bgk-dashboard .stat-item.approved .stat-number {
  color: #28A745;
}
.page-bgk-dashboard .stat-item.rejected .stat-number {
  color: #DC3545;
}
.page-bgk-dashboard .stat-label {
  font-weight: 600;
  color: #666;
  font-size: 0.9em;
}
.page-bgk-dashboard .quick-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-bgk-dashboard .action-btn {
  display: block;
  padding: 15px 20px;
  background: linear-gradient(135deg, #28A745 0%, #20C997 100%);
  color: white;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}
.page-bgk-dashboard .action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
  color: white;
}
.page-bgk-dashboard .recent-registrations {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-bgk-dashboard .registration-item {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #e9ecef;
}
.page-bgk-dashboard .reg-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.page-bgk-dashboard .reg-header h4 {
  margin: 0;
  color: #333;
  font-size: 1.2em;
}
.page-bgk-dashboard .status-badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8em;
}
.page-bgk-dashboard .status-pending {
  background: #FFF3CD;
  color: #856404;
}
.page-bgk-dashboard .status-approved {
  background: #D4EDDA;
  color: #155724;
}
.page-bgk-dashboard .status-rejected {
  background: #F8D7DA;
  color: #721C24;
}
.page-bgk-dashboard .reg-details p {
  margin: 0 0 8px 0;
  color: #666;
  font-size: 0.9em;
}
.page-bgk-dashboard .reg-details p:last-child {
  margin-bottom: 0;
}
.page-bgk-dashboard .reg-actions {
  margin-top: 15px;
  text-align: right;
}
.page-bgk-dashboard .btn-view {
  display: inline-block;
  padding: 8px 16px;
  background: #28A745;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: 600;
  transition: all 0.3s ease;
}
.page-bgk-dashboard .btn-view:hover {
  background: #218838;
  color: white;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .page-bgk-dashboard .dashboard-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-bgk-dashboard .dashboard-card {
    padding: 20px;
  }
  .page-bgk-dashboard .stats-grid {
    grid-template-columns: 1fr;
  }
  .page-bgk-dashboard .reg-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.page-team-profile .team-profile-container {
  padding: 40px 0;
  background: #f8f9fa;
  min-height: 100vh;
}
.page-team-profile .profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.page-team-profile .profile-grid.single-column {
  grid-template-columns: 1fr;
  max-width: 600px;
  margin: 40px auto 0;
}
.page-team-profile .dashboard-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
}
.page-team-profile .dashboard-card h3 {
  margin: 0 0 25px 0;
  color: #28A745;
  font-size: 1.5em;
  border-bottom: 2px solid #28A745;
  padding-bottom: 10px;
}
.page-team-profile .form-group {
  margin-bottom: 20px;
}
.page-team-profile .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}
.page-team-profile .form-group input,
.page-team-profile .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s ease;
  background-color: #fff;
}
.page-team-profile .form-group input:focus,
.page-team-profile .form-group textarea:focus {
  outline: none;
  border-color: #28A745;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}
.page-team-profile .form-group input[readonly],
.page-team-profile .form-group textarea[readonly] {
  background-color: #f8f9fa;
  color: #666;
  cursor: not-allowed;
}
.page-team-profile .form-group small {
  display: block;
  margin-top: 5px;
  color: #666;
  font-size: 12px;
}
.page-team-profile .form-actions {
  display: flex;
  gap: 15px;
}
.page-team-profile .form-actions.back-dashboard {
  justify-content: center;
}
.page-team-profile .btn-update {
  background: linear-gradient(135deg, #28A745 0%, #20C997 100%);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-team-profile .btn-update:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}
.page-team-profile .btn-cancel {
  background: #6c757d;
  color: white;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.page-team-profile .btn-cancel:hover {
  background: #5a6268;
  color: white;
  transform: translateY(-2px);
}
.page-team-profile .team-members-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-team-profile .member-info {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e9ecef;
}
.page-team-profile .member-info h4 {
  margin: 0 0 15px 0;
  color: #28A745;
  font-size: 1.1em;
}
.page-team-profile .member-info p {
  margin: 5px 0;
  color: #333;
}
.page-team-profile .member-info strong {
  color: #5D3AE1;
}
@media (max-width: 768px) {
  .page-team-profile .profile-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-team-profile .dashboard-card {
    padding: 20px;
  }
  .page-team-profile .form-actions {
    flex-direction: column;
  }
}

.team-management-container {
  background: #fff;
  margin: 0 auto;
  padding: 20px;
}
.team-management-container .page-header {
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 10px;
}
.team-management-container .notification-section {
  margin-bottom: 20px;
  padding: 0 10px;
}
.team-management-container .notification-section h1 {
  margin: 0 0 10px 0;
  font-size: 2.5em;
}
.team-management-container .notification-section p {
  margin: 0 0 15px 0;
  font-size: 1.2em;
}
.team-management-container .notification-section .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 500;
}
.team-management-container .notification-section .breadcrumb a:hover {
  color: white;
}
.team-management-container .management-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .team-management-container .management-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.team-management-container .management-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}
.team-management-container .management-card h2 {
  color: #333;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0073aa;
}
.team-management-container .member-item {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
  transition: all 0.3s ease;
}
.team-management-container .member-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.team-management-container .member-item.leader {
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  border-color: #ffc107;
}
.team-management-container .member-item.invited {
  border-left: 4px solid #0073aa;
  background: #f8f9fa;
}
@media (max-width: 768px) {
  .team-management-container .member-item {
    flex-direction: column;
    text-align: center;
  }
}
.team-management-container .member-item .member-avatar {
  font-size: 2em;
  margin-right: 15px;
  min-width: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .team-management-container .member-item .member-avatar {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.team-management-container .member-item .member-info {
  flex: 1;
}
.team-management-container .member-item .member-info h4 {
  margin: 0 0 5px 0;
  color: #333;
  font-size: 1.2em;
}
.team-management-container .member-item .member-info p {
  margin: 5px 0;
  color: #666;
  font-size: 0.9em;
}
.team-management-container .member-item .member-info p.role {
  font-weight: 600;
  color: #0073aa;
}
.team-management-container .member-item .member-info .status-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}
.team-management-container .member-item .member-info .status-badge.accepted {
  background: #28a745;
  color: white;
}
.team-management-container .member-item .member-info .status-badge.pending {
  background: #ff9800;
  color: white;
}
.team-management-container .member-item .member-info .status-badge.declined {
  background: #dc3545;
  color: white;
}
.team-management-container .member-item .member-info .status-badge.expired {
  background: #6c757d;
  color: white;
}
.team-management-container .member-item .member-info .btn-remove-member {
  background: #dc3545;
  color: white;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.3s;
}
.team-management-container .member-item .member-info .btn-remove-member:hover {
  background: #c82333;
}
.team-management-container .invite-form {
  max-width: 100%;
}
.team-management-container .invite-form .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .team-management-container .invite-form .form-row {
    flex-direction: column;
    gap: 0;
  }
}
.team-management-container .invite-form .form-group {
  flex: 1;
}
.team-management-container .invite-form .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
}
.team-management-container .invite-form .form-group input,
.team-management-container .invite-form .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  background: #fff;
}
.team-management-container .invite-form .form-group input:focus,
.team-management-container .invite-form .form-group textarea:focus {
  outline: none;
  border-color: #0073aa;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
}
.team-management-container .invite-form .form-group input.success,
.team-management-container .invite-form .form-group textarea.success {
  border-color: #28a745;
  box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.2);
}
.team-management-container .invite-form .form-group input.error,
.team-management-container .invite-form .form-group textarea.error {
  border-color: #dc3545;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2);
}
.team-management-container .invite-form .form-group .form-help {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #666;
  font-style: italic;
}
.team-management-container .invite-form .email-status {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
}
.team-management-container .invite-form .email-status.success {
  color: #28a745;
}
.team-management-container .invite-form .email-status.error {
  color: #dc3545;
}
.team-management-container .invite-form .btn-invite {
  background: #0073aa;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
  width: 100%;
}
.team-management-container .invite-form .btn-invite:hover {
  background: #005a87;
}
.team-management-container .invite-form .btn-invite:disabled {
  background: #6c757d;
  cursor: not-allowed;
}
.team-management-container .form-error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 12px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 500;
  display: none;
}
.team-management-container .form-error.show {
  display: block;
}
.team-management-container .form-success {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 12px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 500;
  display: none;
}
.team-management-container .form-success.show {
  display: block;
}
.team-management-container .notice {
  padding: 15px;
  margin: 20px 0;
  border-radius: 5px;
  border-left: 4px solid;
}
.team-management-container .notice.notice-success {
  background: #d4edda;
  border-color: #28a745;
  color: #155724;
}
.team-management-container .notice.notice-error {
  background: #f8d7da;
  border-color: #dc3545;
  color: #721c24;
}
.team-management-container .notice p {
  margin: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .team-management-container .page-header h1 {
    font-size: 2em;
  }
  .team-management-container .page-header p {
    font-size: 1em;
  }
  .team-management-container .management-card {
    padding: 20px;
  }
  .team-management-container .member-item {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .team-management-container .page-header {
    padding: 15px;
  }
  .team-management-container .page-header h1 {
    font-size: 1.8em;
  }
  .team-management-container .management-card {
    padding: 15px;
  }
}
.team-management-container .member-item {
  transition: all 0.3s ease;
}
.team-management-container .member-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.team-management-container .btn-invite {
  transition: all 0.3s ease;
}
.team-management-container .btn-invite:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 115, 170, 0.3);
}
.team-management-container .btn-remove-member {
  transition: all 0.3s ease;
}
.team-management-container .btn-remove-member:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}
.team-management-container .member-item.invited,
.team-management-container .member-item.leader {
  display: block !important;
  width: 100% !important;
  flex-direction: column !important;
}
.team-management-container .member-item.invited .member-info,
.team-management-container .member-item.leader .member-info {
  width: 100% !important;
  flex: none !important;
  margin-left: 0 !important;
}
.team-management-container .member-item.invited .member-info h4,
.team-management-container .member-item.leader .member-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2c3e50;
  display: flex;
  align-items: center;
  gap: 8px;
}
.team-management-container .member-item.invited .member-info p,
.team-management-container .member-item.leader .member-info p {
  margin: 5px 0;
  font-size: 14px;
  color: #6c757d;
}
.team-management-container .member-item.invited .member-info .status {
  margin-top: 10px;
}
.team-management-container .member-item.invited .member-info .status-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.team-management-container .member-item.invited .member-info .status-badge.pending {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}
.team-management-container .member-item.invited .member-info .status-badge.accepted {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.team-management-container .member-item.invited .member-info .status-badge.declined {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.team-management-container .member-item.invited .member-info .status-badge.expired {
  background: #e2e3e5;
  color: #383d41;
  border: 1px solid #d6d8db;
}
.team-management-container .member-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.team-management-container .btn-edit-member {
  background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.team-management-container .btn-edit-member:hover {
  background: linear-gradient(135deg, #138496 0%, #117a8b 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(23, 162, 184, 0.3);
  color: white;
  text-decoration: none;
}
.team-management-container .btn-edit-member:active {
  transform: translateY(0);
}
.team-management-container .edit-member-form {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 25px;
  margin-top: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.team-management-container .edit-form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dee2e6;
}
.team-management-container .edit-form-header h4 {
  margin: 0;
  color: #2c3e50;
  font-size: 18px;
  font-weight: 600;
}
.team-management-container .btn-cancel-edit {
  background: #6c757d;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.team-management-container .btn-cancel-edit:hover {
  background: #5a6268;
  transform: translateY(-1px);
}
.team-management-container .edit-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.team-management-container .edit-form .form-group.full-width {
  grid-column: 1/-1;
}
.team-management-container .edit-form .form-group {
  display: flex;
  flex-direction: column;
}
.team-management-container .edit-form .form-group label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 8px;
  font-size: 14px;
}
.team-management-container .edit-form .form-group input {
  padding: 12px 15px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: white;
}
.team-management-container .edit-form .form-group input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.team-management-container .edit-form .form-group input:read-only {
  background-color: #f8f9fa;
  cursor: not-allowed;
  color: #6c757d;
}
.team-management-container .form-actions {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #dee2e6;
}
.team-management-container .btn-update-member {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
}
.team-management-container .btn-update-member:hover {
  background: linear-gradient(135deg, #218838 0%, #1e7e34 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(40, 167, 69, 0.4);
}
.team-management-container .btn-update-member:active {
  transform: translateY(0);
}
.team-management-container .btn-update-member:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.team-management-container .registered-members-section {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
.team-management-container .registered-members-section h2 {
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0073aa;
}
.team-management-container .registered-members-section p {
  color: #666;
  margin-bottom: 20px;
}
.team-management-container .registered-member-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.team-management-container .registered-member-card .member-info {
  flex: 1;
}
.team-management-container .registered-member-card .member-info h4 {
  margin: 0 0 10px 0;
  color: #2c3e50;
  font-size: 16px;
}
.team-management-container .registered-member-card .member-info p {
  margin: 5px 0;
  color: #6c757d;
  font-size: 14px;
}
.team-management-container .registered-member-card .member-info p.role {
  font-weight: 600;
  color: #0073aa;
}
.team-management-container .registered-member-card .member-actions {
  margin-left: 20px;
}
.team-management-container .btn-invite-registered {
  background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.team-management-container .btn-invite-registered:hover {
  background: linear-gradient(135deg, #45a049 0%, #3d8b40 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(76, 175, 80, 0.3);
}
.team-management-container .no-members-message {
  text-align: center;
  padding: 40px 20px;
  color: #6c757d;
  background: #f8f9fa;
  border-radius: 8px;
  border: 2px dashed #dee2e6;
}
.team-management-container .no-members-message p {
  margin: 10px 0;
  font-size: 14px;
}
.team-management-container .no-members-message p:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #495057;
}
@media (max-width: 768px) {
  .team-management-container .edit-form .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .team-management-container .form-actions {
    flex-direction: column;
  }
  .team-management-container .btn-update-member,
  .team-management-container .btn-cancel-edit {
    width: 100%;
    text-align: center;
  }
}
.team-management-container .form-group {
  position: relative;
}
.team-management-container .form-group.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #0073aa;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}

.team-members-compact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.member-compact {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
  transition: all 0.2s ease;
}
.member-compact:hover {
  background: #f0f0f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.member-compact.leader {
  background: linear-gradient(135deg, #fff3cd, #ffeaa7);
  border-color: #ffc107;
}
.member-compact.invited {
  border-left: 3px solid #0073aa;
  background: #f8f9fa;
}
.member-compact .member-avatar {
  font-size: 1.5em;
  margin-right: 12px;
  min-width: 35px;
  text-align: center;
}
.member-compact .member-details {
  flex: 1;
}
.member-compact .member-details .member-name {
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
  font-size: 14px;
}
.member-compact .member-details .member-role {
  color: #666;
  font-size: 12px;
  margin-bottom: 2px;
}
.member-compact .member-details .member-contact {
  color: #888;
  font-size: 11px;
}
.member-compact .member-status {
  margin-left: 10px;
}
.member-compact .member-status .status-badge {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.member-compact .member-status .status-badge.pending {
  background: #fff3cd;
  color: #856404;
}
.member-compact .member-status .status-badge.accepted {
  background: #d4edda;
  color: #155724;
}
.member-compact .member-status .status-badge.declined {
  background: #f8d7da;
  color: #721c24;
}
.member-compact .member-status .status-badge.expired {
  background: #e2e3e5;
  color: #6c757d;
}
@media (max-width: 768px) {
  .member-compact {
    padding: 10px 12px;
  }
  .member-compact .member-avatar {
    font-size: 1.3em;
    margin-right: 10px;
    min-width: 30px;
  }
  .member-compact .member-details .member-name {
    font-size: 13px;
  }
  .member-compact .member-details .member-role {
    font-size: 11px;
  }
  .member-compact .member-details .member-contact {
    font-size: 10px;
  }
  .member-compact .member-status {
    margin-left: 8px;
  }
  .member-compact .member-status .status-badge {
    padding: 1px 4px;
    font-size: 9px;
  }
}

.form-warning {
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
  border: 1px solid #ffc107;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 16px 0;
  color: #856404;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 4px rgba(255, 193, 7, 0.2);
}
.form-warning.show {
  display: flex;
}
.form-warning:not(.show) {
  display: none;
}
.form-warning::before {
  content: "⚠️";
  font-size: 16px;
  flex-shrink: 0;
}

.member-view-container {
  background: #fff;
  margin: 0 auto;
  padding: 20px;
}
.member-view-container .page-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 10px;
}
.member-view-container .page-header h1 {
  margin: 0 0 10px 0;
  font-size: 2.5em;
}
.member-view-container .page-header p {
  margin: 0 0 15px 0;
  font-size: 1.2em;
}
.member-view-container .page-header .invited-member-notice {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.member-view-container .page-header .invited-member-notice p {
  margin: 0;
  font-size: 1em;
}
.member-view-container .top-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .member-view-container .top-section {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.member-view-container .status-card {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.member-view-container .status-card h3 {
  color: #495057;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #007bff;
  font-size: 1.3em;
  text-align: center;
}
.member-view-container .status-card .status-info .info-item {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  padding: 10px 12px;
  margin-bottom: 8px;
}
.member-view-container .status-card .status-info .info-item .label {
  color: #6c757d;
  font-weight: 600;
}
.member-view-container .status-card .status-info .info-item .value {
  color: #495057;
  font-weight: 500;
}
.member-view-container .status-card .status-info .info-item .value.score {
  color: #28a745;
  font-weight: 700;
}
.member-view-container .team-leader-card {
  background: #fff3cd;
  border: 2px solid #ffc107;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.member-view-container .team-leader-card h3 {
  color: #856404;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffc107;
  font-size: 1.3em;
  text-align: center;
  font-weight: 600;
}
.member-view-container .team-leader-card .leader-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.member-view-container .team-leader-card .leader-profile .leader-avatar {
  font-size: 3em;
  margin-bottom: 15px;
  background: white;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 2px solid #ffc107;
}
.member-view-container .team-leader-card .leader-profile .leader-info h4 {
  color: #856404;
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 8px;
}
.member-view-container .team-leader-card .leader-profile .leader-info .leader-role {
  color: #856404;
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 15px;
  background: white;
  padding: 6px 12px;
  border-radius: 15px;
  display: inline-block;
  border: 1px solid #ffc107;
}
.member-view-container .team-leader-card .leader-profile .leader-info .leader-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 15px;
}
.member-view-container .team-leader-card .leader-profile .leader-info .leader-details .detail-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: white;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #e9ecef;
}
.member-view-container .team-leader-card .leader-profile .leader-info .leader-details .detail-item .icon {
  font-size: 1em;
}
.member-view-container .team-leader-card .leader-profile .leader-info .leader-details .detail-item .text {
  color: #495057;
  font-weight: 500;
}
.member-view-container .team-leader-card .leader-profile .leader-info .leader-experience {
  background: white;
  padding: 12px;
  border-radius: 4px;
  margin-top: 10px;
  border: 1px solid #e9ecef;
}
.member-view-container .team-leader-card .leader-profile .leader-info .leader-experience p {
  color: #495057;
  font-style: italic;
  margin: 0;
  line-height: 1.4;
  font-size: 0.9em;
}
.member-view-container .admin-invite-section {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  background: #fff3cd;
  border: 2px solid #ffc107;
  border-radius: 8px;
  padding: 25px;
}
.member-view-container .admin-invite-section h3 {
  color: #856404;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffc107;
  font-size: 1.4em;
  text-align: center;
  font-weight: 600;
}
.member-view-container .admin-invite-section .admin-members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.member-view-container .admin-invite-section .admin-member-card {
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.member-view-container .admin-invite-section .admin-member-card .member-avatar {
  font-size: 2.5em;
  margin: 0 auto 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6c757d;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: white;
}
.member-view-container .admin-invite-section .admin-member-card .member-info h4 {
  color: #333;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 8px;
}
.member-view-container .admin-invite-section .admin-member-card .member-info .role {
  background: #007bff;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.85em;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}
.member-view-container .admin-invite-section .admin-member-card .member-info .member-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 15px;
}
.member-view-container .admin-invite-section .admin-member-card .member-info .member-details .detail-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #f8f9fa;
  padding: 6px 8px;
  border-radius: 4px;
  border-left: 3px solid #007bff;
}
.member-view-container .admin-invite-section .admin-member-card .member-info .member-details .detail-item .icon {
  font-size: 0.9em;
}
.member-view-container .admin-invite-section .admin-member-card .member-info .member-details .detail-item .text {
  color: #495057;
  font-size: 0.8em;
  font-weight: 500;
}
.member-view-container .admin-invite-section .admin-member-card .member-info .experience {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 15px;
  text-align: left;
}
.member-view-container .admin-invite-section .admin-member-card .member-info .experience p {
  color: #495057;
  font-style: italic;
  margin: 0;
  line-height: 1.4;
  font-size: 0.8em;
}
.member-view-container .admin-invite-section .admin-member-card .member-info .btn-invite-admin {
  background: #28a745;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 0.9em;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.member-view-container .admin-invite-section .admin-member-card .member-info .btn-invite-admin:hover {
  background: #218838;
  transform: translateY(-1px);
}
.member-view-container .admin-invite-section .admin-member-card .member-info .btn-invite-admin:disabled {
  background: #6c757d;
  cursor: not-allowed;
  transform: none;
}
.member-view-container .team-members-section {
  max-width: 1200px;
  margin: 0 auto;
}
.member-view-container .team-members-section h3 {
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #0073aa;
  font-size: 1.6em;
  text-align: center;
  font-weight: 700;
}
.member-view-container .team-members-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .member-view-container .team-members-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.member-view-container .member-item-detailed {
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #dee2e6;
  transition: all 0.2s ease;
  position: relative;
  text-align: center;
}
.member-view-container .member-item-detailed:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-color: #007bff;
}
.member-view-container .member-item-detailed.invited {
  border-left: 4px solid #007bff;
  background: #f8f9fa;
}
.member-view-container .member-item-detailed .member-avatar {
  font-size: 2.5em;
  margin: 0 auto 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6c757d;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: white;
}
.member-view-container .member-item-detailed .member-info h4 {
  margin: 0 0 15px 0;
  color: #333;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
.member-view-container .member-item-detailed .member-info .role {
  display: inline-block;
  background: #007bff;
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 15px;
}
.member-view-container .member-item-detailed .member-info .member-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .member-view-container .member-item-detailed .member-info .member-details {
    grid-template-columns: 1fr;
  }
}
.member-view-container .member-item-detailed .member-info .member-details .detail-item {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f8f9fa;
  padding: 8px 10px;
  border-radius: 4px;
  border-left: 3px solid #007bff;
}
.member-view-container .member-item-detailed .member-info .member-details .detail-item .icon {
  font-size: 1em;
  min-width: 16px;
}
.member-view-container .member-item-detailed .member-info .member-details .detail-item .text {
  color: #495057;
  font-size: 0.85em;
  font-weight: 500;
  word-break: break-all;
}
.member-view-container .member-item-detailed .member-info .experience {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 15px;
  text-align: left;
}
.member-view-container .member-item-detailed .member-info .experience p {
  color: #495057;
  font-style: italic;
  margin: 0;
  line-height: 1.4;
  font-size: 0.85em;
}
.member-view-container .member-item-detailed .member-info .status {
  text-align: center;
}
.member-view-container .member-item-detailed .member-info .status .status-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.member-view-container .member-item-detailed .member-info .status .status-badge.pending {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}
.member-view-container .member-item-detailed .member-info .status .status-badge.accepted {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.member-view-container .member-item-detailed .member-info .status .status-badge.declined {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.member-view-container .member-item-detailed .member-info .status .status-badge.expired {
  background: #e2e3e5;
  color: #6c757d;
  border: 1px solid #d6d8db;
}
.member-view-container .status-info .info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.member-view-container .status-info .info-item:last-child {
  border-bottom: none;
}
.member-view-container .status-info .info-item .label {
  font-weight: 600;
  color: #555;
}
.member-view-container .status-info .info-item .value {
  color: #333;
  font-weight: 500;
}
.member-view-container .status-info .info-item .value.score {
  color: #28a745;
  font-weight: 600;
  font-size: 1.1em;
}
.member-view-container .quick-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 20px;
}
.member-view-container .quick-actions .action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  background: #0073aa;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-align: center;
}
.member-view-container .quick-actions .action-btn:hover {
  background: #005a87;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 115, 170, 0.3);
}
.member-view-container .quick-actions .action-btn.secondary {
  background: #6c757d;
}
.member-view-container .quick-actions .action-btn.secondary:hover {
  background: #5a6268;
}
@media (max-width: 768px) {
  .member-view-container .page-header {
    padding: 15px;
  }
  .member-view-container .page-header h1 {
    font-size: 2em;
  }
  .member-view-container .page-header p {
    font-size: 1em;
  }
  .member-view-container .dashboard-card {
    padding: 20px;
  }
  .member-view-container .member-item-detailed {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .member-view-container .page-header {
    padding: 12px;
  }
  .member-view-container .page-header h1 {
    font-size: 1.8em;
  }
  .member-view-container .dashboard-card {
    padding: 15px;
  }
}
.member-view-container .member-item-detailed {
  animation: fadeInUp 0.6s ease-out;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.member-view-container .invited-member-notice {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.auth-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #f8f9fa;
  padding: 20px;
}
.auth-container .auth-wrapper {
  max-width: 400px;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.auth-container .auth-wrapper .auth-logo {
  max-width: 150px;
  margin-bottom: 20px;
}
.auth-container .auth-wrapper h2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 24px;
}
.auth-container .auth-wrapper .notice {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 14px;
}
.auth-container .auth-wrapper .notice.notice-success {
  background: rgb(68.6786018755%, 92.4978687127%, 74.1176470588%);
  color: rgb(11.8215402103%, 49.3549303779%, 20.3921568627%);
  border: 1px solid #28a745;
}
.auth-container .auth-wrapper .notice.notice-error {
  background: rgb(98.0888557955%, 88.9699677339%, 89.843633656%);
  color: rgb(74.2020352445%, 12.8567882849%, 18.7341772152%);
  border: 1px solid #dc3545;
}
.auth-container .auth-wrapper .auth-form .form-group {
  margin-bottom: 20px;
  text-align: left;
}
.auth-container .auth-wrapper .auth-form .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-weight: 500;
}
.auth-container .auth-wrapper .auth-form .form-group input[type=text],
.auth-container .auth-wrapper .auth-form .form-group input[type=email],
.auth-container .auth-wrapper .auth-form .form-group input[type=password] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.3s;
}
.auth-container .auth-wrapper .auth-form .form-group input[type=text]:focus,
.auth-container .auth-wrapper .auth-form .form-group input[type=email]:focus,
.auth-container .auth-wrapper .auth-form .form-group input[type=password]:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}
.auth-container .auth-wrapper .auth-form .form-group .password-wrapper {
  position: relative;
}
.auth-container .auth-wrapper .auth-form .form-group .password-wrapper .password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}
.auth-container .auth-wrapper .auth-form .form-group .password-wrapper .password-toggle:focus {
  outline: none;
  color: #007bff;
}
.auth-container .auth-wrapper .auth-form .form-group small {
  display: block;
  color: #333;
  font-size: 12px;
  margin-top: 5px;
}
.auth-container .auth-wrapper .auth-form .form-group .checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.auth-container .auth-wrapper .auth-form .form-group .checkbox-label input[type=checkbox] {
  display: none;
}
.auth-container .auth-wrapper .auth-form .form-group .checkbox-label input[type=checkbox] + .tick {
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 8px;
  position: relative;
}
.auth-container .auth-wrapper .auth-form .form-group .checkbox-label input[type=checkbox] + .tick:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #007bff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.auth-container .auth-wrapper .auth-form .form-group .checkbox-label input[type=checkbox]:checked + .tick:before {
  opacity: 1;
}
.auth-container .auth-wrapper .auth-form .form-actions {
  margin-top: 20px;
}
.auth-container .auth-wrapper .auth-form .form-actions .btn-submit {
  background: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}
.auth-container .auth-wrapper .auth-form .form-actions .btn-submit:hover {
  background: #0056b3;
}
.auth-container .auth-wrapper .auth-form .form-actions .btn-submit:disabled {
  background: rgb(76.6666666667%, 76.6666666667%, 76.6666666667%);
  cursor: not-allowed;
}
.auth-container .auth-wrapper .auth-links {
  margin-top: 20px;
  font-size: 14px;
}
.auth-container .auth-wrapper .auth-links a {
  color: #007bff;
  text-decoration: none;
}
.auth-container .auth-wrapper .auth-links a:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .auth-container .auth-wrapper {
    padding: 20px;
  }
  .auth-container .auth-logo {
    max-width: 120px;
  }
  .auth-container h2 {
    font-size: 20px;
  }
}

.round2-leaderboard-page,
.chung-ket-leaderboard-page {
  position: relative;
  background: lab(8.11897% 0.811279 -12.254);
}
.round2-leaderboard-page:after,
.chung-ket-leaderboard-page:after {
  opacity: 0;
  animation: none;
}
.round2-leaderboard-page .floating-glow,
.chung-ket-leaderboard-page .floating-glow {
  position: fixed;
  width: 55vw;
  height: 65vh;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  filter: blur(24px);
  opacity: 0.1;
  mix-blend-mode: screen;
  box-shadow: 0 0 80px 20px rgba(103, 80, 164, 0.18), 0 0 120px 40px rgba(102, 126, 234, 0.12);
  z-index: 3;
  pointer-events: none;
  will-change: transform;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
.round2-leaderboard-page::before,
.chung-ket-leaderboard-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: var(--leaderboard-logo-url);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50vw auto;
  opacity: 0.5;
  z-index: -1;
  animation: lbZoom 10s ease-in-out infinite alternate;
  pointer-events: none;
  filter: grayscale(1);
}
@keyframes lbZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.round2-leaderboard-page .leaderboard-wrap,
.chung-ket-leaderboard-page .leaderboard-wrap {
  position: relative;
  z-index: 1; /* ensure content sits above runner */
  color: #FFF;
}
.round2-leaderboard-page .leaderboard-container,
.chung-ket-leaderboard-page .leaderboard-container {
  margin: 0 auto;
  padding: 14px 16px 18px;
}
.round2-leaderboard-page .leaderboard-top,
.chung-ket-leaderboard-page .leaderboard-top {
  display: grid;
  grid-template-columns: 175px 1fr 175px;
  align-items: center;
  gap: 16px;
}
.round2-leaderboard-page .leaderboard-logo img,
.chung-ket-leaderboard-page .leaderboard-logo img {
  max-width: 144px;
  width: 100%;
  height: auto;
  display: block;
}
.round2-leaderboard-page .leaderboard-title,
.chung-ket-leaderboard-page .leaderboard-title {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  color: #FFF;
}
.round2-leaderboard-page .leaderboard-select-row,
.chung-ket-leaderboard-page .leaderboard-select-row {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-direction: column;
}
.round2-leaderboard-page,
.chung-ket-leaderboard-page {
  /* Polished select styling */
}
.round2-leaderboard-page .leaderboard-select,
.chung-ket-leaderboard-page .leaderboard-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  padding: 12px 44px 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23ffffff%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpolyline points=%276 9 12 15 18 9%27%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px 18px;
}
.round2-leaderboard-page .leaderboard-select:hover,
.chung-ket-leaderboard-page .leaderboard-select:hover {
  border-color: rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.08);
}
.round2-leaderboard-page .leaderboard-select:focus,
.chung-ket-leaderboard-page .leaderboard-select:focus {
  outline: none;
  border-color: #38bdf8;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.25), 0 10px 28px rgba(0, 0, 0, 0.55);
  background-color: rgba(255, 255, 255, 0.1);
}
.round2-leaderboard-page .leaderboard-select option,
.chung-ket-leaderboard-page .leaderboard-select option {
  color: #0f172a;
  background: #ffffff;
}
.round2-leaderboard-page .leaderboard-subrow,
.chung-ket-leaderboard-page .leaderboard-subrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #cbd5e1;
  font-size: 14px;
}
.round2-leaderboard-page .leaderboard-subrow .left,
.chung-ket-leaderboard-page .leaderboard-subrow .left {
  font-weight: 700;
  color: #e2e8f0;
}
.round2-leaderboard-page .leaderboard-subrow .right,
.chung-ket-leaderboard-page .leaderboard-subrow .right {
  font-weight: 600;
  color: #9f9f9f;
  font-size: 13px;
}
.round2-leaderboard-page .mode-toggle-btn,
.chung-ket-leaderboard-page .mode-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  color: #e2e8f0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
}
.round2-leaderboard-page .mode-toggle-btn:hover,
.chung-ket-leaderboard-page .mode-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}
.round2-leaderboard-page .mode-toggle-btn .mode-icon,
.chung-ket-leaderboard-page .mode-toggle-btn .mode-icon {
  font-size: 18px;
  line-height: 1;
}
.round2-leaderboard-page .mode-toggle-btn .mode-text,
.chung-ket-leaderboard-page .mode-toggle-btn .mode-text {
  font-size: 13px;
}
@media (max-width: 768px) {
  .round2-leaderboard-page .leaderboard-top,
  .chung-ket-leaderboard-page .leaderboard-top {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .round2-leaderboard-page .leaderboard-title,
  .chung-ket-leaderboard-page .leaderboard-title {
    font-size: 26px;
  }
}
.round2-leaderboard-page .round2-container,
.round2-leaderboard-page .chung-ket-container,
.chung-ket-leaderboard-page .round2-container,
.chung-ket-leaderboard-page .chung-ket-container {
  max-width: 100%;
  margin: 30px auto 24px;
  padding: 0 16px;
  min-height: 250px;
}
.round2-leaderboard-page .round2-card,
.round2-leaderboard-page .chung-ket-card,
.chung-ket-leaderboard-page .round2-card,
.chung-ket-leaderboard-page .chung-ket-card {
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 16px;
  padding: 28px 28px 20px;
}
.round2-leaderboard-page .score-legend,
.chung-ket-leaderboard-page .score-legend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  color: #e2e8f0;
  font-size: 13px;
}
.round2-leaderboard-page .score-legend .hint,
.chung-ket-leaderboard-page .score-legend .hint {
  color: #94a3b8;
}
.round2-leaderboard-page .row_layout,
.chung-ket-leaderboard-page .row_layout {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  padding: 15px 8px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}
.round2-leaderboard-page .row_layout.change-highlight .score,
.chung-ket-leaderboard-page .row_layout.change-highlight .score {
  background-color: rgb(255, 255, 255);
  box-shadow: inset 0px 1px 5px 6px #ffffff, 0px 2px 67px 0px rgba(255, 255, 255, 0.27);
}
.round2-leaderboard-page .row_layout:last-child,
.chung-ket-leaderboard-page .row_layout:last-child {
  border-bottom: none;
}
.round2-leaderboard-page .row_layout.header,
.chung-ket-leaderboard-page .row_layout.header {
  background: rgba(30, 41, 59, 0.6);
  border-radius: 8px;
  font-weight: 700;
  color: #e2e8f0;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.round2-leaderboard-page .row_layout .rank,
.chung-ket-leaderboard-page .row_layout .rank {
  text-align: center;
  color: #cbd5e1;
  font-weight: 600;
  width: 25px;
}
.round2-leaderboard-page .row_layout .team,
.chung-ket-leaderboard-page .row_layout .team {
  font-weight: 600;
  color: #f8fafc;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.round2-leaderboard-page .row_layout .team .team_name,
.round2-leaderboard-page .row_layout .team .badge,
.chung-ket-leaderboard-page .row_layout .team .team_name,
.chung-ket-leaderboard-page .row_layout .team .badge {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.round2-leaderboard-page .badge,
.chung-ket-leaderboard-page .badge {
  display: inline-block;
  padding: 2px 8px;
  background: rgba(99, 102, 241, 0.12);
  color: #c7d2fe;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid rgba(221, 221, 221, 0.0509803922);
}
.round2-leaderboard-page .bar-wrap,
.chung-ket-leaderboard-page .bar-wrap {
  position: relative;
  height: 16px;
  background: rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.round2-leaderboard-page .bar,
.chung-ket-leaderboard-page .bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  /* border-radius: 999px; */
  transition: width 1s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.round2-leaderboard-page .bar-label,
.chung-ket-leaderboard-page .bar-label {
  margin-left: 5px;
  font-weight: 800;
  color: #f8fafc;
  position: absolute;
  left: 15px;
}
.round2-leaderboard-page .score,
.chung-ket-leaderboard-page .score {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 30px;
  width: 100%;
  background: rgba(221, 221, 221, 0.431372549);
  border-radius: 20px;
  overflow: hidden;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.round2-leaderboard-page .sk-line,
.chung-ket-leaderboard-page .sk-line {
  display: inline-block;
  background: linear-gradient(90deg, rgba(148, 163, 184, 0.18), rgba(148, 163, 184, 0.35), rgba(148, 163, 184, 0.18));
  background-size: 200% 100%;
  animation: shimmer 1.2s ease-in-out infinite;
  border-radius: 6px;
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.round2-leaderboard-page,
.chung-ket-leaderboard-page {
  /* Realtime animations */
}
.round2-leaderboard-page .rank-bounce,
.chung-ket-leaderboard-page .rank-bounce {
  animation: rankUp 0.6s ease;
}
@keyframes rankUp {
  0% {
    transform: translateY(6px);
    background: rgba(34, 197, 94, 0.18);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
    background: transparent;
  }
}
.round2-leaderboard-page .score-up,
.chung-ket-leaderboard-page .score-up {
  animation: scoreUp 0.6s ease;
}
.round2-leaderboard-page .score-down,
.chung-ket-leaderboard-page .score-down {
  animation: scoreDown 0.6s ease;
}
@keyframes scoreUp {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(34, 197, 94, 0);
  }
}
@keyframes scoreDown {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.5);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(239, 68, 68, 0);
  }
}
.round2-leaderboard-page .change-highlight,
.chung-ket-leaderboard-page .change-highlight {
  animation: changeGlow 0.9s ease; /* quick, noticeable but subtle */
}
@keyframes changeGlow {
  0% {
    background: rgba(147, 197, 253, 0.2);
    box-shadow: 0 0 0 0 rgba(147, 197, 253, 0.45);
  }
  60% {
    background: rgba(147, 197, 253, 0.1);
    box-shadow: 0 0 0 12px rgba(147, 197, 253, 0);
  }
  100% {
    background: transparent;
    box-shadow: none;
  }
}
@keyframes flash-bg {
  0% {
    background-color: rgb(255, 255, 255);
  }
  100% {
    background-color: transparent;
  }
}
.round2-leaderboard-page,
.chung-ket-leaderboard-page {
  /* Smooth move visuals */
}
.round2-leaderboard-page .row_layout.moving,
.chung-ket-leaderboard-page .row_layout.moving {
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.2, 0.6, 0.2, 1), box-shadow 0.45s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.round2-leaderboard-page .row_layout.move-highlight,
.chung-ket-leaderboard-page .row_layout.move-highlight {
  animation: moveGlow 0.6s ease;
}
@keyframes moveGlow {
  0% {
    background: rgba(147, 197, 253, 0.18);
  }
  100% {
    background: transparent;
  }
}
.round2-leaderboard-page,
.chung-ket-leaderboard-page {
  /* Layout toggle button */
}
.round2-leaderboard-page .layout-toggle,
.chung-ket-leaderboard-page .layout-toggle {
  position: absolute;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(148, 163, 184, 0.18);
  border: 1px solid rgba(148, 163, 184, 0.3);
  color: #e2e8f0;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background 0.2s ease, transform 0.15s ease;
  z-index: 2;
}
.round2-leaderboard-page .layout-toggle:hover,
.chung-ket-leaderboard-page .layout-toggle:hover {
  background: rgba(148, 163, 184, 0.28);
}
.round2-leaderboard-page .layout-toggle:active,
.chung-ket-leaderboard-page .layout-toggle:active {
  transform: translateX(-50%) scale(0.98);
}
.round2-leaderboard-page,
.chung-ket-leaderboard-page {
  /* Two-column layout */
}
.round2-leaderboard-page .round2-card,
.round2-leaderboard-page .chung-ket-card,
.chung-ket-leaderboard-page .round2-card,
.chung-ket-leaderboard-page .chung-ket-card {
  position: relative;
}
.round2-leaderboard-page .board,
.chung-ket-leaderboard-page .board {
  display: flex;
  flex-direction: column;
}
.round2-leaderboard-page .board.two-cols,
.chung-ket-leaderboard-page .board.two-cols {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-direction: row;
}
.round2-leaderboard-page .board.two-cols .col,
.chung-ket-leaderboard-page .board.two-cols .col {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.round2-leaderboard-page .board.two-cols .row_layout.header,
.chung-ket-leaderboard-page .board.two-cols .row_layout.header {
  display: none;
}

.runner-icon {
  display: inline-block;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  pointer-events: none;
}

.runner-icon.running-right {
  animation: runRight 0.6s ease-in-out;
}

.runner-icon.running-left {
  animation: runLeft 0.6s ease-in-out;
}

@keyframes runRight {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  25% {
    transform: translateY(-50%) translateX(4px) scaleX(1);
  }
  50% {
    transform: translateY(-50%) translateX(8px) scaleX(1.1);
  }
  75% {
    transform: translateY(-50%) translateX(4px) scaleX(1);
  }
  100% {
    transform: translateY(-50%) translateX(0);
  }
}
@keyframes runLeft {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  25% {
    transform: translateY(-50%) translateX(-4px) scaleX(-1);
  }
  50% {
    transform: translateY(-50%) translateX(-8px) scaleX(-1.1);
  }
  75% {
    transform: translateY(-50%) translateX(-4px) scaleX(-1);
  }
  100% {
    transform: translateY(-50%) translateX(0);
  }
}
.round3-leaderboard .round2-card,
.round3-leaderboard .chung-ket-card {
  font-size: 24px;
}
.round3-leaderboard .score {
  height: 40px;
}
.round3-leaderboard .badge {
  font-size: 25px;
}
.round3-leaderboard .bar-label {
  left: 25px;
  font-size: 24px;
}
.round3-leaderboard .row_layout {
  padding: 20px 15px;
  font-size: 24px;
}
.round3-leaderboard .row_layout .rank {
  width: 40px;
  font-size: 24px;
}
.round3-leaderboard .row_layout .team {
  gap: 15px;
  font-size: 24px;
}
.round3-leaderboard .row_layout .team .team_name {
  font-size: 24px;
}
.round3-leaderboard .leaderboard-wrap {
  font-size: 25px;
}
.round3-leaderboard .leaderboard-title {
  font-size: 52px;
}
.round3-leaderboard .leaderboard-subrow .right {
  font-size: 14px;
}
.round3-leaderboard .leaderboard-subrow .left {
  font-size: 16px;
}
.round3-leaderboard .row_layout.header {
  font-size: 24px;
}

:root {
  --bgk-primary-bg: rgba(15, 23, 42, 0.98);
  --bgk-secondary-bg: rgba(30, 41, 59, 0.95);
  --bgk-border-color: rgba(100, 116, 139, 0.2);
  --bgk-border-accent: rgba(59, 130, 246, 0.4);
  --bgk-text-primary: #e2e8f0;
  --bgk-text-secondary: rgba(226, 232, 240, 0.7);
  --bgk-text-muted: rgba(226, 232, 240, 0.5);
  --bgk-accent-blue: #3b82f6;
  --bgk-accent-blue-light: rgba(59, 130, 246, 0.15);
  --bgk-accent-green: #22c55e;
  --bgk-accent-green-light: rgba(34, 197, 94, 0.15);
  --bgk-accent-amber: #f59e0b;
  --bgk-accent-amber-light: rgba(245, 158, 11, 0.2);
  --bgk-hover-bg: rgba(59, 130, 246, 0.08);
  --bgk-highlight-bg: rgba(245, 158, 11, 0.2);
}

.bgk-view-score {
  /* Team Selection Section */
}
.bgk-view-score .bgk-detail-team-selection {
  margin-bottom: 32px;
}
.bgk-view-score .bgk-detail-section-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--bgk-text-secondary);
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.bgk-view-score .bgk-detail-team-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.bgk-view-score .bgk-detail-team-btn {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid var(--bgk-border-color);
  border-radius: 8px;
  text-decoration: none;
  color: var(--bgk-text-primary);
  font-weight: 400;
  font-size: 0.95em;
  background: transparent;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}
.bgk-view-score .bgk-detail-team-btn:hover {
  background: var(--bgk-hover-bg);
  border-color: var(--bgk-accent-blue);
  transform: translateY(-1px);
}
.bgk-view-score .bgk-detail-team-btn-active {
  background: var(--bgk-accent-blue-light);
  border-color: var(--bgk-accent-blue);
  font-weight: 600;
  color: var(--bgk-text-primary);
}
.bgk-view-score .bgk-detail-team-name {
  color: inherit;
}
.bgk-view-score .bgk-detail-team-org {
  color: var(--bgk-text-secondary);
  font-size: 0.9em;
}
.bgk-view-score {
  /* Table Title */
}
.bgk-view-score .bgk-detail-table-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
  color: var(--bgk-text-secondary);
  letter-spacing: 0.3px;
}
.bgk-view-score .bgk-detail-team-highlight {
  color: var(--bgk-text-primary);
  font-weight: 700;
}
.bgk-view-score .bgk-detail-team-org-title {
  color: var(--bgk-text-secondary);
  font-weight: 400;
}
.bgk-view-score {
  /* Animated Border Wrapper */
}
.bgk-view-score .bgk-detail-border-wrapper {
  position: relative;
  padding: 2px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.6) 0%, rgba(100, 116, 139, 0.4) 50%, rgba(59, 130, 246, 0.6) 100%);
  background-size: 200% 200%;
  animation: bgkBorderFlow 3s ease infinite;
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.2), 0 4px 24px rgba(15, 23, 42, 0.5), inset 0 0 20px rgba(59, 130, 246, 0.05);
}
@keyframes bgkBorderFlow {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.bgk-view-score {
  /* Table Styles */
}
.bgk-view-score .bgk-detail-table-wrapper {
  overflow-x: auto;
}
.bgk-view-score .bgk-detail-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bgk-primary-bg);
  backdrop-filter: blur(20px);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.03);
}
.bgk-view-score {
  /* Table Header */
}
.bgk-view-score .bgk-detail-table-header {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.12) 0%, rgba(100, 116, 139, 0.08) 100%);
  border-bottom: 2px solid var(--bgk-border-accent);
}
.bgk-view-score .bgk-detail-th-bgk,
.bgk-view-score .bgk-detail-th-criterion,
.bgk-view-score .bgk-detail-th-total {
  padding: 20px 18px;
  text-align: left;
  font-weight: 700;
  font-size: 0.9em;
  letter-spacing: 0.4px;
  color: var(--bgk-text-primary);
  text-transform: uppercase;
  border-right: 1px solid var(--bgk-border-color);
}
.bgk-view-score .bgk-detail-th-criterion {
  text-align: center;
}
.bgk-view-score .bgk-detail-th-total {
  text-align: center;
  color: var(--bgk-accent-green);
  border-right: none;
}
.bgk-view-score .bgk-detail-criterion-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.bgk-view-score .bgk-detail-criterion-name {
  font-size: 0.95em;
  color: var(--bgk-text-primary);
}
.bgk-view-score .bgk-detail-criterion-max {
  font-size: 0.75em;
  color: var(--bgk-text-muted);
  font-weight: 500;
  letter-spacing: 0.2px;
}
.bgk-view-score {
  /* Table Rows */
}
.bgk-view-score .bgk-detail-table-row {
  border-bottom: 1px solid var(--bgk-border-color);
  transition: background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.bgk-view-score .bgk-detail-table-row:hover {
  background: var(--bgk-hover-bg);
}
.bgk-view-score .bgk-detail-table-row.change-highlight {
  animation: bgkHighlightChange 2s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes bgkHighlightChange {
  0% {
    background-color: rgba(34, 197, 94, 0.2);
    box-shadow: inset 0 0 20px rgba(34, 197, 94, 0.15);
  }
  50% {
    background-color: rgba(34, 197, 94, 0.12);
  }
  100% {
    background-color: transparent;
    box-shadow: none;
  }
}
.bgk-view-score .bgk-detail-td-score.change-highlight,
.bgk-view-score .bgk-detail-td-total.change-highlight {
  animation: bgkScoreHighlight 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes bgkScoreHighlight {
  0% {
    background-color: rgba(34, 197, 94, 0.25);
    color: var(--bgk-accent-green);
    transform: scale(1.05);
  }
  50% {
    background-color: rgba(34, 197, 94, 0.15);
  }
  100% {
    background-color: transparent;
    transform: scale(1);
  }
}
.bgk-view-score .bgk-detail-td-name {
  padding: 18px;
  color: var(--bgk-text-primary);
  font-weight: 500;
  font-size: 0.95em;
  border-right: 1px solid var(--bgk-border-color);
}
.bgk-view-score .bgk-detail-name-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bgk-view-score .bgk-detail-bgk-name {
  color: var(--bgk-text-primary);
}
.bgk-view-score .bgk-detail-tech-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: var(--bgk-accent-amber-light);
  color: var(--bgk-accent-amber);
  border-radius: 6px;
  font-size: 0.75em;
  font-weight: 600;
  border: 1px solid rgba(245, 158, 11, 0.3);
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.bgk-view-score .bgk-detail-td-score {
  padding: 18px;
  text-align: center;
  font-weight: 400;
  font-size: 0.95em;
  color: var(--bgk-text-muted);
  border-right: 1px solid var(--bgk-border-color);
  font-variant-numeric: tabular-nums;
}
.bgk-view-score .bgk-detail-score-has-value {
  color: var(--bgk-accent-green);
  font-weight: 700;
  font-size: 1.05em;
}
.bgk-view-score .bgk-detail-td-total {
  padding: 18px;
  text-align: center;
  font-weight: 800;
  font-size: 1.1em;
  color: var(--bgk-text-muted);
  font-variant-numeric: tabular-nums;
  border-left: 2px solid transparent;
}
.bgk-view-score .bgk-detail-total-has-value {
  color: var(--bgk-accent-green);
}
.bgk-view-score {
  /* Total Row */
}
.bgk-view-score .bgk-detail-table-total {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(100, 116, 139, 0.1) 100%);
  border-top: 2px solid var(--bgk-border-accent);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.05);
}
.bgk-view-score .bgk-detail-td-total-label {
  padding: 22px 18px;
  font-weight: 800;
  color: var(--bgk-text-primary);
  font-size: 1.05em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-right: 1px solid var(--bgk-border-color);
}
.bgk-view-score .bgk-detail-td-criterion-total {
  padding: 22px 18px;
  text-align: center;
  font-weight: 800;
  color: var(--bgk-accent-green);
  font-size: 1.1em;
  border-right: 1px solid var(--bgk-border-color);
  font-variant-numeric: tabular-nums;
}
.bgk-view-score .bgk-detail-td-grand-total {
  padding: 22px 18px;
  text-align: center;
  font-weight: 900;
  color: var(--bgk-accent-green);
  font-size: 1.25em;
  letter-spacing: 0.5px;
  font-variant-numeric: tabular-nums;
}
.bgk-view-score .bgk-detail-empty-state {
  padding: 50px 40px;
  text-align: center;
  color: var(--bgk-text-muted);
  font-size: 0.95em;
  font-weight: 500;
}
.bgk-view-score .bgk-detail-helper {
  margin-top: 20px;
  text-align: center;
  color: var(--bgk-text-secondary);
  font-size: 0.95em;
}
.bgk-view-score {
  /* Responsive */
}
@media (max-width: 768px) {
  .bgk-view-score .bgk-detail-team-buttons {
    flex-direction: column;
  }
  .bgk-view-score .bgk-detail-team-btn {
    width: 100%;
    text-align: center;
  }
  .bgk-view-score .bgk-detail-table-wrapper {
    overflow-x: scroll;
  }
  .bgk-view-score .bgk-detail-table {
    min-width: 800px;
  }
}

/* =============================================================================
   Round 3 Team Dashboard Styles
   ========================================================================== */
/* Dark Scrollbar Styles */
*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
*::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
*::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
*::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}
*::-webkit-scrollbar-thumb:active {
  background: rgba(255, 255, 255, 0.4);
}

.round3-team-dashboard {
  min-height: 100vh;
  padding: 20px 0;
  background: radial-gradient(circle at 20% 20%, rgba(0, 212, 255, 0.2), transparent 45%), radial-gradient(circle at 80% 0%, rgba(16, 185, 129, 0.2), transparent 35%), linear-gradient(135deg, #0b1224 0%, #111936 35%, #040609 100%);
  position: relative;
  overflow: hidden;
}
.round3-team-dashboard::before, .round3-team-dashboard::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.round3-team-dashboard::before {
  background: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.08), transparent 60%);
  filter: blur(10px);
  opacity: 0.9;
}
.round3-team-dashboard::after {
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.5;
}
.parent-modal .round3-team-dashboard.round3-chatbox-dashboard {
  z-index: 9999;
}
.round3-team-dashboard .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.round3-team-dashboard h1 {
  color: #fff;
  text-align: center;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  margin-bottom: 12px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  animation: fadeInDown 0.6s ease-out;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.round3-team-dashboard h2 {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 500;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  animation: fadeInDown 0.8s ease-out;
  line-height: 1.4;
}
.round3-team-dashboard h3 {
  color: #fff;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.3px;
}
.round3-team-dashboard h4 {
  color: #fff;
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 16px;
}
.round3-team-dashboard .waiting-section {
  background: rgba(7, 12, 24, 0.7);
  padding: clamp(60px, 8vw, 100px) clamp(30px, 5vw, 60px);
  border-radius: 24px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
  animation: fadeInScale 0.8s ease-out;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.round3-team-dashboard .waiting-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(0, 212, 255, 0.1) 50%, transparent 70%);
  animation: shimmer 3s infinite;
}
.round3-team-dashboard .waiting-section .waiting-content {
  position: relative;
  z-index: 1;
}
.round3-team-dashboard .waiting-section .waiting-icon {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.round3-team-dashboard .waiting-section .waiting-icon .pulse-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #00d4ff;
  border-radius: 50%;
  opacity: 0;
  animation: pulse-ring 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.round3-team-dashboard .waiting-section .waiting-icon .pulse-ring:nth-child(1) {
  animation-delay: 0s;
}
.round3-team-dashboard .waiting-section .waiting-icon .pulse-ring:nth-child(2) {
  animation-delay: 0.5s;
}
.round3-team-dashboard .waiting-section .waiting-icon .pulse-ring:nth-child(3) {
  animation-delay: 1s;
}
.round3-team-dashboard .waiting-section .waiting-icon .waiting-icon-inner {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 212, 255, 0.4), 0 0 0 8px rgba(0, 212, 255, 0.1);
  animation: iconFloat 3s ease-in-out infinite;
}
.round3-team-dashboard .waiting-section .waiting-icon .waiting-icon-inner svg {
  width: 40px;
  height: 40px;
  color: white;
  animation: iconRotate 4s linear infinite;
}
.round3-team-dashboard .waiting-section .waiting-title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  margin-bottom: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  line-height: 1.3;
}
.round3-team-dashboard .waiting-section .waiting-title .title-text {
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.round3-team-dashboard .waiting-section .waiting-title .title-dots {
  display: inline-flex;
  gap: 4px;
}
.round3-team-dashboard .waiting-section .waiting-title .title-dots .dot {
  animation: dotBounce 1.4s ease-in-out infinite;
  font-size: clamp(24px, 4vw, 36px);
  color: #00d4ff;
}
.round3-team-dashboard .waiting-section .waiting-title .title-dots .dot:nth-child(1) {
  animation-delay: 0s;
}
.round3-team-dashboard .waiting-section .waiting-title .title-dots .dot:nth-child(2) {
  animation-delay: 0.2s;
}
.round3-team-dashboard .waiting-section .waiting-title .title-dots .dot:nth-child(3) {
  animation-delay: 0.4s;
}
.round3-team-dashboard .waiting-section .waiting-message {
  font-size: clamp(16px, 2.5vw, 20px);
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.round3-team-dashboard .waiting-section .loading-bars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 50px;
}
.round3-team-dashboard .waiting-section .loading-bars .bar {
  width: 8px;
  height: 40px;
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  border-radius: 4px;
  animation: barWave 1.2s ease-in-out infinite;
}
.round3-team-dashboard .waiting-section .loading-bars .bar:nth-child(1) {
  animation-delay: 0s;
}
.round3-team-dashboard .waiting-section .loading-bars .bar:nth-child(2) {
  animation-delay: 0.1s;
}
.round3-team-dashboard .waiting-section .loading-bars .bar:nth-child(3) {
  animation-delay: 0.2s;
}
.round3-team-dashboard .waiting-section .loading-bars .bar:nth-child(4) {
  animation-delay: 0.3s;
}
.round3-team-dashboard .waiting-section .loading-bars .bar:nth-child(5) {
  animation-delay: 0.4s;
}
.round3-team-dashboard .config-section {
  background: rgba(7, 12, 24, 0.7);
  padding: clamp(32px, 4vw, 10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  margin-bottom: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 212, 255, 0.1) inset;
  backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
  animation: fadeInUp 0.8s ease-out;
}
.round3-team-dashboard .config-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #00d4ff 0%, #10b981 50%, #00d4ff 100%);
  background-size: 200% 100%;
  animation: gradientShift 3s ease infinite;
}
.round3-team-dashboard .config-section.disabled {
  opacity: 0.6;
  pointer-events: none;
  filter: grayscale(0.3);
}
.round3-team-dashboard .config-section .config-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
  gap: 20px;
}
.round3-team-dashboard .config-section .config-header h3 {
  margin: 0;
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  flex: 1;
  min-width: 200px;
}
.round3-team-dashboard .config-section .config-header .config-timer-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.round3-team-dashboard .config-section .config-header .config-timer-wrapper .timer-label {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.3px;
}
.round3-team-dashboard .config-section .config-header .config-timer-wrapper .timer-display {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  color: #ff6b6b;
  font-family: "Courier New", monospace;
  padding: 12px 20px;
  background: rgba(255, 107, 107, 0.1);
  border-radius: 12px;
  border: 2px solid #ff6b6b;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3), 0 0 0 4px rgba(255, 107, 107, 0.1);
  animation: timerPulse 2s ease-in-out infinite;
  letter-spacing: 2px;
}
.round3-team-dashboard .config-section .config-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
@media (max-width: 1024px) {
  .round3-team-dashboard .config-section .config-layout {
    grid-template-columns: 1fr;
  }
}
.round3-team-dashboard .config-section .config-layout > * {
  min-width: 0;
  max-width: 100%;
}
.round3-team-dashboard .config-section .config-form-wrapper .admin-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .round3-team-dashboard .config-section .config-form-wrapper .admin-info-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.round3-team-dashboard .config-section .config-form-wrapper .admin-info-grid .admin-info-left,
.round3-team-dashboard .config-section .config-form-wrapper .admin-info-grid .admin-info-right {
  min-width: 0;
}
.round3-team-dashboard .config-section .config-form-wrapper .admin-info-grid #admin-selected-team-info {
  margin-top: 16px;
}
.round3-team-dashboard .config-section .config-form-wrapper .admin-info-grid .config-field {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field {
  margin-bottom: 24px;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field textarea,
.round3-team-dashboard .config-section .config-form-wrapper .config-field input[type=number],
.round3-team-dashboard .config-section .config-form-wrapper .config-field input[type=text],
.round3-team-dashboard .config-section .config-form-wrapper .config-field select {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  backdrop-filter: blur(10px);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field textarea::placeholder,
.round3-team-dashboard .config-section .config-form-wrapper .config-field input[type=number]::placeholder,
.round3-team-dashboard .config-section .config-form-wrapper .config-field input[type=text]::placeholder,
.round3-team-dashboard .config-section .config-form-wrapper .config-field select::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field textarea:hover,
.round3-team-dashboard .config-section .config-form-wrapper .config-field input[type=number]:hover,
.round3-team-dashboard .config-section .config-form-wrapper .config-field input[type=text]:hover,
.round3-team-dashboard .config-section .config-form-wrapper .config-field select:hover {
  border-color: rgba(0, 212, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field textarea:focus,
.round3-team-dashboard .config-section .config-form-wrapper .config-field input[type=number]:focus,
.round3-team-dashboard .config-section .config-form-wrapper .config-field input[type=text]:focus,
.round3-team-dashboard .config-section .config-form-wrapper .config-field select:focus {
  outline: none;
  border-color: #00d4ff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 4px rgba(0, 212, 255, 0.1), 0 4px 12px rgba(0, 212, 255, 0.2);
  transform: translateY(-1px);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field #system_prompt {
  margin-top: 10px;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .slider-container {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .slider-wrapper {
  position: relative;
  flex: 1;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .slider-wrapper .slider-input {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .slider-wrapper .slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 212, 255, 0.4), 0 0 0 4px rgba(0, 212, 255, 0.1);
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-top: -7px;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .slider-wrapper .slider-input::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 212, 255, 0.4), 0 0 0 4px rgba(0, 212, 255, 0.1);
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-top: -7px;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .slider-wrapper .slider-input::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(0, 212, 255, 0.6), 0 0 0 6px rgba(0, 212, 255, 0.15);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .slider-wrapper .slider-input::-moz-range-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(0, 212, 255, 0.6), 0 0 0 6px rgba(0, 212, 255, 0.15);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .slider-wrapper .slider-input::-webkit-slider-thumb:active {
  transform: scale(1.1);
  box-shadow: 0 2px 6px rgba(0, 212, 255, 0.5), 0 0 0 8px rgba(0, 212, 255, 0.2);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .slider-wrapper .slider-input::-moz-range-thumb:active {
  transform: scale(1.1);
  box-shadow: 0 2px 6px rgba(0, 212, 255, 0.5), 0 0 0 8px rgba(0, 212, 255, 0.2);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .slider-wrapper .slider-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .slider-wrapper .slider-input::-moz-range-track {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .slider-wrapper .slider-input:hover::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.15);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .slider-wrapper .slider-input:hover::-moz-range-track {
  background: rgba(255, 255, 255, 0.15);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .slider-wrapper .slider-input:focus {
  outline: none;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .slider-wrapper .slider-input:focus::-webkit-slider-thumb {
  box-shadow: 0 2px 8px rgba(0, 212, 255, 0.5), 0 0 0 6px rgba(0, 212, 255, 0.15);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .slider-wrapper .slider-input:focus::-moz-range-thumb {
  box-shadow: 0 2px 8px rgba(0, 212, 255, 0.5), 0 0 0 6px rgba(0, 212, 255, 0.15);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .slider-value {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(0, 212, 255, 0.2);
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: 6px;
  color: #00d4ff;
  font-weight: 700;
  font-size: 14px;
  min-width: 50px;
  text-align: center;
  font-family: "Courier New", monospace;
  flex-shrink: 0;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field textarea {
  font-family: "Courier New", monospace;
  resize: vertical;
  line-height: 1.6;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .json-editor-wrapper {
  position: relative;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .json-editor-wrapper textarea {
  font-family: "Courier New", "Consolas", "Monaco", monospace;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .json-editor-wrapper textarea:focus {
  background: rgba(0, 0, 0, 0.3);
  border-color: #00d4ff;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .structured-output-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .structured-output-header .structured-output-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  margin-bottom: 0;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .toggle-switch input:checked + .toggle-slider {
  background-color: #10b981;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .toggle-switch input:checked + .toggle-slider::before {
  transform: translateX(24px);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .toggle-switch .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  border-radius: 26px;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .toggle-switch .toggle-slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .toggle-switch:hover .toggle-slider {
  background-color: rgba(255, 255, 255, 0.3);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .structured-output-edit-btn {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 8px;
  background: rgba(0, 212, 255, 0.2);
  border: 1px solid rgba(0, 212, 255, 0.3);
  color: #00d4ff;
  transition: all 0.3s ease;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-field .structured-output-edit-btn:hover {
  background: rgba(0, 212, 255, 0.3);
  border-color: #00d4ff;
  transform: translateY(-1px);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (max-width: 768px) {
  .round3-team-dashboard .config-section .config-form-wrapper .config-grid-2 {
    grid-template-columns: 1fr;
  }
}
.round3-team-dashboard .config-section .config-form-wrapper .config-actions {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-actions #save-config-btn {
  padding: 16px 48px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 12px;
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  border: none;
  color: white;
  box-shadow: 0 8px 24px rgba(0, 212, 255, 0.4);
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-actions #save-config-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-actions #save-config-btn:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 212, 255, 0.5);
  background: linear-gradient(135deg, #1ae5ff 0%, #20d9a5 100%);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-actions #save-config-btn:hover:not(:disabled)::before {
  left: 100%;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-actions #save-config-btn:active:not(:disabled) {
  transform: translateY(-1px);
}
.round3-team-dashboard .config-section .config-form-wrapper .config-actions #save-config-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: rgba(100, 100, 100, 0.4);
  transform: none;
}
.round3-team-dashboard .config-section .config-form-wrapper .config-actions #save-status {
  margin-left: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}
.round3-team-dashboard .config-section .chat-test-wrapper {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(0, 212, 255, 0.2);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  height: 600px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  max-width: 100%;
  overflow: hidden;
  min-width: 0;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-test-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-test-header h4 {
  margin: 0 0 10px 0;
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 700;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-test-header .chat-hint {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.5;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages {
  flex: 1;
  overflow-y: auto;
  margin-bottom: 20px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  max-height: 400px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 100%;
  min-width: 0;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages::-webkit-scrollbar {
  width: 8px;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages::-webkit-scrollbar-thumb {
  background: rgba(0, 212, 255, 0.3);
  border-radius: 4px;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 212, 255, 0.5);
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message {
  margin-bottom: 16px;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message p {
  margin: 0;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.user-message {
  text-align: right;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.user-message .message-content {
  display: inline-block;
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  color: white;
  padding: 12px 18px;
  border-radius: 18px 18px 4px 18px;
  max-width: 80%;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 212, 255, 0.3);
  line-height: 1.5;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.user-message .message-content .markdown-response {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.user-message .message-content p {
  margin: 0;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content pre.json-response {
  margin: 8px 0 0 0;
  padding: 12px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  overflow-x: auto;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #fff;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .text-response {
  margin: 0;
  line-height: 1.6;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 12px 18px;
  border-radius: 18px 18px 18px 4px;
  max-width: 80%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1.6;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 0;
  line-height: 1.6;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response h1, .round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response h2, .round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response h3, .round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response h4, .round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response h5, .round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #fff;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response p {
  margin: 0.5em 0;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response code {
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 6px;
  border-radius: 3px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  color: #00d4ff;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response pre {
  background: rgba(0, 0, 0, 0.3);
  padding: 12px;
  border-radius: 6px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 8px 0;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response pre code {
  background: transparent;
  padding: 0;
  color: #fff;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response ul, .round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response ol {
  margin: 0.5em 0;
  padding-left: 1.5em;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response li {
  margin: 0.25em 0;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response blockquote {
  border-left: 3px solid rgba(255, 255, 255, 0.3);
  padding-left: 1em;
  margin: 0.5em 0;
  color: rgba(255, 255, 255, 0.8);
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response table {
  border-collapse: collapse;
  margin: 0.5em 0;
  width: 100%;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response table th, .round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response table td {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
  text-align: left;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response table th {
  background: rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response .katex {
  font-size: 1.1em;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .markdown-response .katex-display {
  margin: 1em 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .json-status {
  margin-top: 8px;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .json-status.valid {
  background: rgba(16, 185, 129, 0.2);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .json-status.invalid {
  background: rgba(255, 107, 107, 0.2);
  color: #ff6b6b;
  border: 1px solid rgba(255, 107, 107, 0.3);
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .response-time {
  margin-top: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .error {
  color: #ff6b6b;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message.typing-indicator .message-content {
  padding: 12px 18px;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message.typing-indicator .typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message.typing-indicator .typing-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  animation: typing 1.4s infinite ease-in-out;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message.typing-indicator .typing-dots span:nth-child(1) {
  animation-delay: 0s;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message.typing-indicator .typing-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-messages .chat-message.bot-message.typing-indicator .typing-dots span:nth-child(3) {
  animation-delay: 0.4s;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-input-wrapper {
  display: flex;
  gap: 12px;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-input-wrapper #chat-input,
.round3-team-dashboard .config-section .chat-test-wrapper .chat-input-wrapper #round3-chat-input {
  flex: 1;
  padding: 14px 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  backdrop-filter: blur(10px);
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-input-wrapper #chat-input::placeholder,
.round3-team-dashboard .config-section .chat-test-wrapper .chat-input-wrapper #round3-chat-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-input-wrapper #chat-input:focus,
.round3-team-dashboard .config-section .chat-test-wrapper .chat-input-wrapper #round3-chat-input:focus {
  outline: none;
  border-color: #00d4ff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 4px rgba(0, 212, 255, 0.1);
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-input-wrapper #send-chat-btn,
.round3-team-dashboard .config-section .chat-test-wrapper .chat-input-wrapper #round3-send-chat-btn {
  padding: 14px 32px;
  border-radius: 24px;
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  border: none;
  color: white;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 4px 12px rgba(0, 212, 255, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-input-wrapper #send-chat-btn:hover:not(:disabled),
.round3-team-dashboard .config-section .chat-test-wrapper .chat-input-wrapper #round3-send-chat-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 212, 255, 0.4);
  background: linear-gradient(135deg, #1ae5ff 0%, #20d9a5 100%);
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-input-wrapper #send-chat-btn:active:not(:disabled),
.round3-team-dashboard .config-section .chat-test-wrapper .chat-input-wrapper #round3-send-chat-btn:active:not(:disabled) {
  transform: translateY(0);
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-input-wrapper #send-chat-btn:disabled,
.round3-team-dashboard .config-section .chat-test-wrapper .chat-input-wrapper #round3-send-chat-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.round3-team-dashboard .config-section .chat-test-wrapper .chat-status {
  display: none;
}
@keyframes typing {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.7;
  }
  30% {
    transform: translateY(-10px);
    opacity: 1;
  }
}
.round3-team-dashboard .running-section {
  background: rgba(7, 12, 24, 0.7);
  padding: clamp(32px, 4vw, 48px);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(16, 185, 129, 0.1) inset;
  backdrop-filter: blur(18px);
  animation: fadeInUp 0.8s ease-out;
}
.round3-team-dashboard .running-section .auto-processing-status {
  text-align: center;
  padding: 32px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 24px;
}
.round3-team-dashboard .running-section .auto-processing-status p {
  margin: 0 0 12px 0;
  font-size: clamp(16px, 2.5vw, 20px);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  font-weight: 500;
}
.round3-team-dashboard .running-section .auto-processing-status p.status-hint {
  font-size: clamp(14px, 2vw, 16px);
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-weight: 400;
}
.round3-team-dashboard .running-section .question-processing {
  padding: 28px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 24px;
}
.round3-team-dashboard .running-section .question-processing h4 {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.4;
  letter-spacing: -0.2px;
}
.round3-team-dashboard .running-section .question-processing .question-content {
  margin-bottom: 24px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.round3-team-dashboard .running-section .question-processing .question-content .question-text {
  margin: 0;
  font-size: clamp(15px, 2.2vw, 18px);
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
  letter-spacing: 0.1px;
}
.round3-team-dashboard .running-section .question-processing .question-content .question-text strong {
  color: #00d4ff;
  font-weight: 600;
}
.round3-team-dashboard .running-section .question-processing .processing-status {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step .step-icon {
  font-size: 24px;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step .step-text {
  font-size: clamp(14px, 2vw, 16px);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1px;
  flex: 1;
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step:not(.processing):not(.waiting):not(.completed) {
  background: rgba(0, 212, 255, 0.1);
  border-color: rgba(0, 212, 255, 0.3);
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step:not(.processing):not(.waiting):not(.completed) .step-text {
  color: rgba(0, 212, 255, 0.9);
  font-weight: 600;
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step.processing {
  background: rgba(0, 212, 255, 0.15);
  border-color: #00d4ff;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.4), 0 0 40px rgba(0, 212, 255, 0.2), inset 0 0 20px rgba(0, 212, 255, 0.1);
  animation: stepPulse 2s ease-in-out infinite;
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step.processing::before {
  left: 100%;
  animation: shimmerFlow 2s ease-in-out infinite;
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step.processing .step-icon {
  transform: scale(1.1);
  animation: iconPulse 1.5s ease-in-out infinite;
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step.processing .step-text {
  color: #00d4ff;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step.waiting {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
  opacity: 0.6;
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step.waiting .step-text {
  color: rgba(255, 255, 255, 0.5);
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step.completed {
  background: rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.4);
  box-shadow: 0 0 15px rgba(16, 185, 129, 0.2), inset 0 0 10px rgba(16, 185, 129, 0.05);
  animation: completedSuccess 0.6s ease-out;
  position: relative;
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step.completed::before {
  display: none;
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step.completed::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, transparent 100%);
  border-radius: 12px;
  pointer-events: none;
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step.completed .step-icon {
  filter: brightness(1.3);
  animation: checkmarkBounce 0.5s ease-out;
  position: relative;
  z-index: 1;
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step.completed .step-text {
  color: #10b981;
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step.completed .step-text::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(16, 185, 129, 0.2);
  border-radius: 50%;
  color: #10b981;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  animation: checkmarkAppear 0.5s ease-out;
  flex-shrink: 0;
}
.round3-team-dashboard .running-section .question-processing .processing-status .status-step.state-changed {
  animation: stepFlash 0.6s ease-out;
}
.round3-team-dashboard .running-section .question-processed {
  padding: 28px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(16, 185, 129, 0.2);
  margin-bottom: 24px;
}
.round3-team-dashboard .running-section .question-processed h4 {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
  color: #10b981;
  margin-bottom: 20px;
  line-height: 1.4;
}
.round3-team-dashboard .running-section .question-processed .question-content {
  margin-bottom: 24px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.round3-team-dashboard .running-section .question-processed .question-content .question-text {
  margin: 0;
  font-size: clamp(15px, 2.2vw, 18px);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}
.round3-team-dashboard .running-section .question-processed .question-content .question-text strong {
  color: #00d4ff;
  font-weight: 600;
}
.round3-team-dashboard .running-section .question-processed .result-info {
  margin-top: 24px;
  padding: 20px;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(16, 185, 129, 0.2);
}
.round3-team-dashboard .running-section .question-processed .result-info p {
  margin: 0 0 12px 0;
  font-size: clamp(14px, 2vw, 16px);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}
.round3-team-dashboard .running-section .question-processed .result-info p:last-child {
  margin-bottom: 0;
}
.round3-team-dashboard .running-section .question-processed .result-info p strong {
  color: #00d4ff;
  font-weight: 600;
}
.round3-team-dashboard .running-section .question-processed .result-info p .points-display {
  color: #10b981;
  font-weight: 700;
  font-size: 1.1em;
}
.round3-team-dashboard .running-section .question-processed .result-info .result-note {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}
.round3-team-dashboard .running-section #answers-container,
.round3-team-dashboard .running-section #answers-container-hidden {
  margin-top: 32px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.round3-team-dashboard .running-section #answers-container.answers-container-hidden,
.round3-team-dashboard .running-section #answers-container-hidden.answers-container-hidden {
  display: none;
}
.round3-team-dashboard .running-section #answers-container h4,
.round3-team-dashboard .running-section #answers-container-hidden h4 {
  margin-bottom: 24px;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.round3-team-dashboard .running-section #answers-container #answers-list,
.round3-team-dashboard .running-section #answers-container-hidden #answers-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.round3-team-dashboard .running-section #answers-container #answers-list .no-answers-yet,
.round3-team-dashboard .running-section #answers-container-hidden #answers-list .no-answers-yet {
  text-align: center;
  padding: 40px 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.6;
}
.round3-team-dashboard .running-section #answers-container #answers-list .answer-item,
.round3-team-dashboard .running-section #answers-container-hidden #answers-list .answer-item {
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.round3-team-dashboard .running-section #answers-container #answers-list .answer-item:hover,
.round3-team-dashboard .running-section #answers-container-hidden #answers-list .answer-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 212, 255, 0.3);
}
.round3-team-dashboard .running-section #answers-container #answers-list .answer-item .answer-header,
.round3-team-dashboard .running-section #answers-container-hidden #answers-list .answer-item .answer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.round3-team-dashboard .running-section #answers-container #answers-list .answer-item .answer-header strong,
.round3-team-dashboard .running-section #answers-container-hidden #answers-list .answer-item .answer-header strong {
  font-size: clamp(16px, 2.5vw, 18px);
  color: #fff;
  font-weight: 700;
}
.round3-team-dashboard .running-section #answers-container #answers-list .answer-item .answer-header .answer-status-badge,
.round3-team-dashboard .running-section #answers-container-hidden #answers-list .answer-item .answer-header .answer-status-badge {
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.round3-team-dashboard .running-section #answers-container #answers-list .answer-item .answer-header .answer-status-badge.processing,
.round3-team-dashboard .running-section #answers-container-hidden #answers-list .answer-item .answer-header .answer-status-badge.processing {
  background: rgba(0, 212, 255, 0.2);
  color: #00d4ff;
  border: 1px solid rgba(0, 212, 255, 0.3);
  animation: badgePulse 2s ease-in-out infinite;
}
.round3-team-dashboard .running-section #answers-container #answers-list .answer-item .answer-header .answer-status-badge.completed,
.round3-team-dashboard .running-section #answers-container-hidden #answers-list .answer-item .answer-header .answer-status-badge.completed {
  background: rgba(16, 185, 129, 0.2);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.round3-team-dashboard .running-section #answers-container #answers-list .answer-item .answer-header .answer-status-badge.error,
.round3-team-dashboard .running-section #answers-container-hidden #answers-list .answer-item .answer-header .answer-status-badge.error {
  background: rgba(255, 107, 107, 0.2);
  color: #ff6b6b;
  border: 1px solid rgba(255, 107, 107, 0.3);
}
.round3-team-dashboard .running-section #answers-container #answers-list .answer-item .answer-content .question-text,
.round3-team-dashboard .running-section #answers-container-hidden #answers-list .answer-item .answer-content .question-text {
  margin: 0 0 12px 0;
  font-size: clamp(14px, 2vw, 16px);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}
.round3-team-dashboard .running-section #answers-container #answers-list .answer-item .answer-content .question-text strong,
.round3-team-dashboard .running-section #answers-container-hidden #answers-list .answer-item .answer-content .question-text strong {
  color: #00d4ff;
  font-weight: 600;
}
.round3-team-dashboard .running-section #answers-container #answers-list .answer-item .answer-content .answer-result,
.round3-team-dashboard .running-section #answers-container-hidden #answers-list .answer-item .answer-content .answer-result {
  margin: 0;
  font-size: clamp(13px, 1.8vw, 15px);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
.round3-team-dashboard .running-section #answers-container #answers-list .answer-item .answer-content .answer-result p,
.round3-team-dashboard .running-section #answers-container-hidden #answers-list .answer-item .answer-content .answer-result p {
  margin: 0 0 8px 0;
  line-height: 1.6;
}
.round3-team-dashboard .running-section #answers-container #answers-list .answer-item .answer-content .answer-result p:last-child,
.round3-team-dashboard .running-section #answers-container-hidden #answers-list .answer-item .answer-content .answer-result p:last-child {
  margin-bottom: 0;
}
.round3-team-dashboard .running-section #answers-container #answers-list .answer-item .answer-content .answer-result p strong,
.round3-team-dashboard .running-section #answers-container-hidden #answers-list .answer-item .answer-content .answer-result p strong {
  color: #00d4ff;
  font-weight: 600;
}
.round3-team-dashboard .running-section #answers-container #answers-list .answer-item .answer-content .answer-result .error-text,
.round3-team-dashboard .running-section #answers-container-hidden #answers-list .answer-item .answer-content .answer-result .error-text {
  color: #ff6b6b;
}
@keyframes stepPulse {
  0%, 100% {
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.4), 0 0 40px rgba(0, 212, 255, 0.2), inset 0 0 20px rgba(0, 212, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.6), 0 0 60px rgba(0, 212, 255, 0.3), inset 0 0 30px rgba(0, 212, 255, 0.15);
  }
}
@keyframes shimmerFlow {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes iconPulse {
  0%, 100% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes stepFlash {
  0% {
    background: rgba(0, 212, 255, 0.3);
    border-color: #00d4ff;
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.6);
  }
  100% {
    background: rgba(0, 212, 255, 0.15);
    border-color: #00d4ff;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.4);
  }
}
@keyframes badgePulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
@keyframes completedSuccess {
  0% {
    transform: scale(0.98);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes checkmarkBounce {
  0% {
    transform: scale(0.8) rotate(-10deg);
  }
  50% {
    transform: scale(1.1) rotate(5deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes checkmarkAppear {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-45deg);
  }
  50% {
    transform: scale(1.3) rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
.round3-team-dashboard .results-section {
  background: rgba(7, 12, 24, 0.7);
  padding: clamp(32px, 4vw, 48px);
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  animation: fadeInUp 0.8s ease-out;
}
.round3-team-dashboard .results-section #team-results {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes iconFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes iconRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes dotBounce {
  0%, 80%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-10px);
    opacity: 0.7;
  }
}
@keyframes barWave {
  0%, 100% {
    transform: scaleY(0.5);
    opacity: 0.7;
  }
  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes timerPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@media (max-width: 768px) {
  .round3-team-dashboard {
    padding: 30px 16px 40px;
  }
  .round3-team-dashboard .container {
    padding: 10px;
  }
  .round3-team-dashboard .config-section {
    padding: 24px 20px;
  }
  .round3-team-dashboard .config-section .config-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .round3-team-dashboard .config-section .config-header .config-timer-wrapper {
    width: 100%;
    justify-content: space-between;
  }
  .round3-team-dashboard .config-section .config-layout {
    grid-template-columns: 1fr;
  }
  .round3-team-dashboard .config-section .config-form-wrapper .config-grid-2 {
    grid-template-columns: 1fr;
  }
  .round3-team-dashboard .config-section .chat-test-wrapper {
    height: 500px;
    padding: 20px;
  }
  .round3-team-dashboard .waiting-section {
    padding: 40px 24px;
  }
}
.round3-team-dashboard .structured-output-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.round3-team-dashboard .structured-output-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}
.round3-team-dashboard .structured-output-modal .modal-content {
  position: relative;
  background: rgba(7, 12, 24, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  width: 90%;
  max-width: 1200px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px);
  z-index: 1;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-header {
  padding: 20px 24px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-header h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-header .modal-close {
  background: none;
  border: none;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-header .modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .editor-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .editor-tabs .tab-btn {
  padding: 12px 24px;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  margin-bottom: -2px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .editor-tabs .tab-btn:hover {
  color: rgba(255, 255, 255, 0.9);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .editor-tabs .tab-btn.active {
  color: #00d4ff;
  border-bottom-color: #00d4ff;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .tab-content {
  display: none;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .tab-content.active {
  display: block;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .code-editor-wrapper textarea {
  width: 100%;
  font-family: "Courier New", "Consolas", "Monaco", monospace;
  font-size: 13px;
  padding: 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  resize: vertical;
  min-height: 400px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .code-editor-wrapper textarea:focus {
  outline: none;
  border-color: #00d4ff;
  box-shadow: 0 0 0 4px rgba(0, 212, 255, 0.1);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .schema-basic-fields {
  margin-bottom: 24px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .schema-basic-fields .form-group {
  margin-bottom: 16px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .schema-basic-fields .form-group:last-child {
  margin-bottom: 0;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .schema-basic-fields .form-group label {
  display: block;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .schema-basic-fields .form-group label input[type=checkbox] {
  margin-right: 8px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .schema-basic-fields .form-group .form-control {
  width: 100%;
  padding: 10px 14px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 14px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .schema-basic-fields .form-group .form-control:focus {
  outline: none;
  border-color: #00d4ff;
  box-shadow: 0 0 0 4px rgba(0, 212, 255, 0.1);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .properties-section,
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .required-section {
  margin-bottom: 24px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .properties-section .section-header,
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .required-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .properties-section .section-header h4,
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .required-section .section-header h4 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .properties-section .section-footer,
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .required-section .section-footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: flex-start;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .properties-section .section-footer .add-property-btn,
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .required-section .section-footer .add-property-btn {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  border: none;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .properties-section .section-footer .add-property-btn:hover,
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .required-section .section-footer .add-property-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 212, 255, 0.3);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .properties-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item {
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  transition: all 0.3s ease;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item:hover {
  border-color: rgba(0, 212, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr 2fr 1fr auto;
  gap: 12px;
  align-items: end;
}
@media (max-width: 768px) {
  .round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row {
    grid-template-columns: 1fr;
  }
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-field label {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-field label input[type=checkbox] {
  margin-right: 6px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-field input,
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-field select {
  width: 100%;
  padding: 10px 12px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 14px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-field input:focus,
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-field select:focus {
  outline: none;
  border-color: #00d4ff;
  box-shadow: 0 0 0 4px rgba(0, 212, 255, 0.1);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-field input::placeholder,
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-field select::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-field.property-enum-field {
  grid-column: 1/-1;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-field.property-required-field {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 24px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-field.property-required-field label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-field.property-required-field label input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  cursor: pointer;
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  position: relative;
  transition: all 0.3s ease;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-field.property-required-field label input[type=checkbox]:checked {
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  border-color: #00d4ff;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-field.property-required-field label input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-field.property-required-field label input[type=checkbox]:hover {
  border-color: rgba(0, 212, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-field.property-required-field label input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.2);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-field.property-required-field label:hover {
  color: #fff;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-actions .add-nested-property-btn,
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-actions .delete-property-btn {
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-actions .add-nested-property-btn {
  background: rgba(0, 212, 255, 0.2);
  border: 1px solid rgba(0, 212, 255, 0.3);
  color: #00d4ff;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-actions .add-nested-property-btn:hover {
  background: rgba(0, 212, 255, 0.3);
  border-color: #00d4ff;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-actions .delete-property-btn {
  background: rgba(255, 107, 107, 0.2);
  border: 1px solid rgba(255, 107, 107, 0.3);
  color: #ff6b6b;
  font-size: 16px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .property-row .property-actions .delete-property-btn:hover {
  background: rgba(255, 107, 107, 0.3);
  border-color: #ff6b6b;
  transform: scale(1.1);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item.nested-property {
  margin-left: 24px;
  border-left: 3px solid rgba(0, 212, 255, 0.3);
  padding-left: 20px;
  background: rgba(0, 212, 255, 0.03);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .nested-properties-container {
  margin-top: 20px;
  padding: 16px;
  background: rgba(0, 212, 255, 0.05);
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: 8px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .nested-properties-container .nested-properties-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .nested-properties-container .nested-properties-footer {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: flex-start;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .nested-properties-container .nested-properties-footer .add-nested-property-btn {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.2) 0%, rgba(16, 185, 129, 0.2) 100%);
  border: 1px solid rgba(0, 212, 255, 0.4);
  color: #00d4ff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .nested-properties-container .nested-properties-footer .add-nested-property-btn:hover {
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.3) 0%, rgba(16, 185, 129, 0.3) 100%);
  border-color: #00d4ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 212, 255, 0.3);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .property-item .nested-properties-container .nested-properties-footer .add-nested-property-btn:active {
  transform: translateY(0);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .required-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .required-list .required-checkbox-item {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  cursor: pointer;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .required-list .required-checkbox-item input[type=checkbox] {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-body .visual-editor-wrapper .required-list .required-checkbox-item:hover {
  color: #fff;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-footer {
  padding: 20px 24px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-footer .button {
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-footer .button.button-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}
.round3-team-dashboard .structured-output-modal .modal-content .modal-footer .button.button-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.round3-team-dashboard .button-new-primary {
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(0, 212, 255, 0.3);
  border: none;
}
.round3-team-dashboard .button-new-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 212, 255, 0.4);
}
.round3-team-dashboard .button-new-primary {
  padding: 12px 24px;
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  border: none;
  border-radius: 8px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 212, 255, 0.3);
}
.round3-team-dashboard .button-new-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 212, 255, 0.4);
}
.round3-team-dashboard .button-new-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.round3-team-dashboard .button-new2-primary {
  padding: 5px 24px;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 212, 255, 0.3);
}
.round3-team-dashboard .button-new2-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 212, 255, 0.4);
}
.round3-team-dashboard .button-new2-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.round3-team-dashboard .round3-api-test-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.round3-team-dashboard .round3-api-test-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}
.round3-team-dashboard .round3-api-test-modal .modal-content {
  position: relative;
  background: rgba(7, 12, 24, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px);
  z-index: 1;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-header {
  padding: 20px 24px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-header h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-header .modal-close {
  background: none;
  border: none;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-header .modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(0, 212, 255, 0.2);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  height: 600px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-test-header {
  margin-bottom: 20px;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-test-header h4 {
  margin: 0 0 8px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-test-header .chat-hint {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages {
  flex: 1;
  overflow-y: auto;
  margin-bottom: 20px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  max-height: 400px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages::-webkit-scrollbar {
  width: 8px;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages::-webkit-scrollbar-thumb {
  background: rgba(0, 212, 255, 0.5);
  border-radius: 4px;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 212, 255, 0.7);
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages .chat-message {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages .chat-message.user-message {
  align-items: flex-end;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages .chat-message.user-message .message-content {
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  color: white;
  padding: 12px 16px;
  border-radius: 12px 12px 4px 12px;
  max-width: 80%;
  word-wrap: break-word;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages .chat-message.user-message .message-content p {
  margin: 0;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages .chat-message.bot-message {
  align-items: flex-start;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  padding: 12px 16px;
  border-radius: 12px 12px 12px 4px;
  max-width: 80%;
  word-wrap: break-word;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content p {
  margin: 0;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content pre.json-response {
  background: rgba(0, 0, 0, 0.3);
  padding: 12px;
  border-radius: 8px;
  overflow-x: auto;
  font-size: 12px;
  margin: 8px 0 0 0;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .response-time {
  margin-top: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages .chat-message.bot-message .message-content .error {
  color: #ff6b6b;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages .chat-message.typing-indicator .typing-dots {
  display: flex;
  gap: 6px;
  padding: 12px 16px;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages .chat-message.typing-indicator .typing-dots span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: typing 1.4s infinite;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages .chat-message.typing-indicator .typing-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-messages .chat-message.typing-indicator .typing-dots span:nth-child(3) {
  animation-delay: 0.4s;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-input-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-input-wrapper input[type=text] {
  flex: 1;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-input-wrapper input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-input-wrapper input[type=text]:focus {
  outline: none;
  border-color: #00d4ff;
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.2);
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-input-wrapper .button {
  padding: 12px 24px;
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  border: none;
  border-radius: 8px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 212, 255, 0.3);
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-input-wrapper .button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 212, 255, 0.4);
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-input-wrapper .button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.round3-team-dashboard .round3-api-test-modal .modal-content .modal-body .chat-test-wrapper .chat-status {
  margin-top: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

@keyframes typing {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.5;
  }
  30% {
    transform: translateY(-10px);
    opacity: 1;
  }
}
body.round3-display-light .round3-display-screen {
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.25), transparent 45%), radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.18), transparent 35%), linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.round3-display-screen {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.15), transparent 45%), radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.1), transparent 35%), radial-gradient(circle at 20% 20%, rgba(0, 212, 255, 0.2), transparent 45%), radial-gradient(circle at 80% 0%, rgba(16, 185, 129, 0.2), transparent 35%), linear-gradient(135deg, #0b1224 0%, #111936 35%, #040609 100%);
  transition: background 0.5s ease;
}
.round3-display-screen #round3-display-messages .chat-message {
  margin-bottom: 16px;
}
.round3-display-screen #round3-display-messages .chat-message.user-message {
  text-align: right;
}
.round3-display-screen #round3-display-messages .chat-message.user-message .message-content p {
  margin: 0;
}
.round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response {
  display: inline-block;
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  color: white;
  padding: 12px 18px;
  border-radius: 18px 18px 4px 18px;
  max-width: 80%;
  text-align: left;
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 0;
  line-height: 1.6;
}
.round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response h1, .round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response h2, .round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response h3, .round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response h4, .round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response h5, .round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #fff;
}
.round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response p {
  margin: 0.5em 0;
}
.round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response p:first-child {
  margin-top: 0;
}
.round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response p:last-child {
  margin-bottom: 0;
}
.round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response ul, .round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response ol {
  margin: 0.5em 0;
  padding-left: 1.5em;
}
.round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response code {
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
}
.round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response pre {
  background: rgba(0, 0, 0, 0.4);
  padding: 12px;
  border-radius: 6px;
  overflow-x: auto;
  margin: 0.5em 0;
}
.round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response pre code {
  background: transparent;
  padding: 0;
}
.round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response blockquote {
  border-left: 3px solid rgba(255, 255, 255, 0.5);
  padding-left: 1em;
  margin: 0.5em 0;
  opacity: 0.9;
}
.round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response table {
  border-collapse: collapse;
  width: 100%;
  margin: 0.5em 0;
}
.round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response table th, .round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response table td {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px;
}
.round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response table th {
  background: rgba(255, 255, 255, 0.1);
  font-weight: 600;
}
.round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response .katex {
  font-size: 1.1em;
}
.round3-display-screen #round3-display-messages .chat-message.user-message .message-content .markdown-response .katex-display {
  margin: 1em 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.round3-display-screen #round3-display-messages .chat-message.bot-message .message-content p {
  margin: 0;
}
.round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 12px 18px;
  border-radius: 18px 18px 18px 4px;
  max-width: 80%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1.6;
  word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 0;
  line-height: 1.6;
}
.round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response h1, .round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response h2, .round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response h3, .round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response h4, .round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response h5, .round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #fff;
}
.round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response p {
  margin: 0.5em 0;
}
.round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response p:first-child {
  margin-top: 0;
}
.round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response p:last-child {
  margin-bottom: 0;
}
.round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response ul, .round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response ol {
  margin: 0.5em 0;
  padding-left: 1.5em;
}
.round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response code {
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
}
.round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response pre {
  background: rgba(0, 0, 0, 0.4);
  padding: 12px;
  border-radius: 6px;
  overflow-x: auto;
  margin: 0.5em 0;
}
.round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response pre code {
  background: transparent;
  padding: 0;
}
.round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response blockquote {
  border-left: 3px solid rgba(255, 255, 255, 0.5);
  padding-left: 1em;
  margin: 0.5em 0;
  opacity: 0.9;
}
.round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response table {
  border-collapse: collapse;
  width: 100%;
  margin: 0.5em 0;
}
.round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response table th, .round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response table td {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px;
}
.round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response table th {
  background: rgba(255, 255, 255, 0.1);
  font-weight: 600;
}
.round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response .katex {
  font-size: 1.1em;
}
.round3-display-screen #round3-display-messages .chat-message.bot-message .message-content .markdown-response .katex-display {
  margin: 1em 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.round3-display-screen #round3-display-messages .chat-message.typing-indicator .message-content {
  padding: 12px 18px;
}
.round3-display-screen #round3-display-messages .chat-message.typing-indicator .typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.round3-display-screen #round3-display-messages .chat-message.typing-indicator .typing-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  animation: typing 1.4s infinite ease-in-out;
}
.round3-display-screen #round3-display-messages .chat-message.typing-indicator .typing-dots span:nth-child(1) {
  animation-delay: 0s;
}
.round3-display-screen #round3-display-messages .chat-message.typing-indicator .typing-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.round3-display-screen #round3-display-messages .chat-message.typing-indicator .typing-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

.round3-chatbox-dashboard .admin-mode-toggle {
  margin: 20px 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.round3-chatbox-dashboard .admin-mode-toggle:hover {
  border-color: rgba(0, 212, 255, 0.3);
  background: rgba(0, 0, 0, 0.4);
}
.round3-chatbox-dashboard .admin-mode-toggle .admin-mode-toggle-label {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  margin: 0;
  user-select: none;
}
.round3-chatbox-dashboard .admin-mode-toggle .admin-mode-toggle-label .admin-mode-checkbox-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.round3-chatbox-dashboard .admin-mode-toggle .admin-mode-toggle-label .admin-mode-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}
.round3-chatbox-dashboard .admin-mode-toggle .admin-mode-toggle-label .admin-mode-checkbox:checked + .admin-mode-checkmark {
  background: linear-gradient(135deg, #00d4ff 0%, #10b981 100%);
  border-color: #00d4ff;
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.2);
}
.round3-chatbox-dashboard .admin-mode-toggle .admin-mode-toggle-label .admin-mode-checkbox:checked + .admin-mode-checkmark::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
.round3-chatbox-dashboard .admin-mode-toggle .admin-mode-toggle-label .admin-mode-checkbox:focus + .admin-mode-checkmark {
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.3);
}
.round3-chatbox-dashboard .admin-mode-toggle .admin-mode-toggle-label .admin-mode-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.round3-chatbox-dashboard .admin-mode-toggle .admin-mode-toggle-label .admin-mode-checkmark::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5) rotate(-45deg);
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.round3-chatbox-dashboard .admin-mode-toggle .admin-mode-toggle-label .admin-mode-checkmark:hover {
  border-color: rgba(0, 212, 255, 0.6);
  background: rgba(255, 255, 255, 0.15);
}
.round3-chatbox-dashboard .admin-mode-toggle .admin-mode-toggle-label .admin-mode-label-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  flex: 1;
}
.round3-chatbox-dashboard .admin-mode-toggle .admin-mode-hint {
  margin-top: 12px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.5;
}
.round3-chatbox-dashboard .markdown-response {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
}
.round3-chatbox-dashboard .markdown-response h1, .round3-chatbox-dashboard .markdown-response h2, .round3-chatbox-dashboard .markdown-response h3, .round3-chatbox-dashboard .markdown-response h4, .round3-chatbox-dashboard .markdown-response h5, .round3-chatbox-dashboard .markdown-response h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #2271b1;
}
.round3-chatbox-dashboard .markdown-response p {
  margin: 0.5em 0;
}
.round3-chatbox-dashboard .markdown-response p:first-child {
  margin-top: 0;
}
.round3-chatbox-dashboard .markdown-response p:last-child {
  margin-bottom: 0;
}
.round3-chatbox-dashboard .markdown-response ul, .round3-chatbox-dashboard .markdown-response ol {
  margin: 0.75em 0;
  padding-left: 2em;
  line-height: 1.8;
}
.round3-chatbox-dashboard .markdown-response ul {
  list-style-type: disc;
}
.round3-chatbox-dashboard .markdown-response ol {
  list-style-type: decimal;
}
.round3-chatbox-dashboard .markdown-response li {
  margin: 0.4em 0;
  padding-left: 0.25em;
}
.round3-chatbox-dashboard .markdown-response ul ul, .round3-chatbox-dashboard .markdown-response ol ol, .round3-chatbox-dashboard .markdown-response ul ol, .round3-chatbox-dashboard .markdown-response ol ul {
  margin: 0.5em 0;
  padding-left: 1.5em;
}
.round3-chatbox-dashboard .markdown-response ul ul {
  list-style-type: circle;
}
.round3-chatbox-dashboard .markdown-response ul ul ul {
  list-style-type: square;
}
.round3-chatbox-dashboard .markdown-response code {
  background: rgba(0, 0, 0, 0.05);
  padding: 2px 6px;
  border-radius: 3px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  color: #d63384;
}
.round3-chatbox-dashboard .markdown-response pre {
  background: rgba(0, 0, 0, 0.05);
  padding: 12px;
  border-radius: 6px;
  overflow-x: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 8px 0;
}
.round3-chatbox-dashboard .markdown-response pre code {
  background: transparent;
  padding: 0;
  color: #333;
}
.round3-chatbox-dashboard .markdown-response blockquote {
  border-left: 4px solid #2271b1;
  padding-left: 1em;
  margin: 1em 0;
  color: #666;
  font-style: italic;
}
.round3-chatbox-dashboard .markdown-response table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
}
.round3-chatbox-dashboard .markdown-response table th, .round3-chatbox-dashboard .markdown-response table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.round3-chatbox-dashboard .markdown-response table th {
  background: #f5f5f5;
  font-weight: 600;
}
.round3-chatbox-dashboard .markdown-response .katex-display {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 10px 0;
  padding: 8px 0;
}
.round3-chatbox-dashboard .markdown-response .katex {
  font-size: 1.1em;
}
.round3-chatbox-dashboard .question-text .markdown-response,
.round3-chatbox-dashboard .answer-result .markdown-response,
.round3-chatbox-dashboard .result-info .markdown-response {
  display: inline-block;
  margin-top: 4px;
}

.page-template-round3-team-dashboard #answers-container {
  max-height: 600px;
  overflow: scroll;
}
.page-template-round3-team-dashboard .answer-content {
  color: #fff;
}

/* =============================================================================
   Round 3 Admin Mini-Rounds Styles
   ========================================================================== */
.round3-admin-control-page {
  min-height: 100vh;
  padding: clamp(40px, 5vw, 80px) 20px 60px;
  background: radial-gradient(circle at 20% 20%, rgba(0, 212, 255, 0.25), transparent 45%), radial-gradient(circle at 80% 0%, rgba(255, 0, 132, 0.2), transparent 35%), linear-gradient(135deg, #0b1224 0%, #111936 35%, #040609 100%);
  position: relative;
  overflow: hidden;
}
.round3-admin-control-page::before, .round3-admin-control-page::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.round3-admin-control-page::before {
  background: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.08), transparent 60%);
  filter: blur(10px);
  opacity: 0.9;
}
.round3-admin-control-page::after {
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.5;
}

.round3-admin-wrap {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.round3-admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.round3-admin-header .header-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}
.round3-admin-header .header-left h1 {
  margin: 0;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.round3-admin-header .header-left .back-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
.round3-admin-header .header-left .back-button:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.round3-admin-header .header-left .back-button:active {
  transform: translateY(0);
}
.round3-admin-header .admin-header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.round3-admin-main {
  background: rgba(7, 12, 24, 0.7);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.round3-admin-control-panel {
  padding: clamp(28px, 4vw, 48px);
}

.match-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.match-status-badge .status-icon {
  font-size: 24px;
  line-height: 1;
}
.match-status-badge .status-text {
  letter-spacing: 0.3px;
}
.match-status-badge.status-pending, .match-status-badge.status-topic_selection {
  background: linear-gradient(135deg, rgba(255, 243, 205, 0.95) 0%, rgba(255, 235, 178, 0.95) 100%);
  color: #856404;
  border: 2px solid #ffc107;
}
.match-status-badge.status-config {
  background: linear-gradient(135deg, rgba(209, 236, 241, 0.95) 0%, rgba(179, 229, 252, 0.95) 100%);
  color: #0c5460;
  border: 2px solid #17a2b8;
}
.match-status-badge.status-running {
  background: linear-gradient(135deg, rgba(248, 215, 218, 0.95) 0%, rgba(245, 183, 190, 0.95) 100%);
  color: #721c24;
  border: 2px solid #dc3545;
}
.match-status-badge.status-completed {
  background: linear-gradient(135deg, rgba(212, 237, 218, 0.95) 0%, rgba(185, 230, 200, 0.95) 100%);
  color: #155724;
  border: 2px solid #28a745;
}

.admin-screen {
  animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.screen-header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.screen-header .screen-header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  gap: 20px;
  flex-wrap: wrap;
}
.screen-header .screen-header-top h2 {
  margin: 0;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: #fff;
  flex: 1;
  line-height: 1.3;
  letter-spacing: -0.3px;
}
.screen-header .screen-header-top .change-topic-button,
.screen-header .screen-header-top .change-group-button {
  white-space: nowrap;
  margin-top: 0;
}
.screen-header h2 {
  margin: 0 0 12px 0;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.3px;
}
.screen-header .screen-description {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.2px;
}

.reset-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 15px;
  align-items: center;
}

#group-selection-screen {
  padding: 32px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
#group-selection-screen .group-selection-note {
  margin-top: 20px;
  padding: 16px 20px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  background: rgba(255, 193, 7, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(255, 193, 7, 0.2);
}
#group-selection-screen .group-selection-note a {
  color: #ffc107;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s ease;
}
#group-selection-screen .group-selection-note a:hover {
  color: #ffd54f;
}

.match-groups-selection-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.match-groups-selection-list .match-group-item:nth-child(odd) {
  animation: adminControlFloat 6s ease-in-out infinite;
}
.match-groups-selection-list .match-group-item:nth-child(even) {
  animation: adminControlFloat 7s ease-in-out infinite;
  animation-delay: 1s;
}

.match-group-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 17, 42, 0.85);
  border-radius: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  backdrop-filter: blur(6px);
}
.match-group-item.unavailable {
  opacity: 0.5;
  cursor: not-allowed;
  background: rgba(9, 17, 42, 0.5);
}
.match-group-item.unavailable .match-group-description {
  color: #d63638;
}
.match-group-item.unavailable:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}
.match-group-item:hover:not(.unavailable) {
  transform: translateY(-4px);
  border-color: rgba(0, 115, 170, 0.5);
  box-shadow: 0 18px 35px rgba(0, 115, 170, 0.25);
}
.match-group-item.selected {
  border-color: rgba(0, 115, 170, 0.9);
  background: linear-gradient(135deg, rgba(0, 115, 170, 0.18) 0%, rgba(0, 115, 170, 0.05) 100%);
  box-shadow: 0 25px 45px rgba(0, 115, 170, 0.35);
}
.match-group-item.selected .match-group-radio input[type=radio]:checked + .radio-custom::after {
  background: #0073aa;
  transform: translate(-50%, -50%) scale(1);
}
.match-group-item .match-group-item-content {
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.match-group-item .match-group-item-content:hover {
  text-decoration: none;
}
.match-group-item .match-group-item-content {
  user-select: none;
  -webkit-user-select: none;
}
.match-group-item .match-group-radio {
  flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: 2px;
}
.match-group-item .match-group-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}
.match-group-item .match-group-radio input[type=radio]:disabled {
  cursor: not-allowed;
}
.match-group-item .match-group-radio .radio-custom {
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.match-group-item .match-group-radio .radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0073aa;
  transition: transform 0.2s ease;
}
.match-group-item .match-group-radio input[type=radio]:checked + .radio-custom {
  border-color: #0073aa;
}
.match-group-item .match-group-radio input[type=radio]:checked + .radio-custom::after {
  transform: translate(-50%, -50%) scale(1);
}
.match-group-item .match-group-radio input[type=radio]:disabled + .radio-custom {
  opacity: 0.5;
  cursor: not-allowed;
}
.match-group-item .match-group-details {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 18px;
}
.match-group-item .match-group-icon {
  font-size: 36px;
  flex-shrink: 0;
  line-height: 1;
}
.match-group-item .match-group-info {
  flex: 1;
  min-width: 0;
}
.match-group-item .match-group-info .match-group-name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.4;
  letter-spacing: -0.2px;
}
.match-group-item .match-group-info .match-group-description {
  margin: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  letter-spacing: 0.1px;
}
.match-group-item .match-group-info .match-group-description strong {
  font-weight: 600;
  color: #fff;
}
.match-group-item .match-group-info .match-group-description .unavailable-text {
  color: #ff6b6b;
  font-weight: 500;
}

.group-selection-actions {
  margin-top: 40px;
  text-align: center;
  padding: 32px 24px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.group-selection-actions .select-group-button {
  min-width: 300px;
  padding: 20px 48px;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(135deg, #0073aa 0%, #005a87 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 115, 170, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
  overflow: hidden;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.group-selection-actions .select-group-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.group-selection-actions .select-group-button:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 115, 170, 0.4);
  background: linear-gradient(135deg, #0085c3 0%, #006ba0 100%);
}
.group-selection-actions .select-group-button:hover:not(:disabled)::before {
  left: 100%;
}
.group-selection-actions .select-group-button:active:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 115, 170, 0.3);
}
.group-selection-actions .select-group-button:disabled, .group-selection-actions .select-group-button[disabled] {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  background: rgba(100, 100, 100, 0.4) !important;
  color: rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  pointer-events: none !important;
}
.group-selection-actions .select-group-button:not(:disabled):not([disabled]) {
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}
.group-selection-actions .select-group-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.3);
}
.group-selection-actions .selection-hint {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
}

#topic-selection-screen {
  padding: 32px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
#topic-selection-screen .no-topics-message {
  text-align: center;
  padding: 60px 40px;
  background: linear-gradient(135deg, rgba(255, 243, 205, 0.95) 0%, rgba(255, 230, 156, 0.95) 100%);
  border: 2px dashed #ffc107;
  border-radius: 12px;
}
#topic-selection-screen .no-topics-message .message-icon {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1;
}
#topic-selection-screen .no-topics-message p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #856404;
  font-weight: 500;
  line-height: 1.6;
}

.topics-selection-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.topics-selection-list .topic-item:nth-child(odd) {
  animation: adminControlFloat 6s ease-in-out infinite;
}
.topics-selection-list .topic-item:nth-child(even) {
  animation: adminControlFloat 7s ease-in-out infinite;
  animation-delay: 1s;
}

@keyframes adminControlFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
.topic-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 17, 42, 0.85);
  border-radius: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  backdrop-filter: blur(6px);
}
.topic-item:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 115, 170, 0.5);
  box-shadow: 0 18px 35px rgba(0, 115, 170, 0.25);
}
.topic-item.selected {
  border-color: rgba(0, 115, 170, 0.9);
  background: linear-gradient(135deg, rgba(0, 115, 170, 0.18) 0%, rgba(0, 115, 170, 0.05) 100%);
  box-shadow: 0 25px 45px rgba(0, 115, 170, 0.35);
}
.topic-item.selected .topic-radio input[type=radio]:checked + label::after {
  background: #0073aa;
  transform: translate(-50%, -50%) scale(1);
}
.topic-item .topic-item-content {
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.topic-item .topic-radio {
  flex-shrink: 0;
  margin-top: 4px;
}
.topic-item .topic-radio input[type=radio] {
  display: none;
}
.topic-item .topic-radio input[type=radio]:checked + label::before {
  border-color: #0073aa;
}
.topic-item .topic-radio input[type=radio]:checked + label::after {
  transform: translate(-50%, -50%) scale(1);
}
.topic-item .topic-radio label {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.topic-item .topic-radio label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 12px;
  height: 12px;
  background: #0073aa;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.topic-item .topic-details {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-width: 0;
}
.topic-item .topic-icon {
  font-size: 36px;
  flex-shrink: 0;
  line-height: 1;
}
.topic-item .topic-info {
  flex: 1;
  min-width: 0;
}
.topic-item .topic-name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.4;
  letter-spacing: -0.2px;
}
.topic-item .topic-description {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.1px;
}

.topic-selection-actions {
  margin-top: 36px;
  padding-top: 32px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.topic-selection-actions .select-topic-button {
  padding: 20px 64px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 999px;
  background: linear-gradient(135deg, #33b1ff 0%, #0067ff 100%);
  border: none;
  color: white;
  box-shadow: 0 15px 35px rgba(0, 103, 255, 0.35);
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}
.topic-selection-actions .select-topic-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.topic-selection-actions .select-topic-button:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0, 103, 255, 0.45);
  background: linear-gradient(135deg, #4bc0ff 0%, #0078ff 100%);
}
.topic-selection-actions .select-topic-button:hover:not(:disabled)::before {
  left: 100%;
}
.topic-selection-actions .select-topic-button:active:not(:disabled) {
  transform: translateY(-1px);
}
.topic-selection-actions .select-topic-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: rgba(92, 100, 133, 0.6);
  box-shadow: none;
}
.topic-selection-actions .selection-hint {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.5;
}

#config-phase {
  background: rgba(255, 255, 255, 0.015);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px;
}
#config-phase .config-timer-display {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#config-phase .config-timer-display .timer-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  letter-spacing: 0.3px;
}
#config-phase .config-timer-display .timer-value {
  font-size: 36px;
  font-weight: 700;
  color: #ff6b6b;
  font-family: "Courier New", monospace;
  padding: 12px 20px;
  background: rgba(255, 107, 107, 0.1);
  border-radius: 10px;
  border: 2px solid #ff6b6b;
  animation: timerPulse 2s ease-in-out infinite;
  letter-spacing: 2px;
}
@keyframes timerPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.teams-config-status {
  margin: 32px 0;
  padding: 28px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.teams-config-status h3 {
  margin: 0 0 24px 0;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1.3;
}
.teams-config-status .teams-list {
  display: grid;
  gap: 14px;
}
.teams-config-status .team-config-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}
.teams-config-status .team-config-item.configured {
  border-color: rgba(40, 167, 69, 0.6);
  background: rgba(40, 167, 69, 0.15);
}
.teams-config-status .team-config-item.configured .team-status-icon {
  color: #28a745;
  font-size: 28px;
}
.teams-config-status .team-config-item.pending {
  border-color: rgba(255, 193, 7, 0.6);
  background: rgba(255, 193, 7, 0.15);
}
.teams-config-status .team-config-item.pending .team-status-icon {
  color: #ffc107;
  font-size: 28px;
}
.teams-config-status .team-config-item .team-status-icon {
  font-size: 28px;
  flex-shrink: 0;
  line-height: 1;
}
.teams-config-status .team-config-item .team-info {
  flex: 1;
  min-width: 0;
}
.teams-config-status .team-config-item .team-info .team-name {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.4;
  letter-spacing: -0.1px;
}
.teams-config-status .team-config-item .team-info .team-config-time {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
.teams-config-status .team-config-item .team-info .team-api-info {
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.teams-config-status .team-config-item .team-info .team-api-info span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.teams-config-status .team-config-item .team-info .team-api-info code {
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-family: "Courier New", monospace;
  color: rgba(255, 255, 255, 0.9);
}
.teams-config-status .no-teams-message {
  padding: 32px 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
}
.teams-config-status .no-teams-message p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}
.teams-config-status .no-teams-message p:first-of-type {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.teams-config-status .no-teams-message p:last-of-type {
  font-size: 13px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.start-match-section {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.start-match-section .start-match-btn {
  padding: 20px 56px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 12px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  border: none;
  color: white;
  box-shadow: 0 8px 24px rgba(40, 167, 69, 0.35);
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}
.start-match-section .start-match-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.start-match-section .start-match-btn:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(40, 167, 69, 0.45);
  background: linear-gradient(135deg, #34ce57 0%, #26d9b8 100%);
}
.start-match-section .start-match-btn:hover:not(:disabled)::before {
  left: 100%;
}
.start-match-section .start-match-btn:active:not(:disabled) {
  transform: translateY(-1px);
}
.start-match-section .start-match-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background: rgba(108, 117, 125, 0.6);
  box-shadow: none;
}
.start-match-section .start-hint {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.6;
}

#running-phase {
  padding: 32px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
#running-phase .questions-progress {
  text-align: center;
  padding: 32px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  margin: 24px 0;
}
#running-phase .questions-progress p {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
#running-phase .realtime-leaderboard {
  margin-top: 32px;
}
#running-phase .realtime-leaderboard h3 {
  margin: 0 0 24px 0;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.3px;
}

#completed-phase {
  padding: 32px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
#completed-phase .final-leaderboard {
  margin-top: 32px;
}
#completed-phase .final-leaderboard h3 {
  margin: 0 0 24px 0;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.3px;
}

#leaderboard-content table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
#leaderboard-content table th,
#leaderboard-content table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#leaderboard-content table th {
  background: rgba(255, 255, 255, 0.08);
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.3px;
}
#leaderboard-content table tbody tr {
  transition: background 0.2s ease;
}
#leaderboard-content table tbody tr:hover {
  background: rgba(255, 255, 255, 0.08);
}
#leaderboard-content table tbody tr:last-child td {
  border-bottom: none;
}
#leaderboard-content table td {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.5;
}

.no-match-round {
  text-align: center;
  padding: 80px 40px;
}
.no-match-round .no-match-icon {
  font-size: 64px;
  margin-bottom: 24px;
  line-height: 1;
}
.no-match-round h2 {
  margin: 0 0 16px 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
.no-match-round p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 12px 0;
}
.no-match-round .create-mini-rounds-section {
  margin-top: 32px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.no-match-round .create-mini-rounds-section .create-hint {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.6;
}
.no-match-round .create-mini-rounds-section p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.6;
}

.round3-admin-control-page .button {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
  letter-spacing: 0.3px;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
}
.round3-admin-control-page .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.5s ease;
}
.round3-admin-control-page .button:hover::before {
  left: 100%;
}
.round3-admin-control-page .button.button-primary {
  background: linear-gradient(135deg, #0073aa 0%, #005a87 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 115, 170, 0.3);
}
.round3-admin-control-page .button.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 115, 170, 0.4);
  background: linear-gradient(135deg, #0085c3 0%, #006ba0 100%);
}
.round3-admin-control-page .button.button-primary:active {
  transform: translateY(0);
}
.round3-admin-control-page .button.button-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
.round3-admin-control-page .button.button-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.round3-admin-control-page .button.button-secondary:active {
  transform: translateY(0);
}
.round3-admin-control-page .button.button-large {
  padding: 16px 32px;
  font-size: 17px;
}
.round3-admin-control-page .change-group-button,
.round3-admin-control-page .change-topic-button {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .round3-admin-control-page {
    padding: 30px 16px 40px;
  }
  .round3-admin-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .round3-admin-header .header-left h1 {
    font-size: 24px;
  }
  .round3-admin-control-panel {
    padding: 24px 20px;
  }
  .screen-header .screen-header-top {
    flex-direction: column;
    align-items: stretch;
  }
  .screen-header .screen-header-top h2 {
    margin-bottom: 16px;
  }
  .reset-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .reset-buttons .button {
    width: 100%;
  }
  .match-group-item .match-group-item-content,
  .match-group-item .topic-item-content,
  .topic-item .match-group-item-content,
  .topic-item .topic-item-content {
    padding: 20px;
    flex-direction: column;
    gap: 12px;
  }
  .match-group-item .match-group-details,
  .match-group-item .topic-details,
  .topic-item .match-group-details,
  .topic-item .topic-details {
    flex-direction: column;
    gap: 12px;
  }
  .group-selection-actions {
    padding: 24px 16px;
  }
  .group-selection-actions .select-group-button {
    min-width: 100%;
    width: 100%;
  }
  .topic-selection-actions .select-topic-button {
    width: 100%;
    padding: 18px 32px;
  }
  .teams-config-status {
    padding: 20px 16px;
  }
  .teams-config-status .team-config-item {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .teams-config-status .team-config-item .team-info {
    width: 100%;
  }
  .start-match-section .start-match-btn {
    width: 100%;
    padding: 18px 32px;
  }
  #leaderboard-content {
    overflow-x: auto;
  }
  #leaderboard-content table {
    min-width: 600px;
  }
}
.markdown-response,
.question-text-preview.markdown-response {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
}
.markdown-response h1, .markdown-response h2, .markdown-response h3, .markdown-response h4, .markdown-response h5, .markdown-response h6,
.question-text-preview.markdown-response h1,
.question-text-preview.markdown-response h2,
.question-text-preview.markdown-response h3,
.question-text-preview.markdown-response h4,
.question-text-preview.markdown-response h5,
.question-text-preview.markdown-response h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #2271b1;
}
.markdown-response p,
.question-text-preview.markdown-response p {
  margin: 0.5em 0;
}
.markdown-response p:first-child,
.question-text-preview.markdown-response p:first-child {
  margin-top: 0;
}
.markdown-response p:last-child,
.question-text-preview.markdown-response p:last-child {
  margin-bottom: 0;
}
.markdown-response ul, .markdown-response ol,
.question-text-preview.markdown-response ul,
.question-text-preview.markdown-response ol {
  margin: 0.75em 0;
  padding-left: 2em;
  line-height: 1.8;
}
.markdown-response ul,
.question-text-preview.markdown-response ul {
  list-style-type: disc;
}
.markdown-response ol,
.question-text-preview.markdown-response ol {
  list-style-type: decimal;
}
.markdown-response li,
.question-text-preview.markdown-response li {
  margin: 0.4em 0;
  padding-left: 0.25em;
}
.markdown-response ul ul, .markdown-response ol ol, .markdown-response ul ol, .markdown-response ol ul,
.question-text-preview.markdown-response ul ul,
.question-text-preview.markdown-response ol ol,
.question-text-preview.markdown-response ul ol,
.question-text-preview.markdown-response ol ul {
  margin: 0.5em 0;
  padding-left: 1.5em;
}
.markdown-response ul ul,
.question-text-preview.markdown-response ul ul {
  list-style-type: circle;
}
.markdown-response ul ul ul,
.question-text-preview.markdown-response ul ul ul {
  list-style-type: square;
}
.markdown-response code,
.question-text-preview.markdown-response code {
  background: rgba(0, 0, 0, 0.05);
  padding: 2px 6px;
  border-radius: 3px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  color: #d63384;
}
.markdown-response pre,
.question-text-preview.markdown-response pre {
  background: rgba(0, 0, 0, 0.05);
  padding: 12px;
  border-radius: 6px;
  overflow-x: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 8px 0;
}
.markdown-response pre code,
.question-text-preview.markdown-response pre code {
  background: transparent;
  padding: 0;
  color: #333;
}
.markdown-response blockquote,
.question-text-preview.markdown-response blockquote {
  border-left: 4px solid #2271b1;
  padding-left: 1em;
  margin: 1em 0;
  color: #666;
  font-style: italic;
}
.markdown-response table,
.question-text-preview.markdown-response table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
}
.markdown-response table th, .markdown-response table td,
.question-text-preview.markdown-response table th,
.question-text-preview.markdown-response table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.markdown-response table th,
.question-text-preview.markdown-response table th {
  background: #f5f5f5;
  font-weight: 600;
}
.markdown-response .katex-display,
.question-text-preview.markdown-response .katex-display {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 10px 0;
  padding: 8px 0;
}
.markdown-response .katex,
.question-text-preview.markdown-response .katex {
  font-size: 1.1em;
}

.question-text-preview.markdown-response {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 12px;
  background: rgba(34, 113, 177, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(34, 113, 177, 0.2);
}

.team-details-content .markdown-response {
  max-width: 300px;
  word-wrap: break-word;
}

/*# sourceMappingURL=style.css.map*/