/* ============================================
   CFDI - Modern Design System
   ============================================ */

/* ============================================
   1. CSS Variables & Design Tokens
   ============================================ */#login-buttons {
  display: inline-block;
  margin-right: 0.2px;
  line-height: 1;
}
#login-buttons .login-button {
  position: relative;
}
#login-buttons button.login-button {
  width: 100%;
}
#login-buttons .login-buttons-with-only-one-button {
  display: inline-block;
}
#login-buttons .login-buttons-with-only-one-button .login-button {
  display: inline-block;
}
#login-buttons .login-buttons-with-only-one-button .login-text-and-button {
  display: inline-block;
}
#login-buttons .login-display-name {
  display: inline-block;
  padding-right: 2px;
  line-height: 1.5;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#login-buttons .loading {
  line-height: 1;
  background-image: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA);
  width: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
#login-buttons .login-button,
.accounts-dialog .login-button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 4px 8px;
  font-size: 80%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #596595;
  border: 1px solid #464f75;
  border-radius: 4px;
}
#login-buttons .login-button:hover,
.accounts-dialog .login-button:hover {
  background: #7580ac;
}
#login-buttons .login-button:active,
.accounts-dialog .login-button:active {
  background: #7580ac;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
}
#login-buttons .login-button.login-button-disabled,
.accounts-dialog .login-button.login-button-disabled,
#login-buttons .login-button.login-button-disabled:active,
.accounts-dialog .login-button.login-button-disabled:active {
  color: #ddd;
  background: #aaa;
  border: 1px solid #c3c3c3;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.accounts-dialog * {
  padding: 0;
  margin: 0;
  line-height: inherit;
  color: inherit;
  font: inherit;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.accounts-dialog .login-button {
  width: auto;
  margin-bottom: 4px;
}
#login-buttons .login-buttons-padding {
  display: inline-block;
  width: 30px;
}
#login-buttons .login-display-name {
  margin-right: 4px;
}
#login-buttons .configure-button {
  background: #ff2a00;
  border-color: #cc2200;
}
#login-buttons .configure-button:active,
#login-buttons .configure-button:hover {
  background: #ff5533;
  border-color: #ff2a00;
}
#login-buttons .login-image {
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 16px;
  height: 16px;
}
#login-buttons .text-besides-image {
  margin-left: 18px;
}
#login-buttons .no-services {
  color: red;
}
#login-buttons .login-link-and-dropdown-list {
  position: relative;
}
#login-buttons .login-close-text {
  float: left;
  position: relative;
  padding-bottom: 8px;
}
#login-buttons .login-text-and-button .loading,
#login-buttons .login-link-and-dropdown-list .loading {
  display: inline-block;
}
#login-buttons.login-buttons-dropdown-align-left #login-dropdown-list .loading {
  float: right;
}
#login-buttons.login-buttons-dropdown-align-right #login-dropdown-list .loading {
  float: left;
}
#login-buttons .login-close-text-clear {
  clear: both;
}
#login-buttons .or {
  text-align: center;
}
#login-buttons .hline {
  text-decoration: line-through;
  color: lightgrey;
}
#login-buttons .or-text {
  font-weight: bold;
}
#login-buttons #signup-link {
  float: right;
}
#login-buttons #forgot-password-link,
#login-buttons #resend-passwordless-code {
  float: left;
}
#login-buttons #back-to-login-link {
  float: right;
}
#login-buttons a,
.accounts-dialog a {
  cursor: pointer;
  text-decoration: underline;
}
#login-buttons.login-buttons-dropdown-align-right .login-close-text {
  float: right;
}
.accounts-dialog {
  border: 1px solid #ccc;
  z-index: 1000;
  background: white;
  border-radius: 4px;
  padding: 8px 12px;
  margin: -8px -12px 0 -12px;
  width: 250px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  font-size: 16px;
  color: #333;
}
.accounts-dialog > * {
  line-height: 1.6;
}
.accounts-dialog > .login-close-text {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.accounts-dialog label,
.accounts-dialog .title {
  font-size: 80%;
  margin-top: 7px;
  margin-bottom: -2px;
}
.accounts-dialog label {
  display: inline;
}
.accounts-dialog input[type=text],
.accounts-dialog input[type=email],
.accounts-dialog input[type=password] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.accounts-dialog input[type=text][type],
.accounts-dialog input[type=email][type],
.accounts-dialog input[type=password][type] {
  height: auto;
}
.accounts-dialog .login-button-form-submit {
  margin-top: 8px;
}
.accounts-dialog .message {
  font-size: 80%;
  margin-top: 8px;
  line-height: 1.3;
}
.accounts-dialog .error-message {
  color: red;
}
.accounts-dialog .info-message {
  color: green;
}
.accounts-dialog .additional-link {
  font-size: 75%;
}
.accounts-dialog .accounts-close {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  color: #000;
  opacity: 0.4;
}
.accounts-dialog .accounts-close:hover {
  opacity: 0.8;
}
.accounts-dialog #login-buttons-cancel-reset-password {
  float: right;
}
.accounts-dialog #login-buttons-cancel-enroll-account {
  float: right;
}
#login-dropdown-list {
  position: absolute;
  top: -1px;
  left: -1px;
}
#login-buttons.login-buttons-dropdown-align-right #login-dropdown-list {
  left: auto;
  right: -1px;
}
#login-buttons-message-dialog .message {
  /* we intentionally want it bigger on this dialog since it's the only thing displayed */
  font-size: 100%;
}
.accounts-centered-dialog {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  z-index: 1001;
  position: fixed;
  left: 50%;
  margin-left: -129px;
  top: 50%;
  margin-top: -40px;
  /* = approximately -height/2, though height can change */
}
#configure-login-service-dialog {
  width: 530px;
  margin-left: -269px;
  margin-top: -300px;
  /* = approximately -height/2, though height can change */
}
#configure-login-service-dialog table {
  width: 100%;
}
#configure-login-service-dialog input[type=text] {
  width: 100%;
  font-family: "Courier New", Courier, monospace;
}
#configure-login-service-dialog ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
#configure-login-service-dialog ol li {
  margin-left: 30px;
}
#configure-login-service-dialog .configuration_labels {
  width: 30%;
}
#configure-login-service-dialog .configuration_inputs {
  width: 70%;
}
#configure-login-service-dialog .new-section {
  margin-top: 10px;
}
#configure-login-service-dialog .url {
  font-family: "Courier New", Courier, monospace;
}
#configure-login-service-dialog-save-configuration {
  float: right;
}
.configure-login-service-dismiss-button {
  float: left;
}
#just-verified-dismiss-button,
#messages-dialog-dismiss-button {
  margin-top: 8px;
}
.hide-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  /* XXX consider replacing with DXImageTransform */
  background-color: #000000;
  /* fallback for IE7-8 */
  background-color: rgba(0, 0, 0, 0.7);
}
#login-buttons input[type=text],
.accounts-dialog input[type=text],
#login-buttons input[type=email],
.accounts-dialog input[type=email],
#login-buttons input[type=password],
.accounts-dialog input[type=password] {
  padding: 4px;
  border: 1px solid #aaa;
  border-radius: 3px;
  line-height: 1;
}.pc-dimmer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-animation:  pc-dimmer 500ms ease both;
  animation:          pc-dimmer 500ms ease both;
}

.pc-dimmer.pc-leave {
  -webkit-animation:  pc-dimmer 500ms ease reverse both;
  animation:          pc-dimmer 500ms ease reverse both;
}

.pc-container {
  position: fixed;
  top: calc(50% - 130px);
  left: calc(50% - 225px);
  width : 450px;
  height: auto;
  z-index: 10000;
  background: #FFF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  padding: 2em;
}

@media (max-width:768px) {
  .pc-container {
    width : 350px;
    left: calc(50% - 175px);
  }
}

.pc-container .pc-button{
  margin-top: 20px;
  background: transparent;
  border: 2px solid currentColor;
  color: currentColor;
  border-radius: 0;
  cursor: pointer;
  padding: 0.7em 1em;
  text-decoration: none;
  text-align: center;
  height: 54px;
  width: 45%;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition:         background-color 0.3s;
}

.pc-container .pc-button:last-child{
  margin-left: 10%;
}

.pc-container .pc-button:hover, .pc-container .pc-button:focus {
  background: currentColor;
  outline: none;
}

.pc-container .pc-button:hover > span, .pc-container .pc-button:focus > span {
  color: #FFF;
  outline: none;
}

.pc-container .pc-button.pc-button-cancel {
  color: #d4d4d4;
}

.pc-container .pc-button.pc-button-error {
  color: #ED5565;
}

.pc-container .pc-button.pc-button-success {
  color: #A0D468;
}

.pc-container.pc-enter {
  -webkit-animation:  pc-up 1290ms linear both;
  animation:          pc-up 1290ms linear both;
}

.pc-container.pc-leave {
  -webkit-animation:  pc-down 500ms linear both;
  animation:          pc-down 500ms linear both;
}

@keyframes pc-dimmer {
  0% {background-color: transparent;}
  100% {background-color: rgba(255, 255, 255, 0.8);}
}

@-webkit-keyframes pc-dimmer {
  0% {background-color: transparent;}
  100% {background-color: rgba(255, 255, 255, 0.8);}
}

@keyframes pc-down {
  0% {transform: translate(0,0);}
  99.99% {transform: translate(0,250%); opacity:1}
  100% {transform: translate(-300%,0);opacity:0}
}

@-webkit-keyframes pc-down {
  0% {-webkit-transform: translate(0,0);}
  99.99% {-webkit-transform: translate(0,250%); opacity:1}
  100% {-webkit-transform: translate(-300%,0);opacity:0}
}

/* Generated with Bounce.js. Edit at http://goo.gl/dvi8wI */

@-webkit-keyframes pc-up {
  0% { opacity: 0;}
  0.0001% { opacity: 1; -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1); }
  1.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.2997, 0, 0, 0, 0, 1, 0, 0, 369.63403, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.2997, 0, 0, 0, 0, 1, 0, 0, 369.63403, 0, 1); }
  3.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.41765, 0, 0, 0, 0, 1, 0, 0, 260.91272, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.41765, 0, 0, 0, 0, 1, 0, 0, 260.91272, 0, 1); }
  5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.42455, 0, 0, 0, 0, 1, 0, 0, 174.63058, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.42455, 0, 0, 0, 0, 1, 0, 0, 174.63058, 0, 1); }
  6.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.37219, 0, 0, 0, 0, 1, 0, 0, 109.1619, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.37219, 0, 0, 0, 0, 1, 0, 0, 109.1619, 0, 1); }
  8.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.2956, 0, 0, 0, 0, 1, 0, 0, 61.64924, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.2956, 0, 0, 0, 0, 1, 0, 0, 61.64924, 0, 1); }
  10% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.21639, 0, 0, 0, 0, 1, 0, 0, 28.79636, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.21639, 0, 0, 0, 0, 1, 0, 0, 28.79636, 0, 1); }
  11.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.14623, 0, 0, 0, 0, 1, 0, 0, 7.36186, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.14623, 0, 0, 0, 0, 1, 0, 0, 7.36186, 0, 1); }
  13.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.09009, 0, 0, 0, 0, 1, 0, 0, -5.56397, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.09009, 0, 0, 0, 0, 1, 0, 0, -5.56397, 0, 1); }
  15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.04871, 0, 0, 0, 0, 1, 0, 0, -12.43169, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.04871, 0, 0, 0, 0, 1, 0, 0, -12.43169, 0, 1); }
  16.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.02054, 0, 0, 0, 0, 1, 0, 0, -15.20252, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.02054, 0, 0, 0, 0, 1, 0, 0, -15.20252, 0, 1); }
  18.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00304, 0, 0, 0, 0, 1, 0, 0, -15.37637, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00304, 0, 0, 0, 0, 1, 0, 0, -15.37637, 0, 1); }
  20% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99344, 0, 0, 0, 0, 1, 0, 0, -14.05071, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99344, 0, 0, 0, 0, 1, 0, 0, -14.05071, 0, 1); }
  21.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98926, 0, 0, 0, 0, 1, 0, 0, -11.99135, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98926, 0, 0, 0, 0, 1, 0, 0, -11.99135, 0, 1); }
  23.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98848, 0, 0, 0, 0, 1, 0, 0, -9.70376, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98848, 0, 0, 0, 0, 1, 0, 0, -9.70376, 0, 1); }
  25% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98959, 0, 0, 0, 0, 1, 0, 0, -7.49779, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98959, 0, 0, 0, 0, 1, 0, 0, -7.49779, 0, 1); }
  26.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99155, 0, 0, 0, 0, 1, 0, 0, -5.54288, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99155, 0, 0, 0, 0, 1, 0, 0, -5.54288, 0, 1); }
  28.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99369, 0, 0, 0, 0, 1, 0, 0, -3.91254, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99369, 0, 0, 0, 0, 1, 0, 0, -3.91254, 0, 1); }
  30% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99565, 0, 0, 0, 0, 1, 0, 0, -2.61869, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99565, 0, 0, 0, 0, 1, 0, 0, -2.61869, 0, 1); }
  31.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99725, 0, 0, 0, 0, 1, 0, 0, -1.63695, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99725, 0, 0, 0, 0, 1, 0, 0, -1.63695, 0, 1); }
  33.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99845, 0, 0, 0, 0, 1, 0, 0, -0.92447, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99845, 0, 0, 0, 0, 1, 0, 0, -0.92447, 0, 1); }
  35% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99929, 0, 0, 0, 0, 1, 0, 0, -0.43182, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99929, 0, 0, 0, 0, 1, 0, 0, -0.43182, 0, 1); }
  36.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99982, 0, 0, 0, 0, 1, 0, 0, -0.1104, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99982, 0, 0, 0, 0, 1, 0, 0, -0.1104, 0, 1); }
  38.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0.08343, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0.08343, 0, 1); }
  40% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0.18642, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0.18642, 0, 1); }
  41.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00031, 0, 0, 0, 0, 1, 0, 0, 0.22797, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00031, 0, 0, 0, 0, 1, 0, 0, 0.22797, 0, 1); }
  43.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00029, 0, 0, 0, 0, 1, 0, 0, 0.23058, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00029, 0, 0, 0, 0, 1, 0, 0, 0.23058, 0, 1); }
  45% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00024, 0, 0, 0, 0, 1, 0, 0, 0.2107, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00024, 0, 0, 0, 0, 1, 0, 0, 0.2107, 0, 1); }
  46.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00018, 0, 0, 0, 0, 1, 0, 0, 0.17982, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00018, 0, 0, 0, 0, 1, 0, 0, 0.17982, 0, 1); }
  48.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0.14551, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0.14551, 0, 1); }
  50% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00008, 0, 0, 0, 0, 1, 0, 0, 0.11243, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00008, 0, 0, 0, 0, 1, 0, 0, 0.11243, 0, 1); }
  51.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00005, 0, 0, 0, 0, 1, 0, 0, 0.08312, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00005, 0, 0, 0, 0, 1, 0, 0, 0.08312, 0, 1); }
  53.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0.05867, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0.05867, 0, 1); }
  55% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00001, 0, 0, 0, 0, 1, 0, 0, 0.03927, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00001, 0, 0, 0, 0, 1, 0, 0, 0.03927, 0, 1); }
  56.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.02455, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.02455, 0, 1); }
  58.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0.01386, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0.01386, 0, 1); }
  60% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0.00648, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0.00648, 0, 1); }
  61.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0.00166, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0.00166, 0, 1); }
  63.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, -0.00125, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, -0.00125, 0, 1); }
  65% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, -0.0028, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, -0.0028, 0, 1); }
  66.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00342, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00342, 0, 1); }
  68.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00346, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00346, 0, 1); }
  70% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00316, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00316, 0, 1); }
  71.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.0027, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.0027, 0, 1); }
  73.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00218, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00218, 0, 1); }
  75% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00169, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00169, 0, 1); }
  76.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00125, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00125, 0, 1); }
  78.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00088, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00088, 0, 1); }
  80% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00059, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00059, 0, 1); }
  81.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00037, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00037, 0, 1); }
  83.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00021, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00021, 0, 1); }
  85% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.0001, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.0001, 0, 1); }
  86.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00002, 0, 1); }
  88.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00002, 0, 1); }
  90% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00004, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00004, 0, 1); }
  91.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00005, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00005, 0, 1); }
  93.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00005, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00005, 0, 1); }
  95% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00005, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00005, 0, 1); }
  96.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00004, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00004, 0, 1); }
  98.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00003, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00003, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes pc-up {
  0% { opacity: 0;}
  0.0001% { opacity: 1; -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1); }
  1.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.2997, 0, 0, 0, 0, 1, 0, 0, 369.63403, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.2997, 0, 0, 0, 0, 1, 0, 0, 369.63403, 0, 1); }
  3.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.41765, 0, 0, 0, 0, 1, 0, 0, 260.91272, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.41765, 0, 0, 0, 0, 1, 0, 0, 260.91272, 0, 1); }
  5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.42455, 0, 0, 0, 0, 1, 0, 0, 174.63058, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.42455, 0, 0, 0, 0, 1, 0, 0, 174.63058, 0, 1); }
  6.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.37219, 0, 0, 0, 0, 1, 0, 0, 109.1619, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.37219, 0, 0, 0, 0, 1, 0, 0, 109.1619, 0, 1); }
  8.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.2956, 0, 0, 0, 0, 1, 0, 0, 61.64924, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.2956, 0, 0, 0, 0, 1, 0, 0, 61.64924, 0, 1); }
  10% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.21639, 0, 0, 0, 0, 1, 0, 0, 28.79636, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.21639, 0, 0, 0, 0, 1, 0, 0, 28.79636, 0, 1); }
  11.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.14623, 0, 0, 0, 0, 1, 0, 0, 7.36186, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.14623, 0, 0, 0, 0, 1, 0, 0, 7.36186, 0, 1); }
  13.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.09009, 0, 0, 0, 0, 1, 0, 0, -5.56397, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.09009, 0, 0, 0, 0, 1, 0, 0, -5.56397, 0, 1); }
  15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.04871, 0, 0, 0, 0, 1, 0, 0, -12.43169, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.04871, 0, 0, 0, 0, 1, 0, 0, -12.43169, 0, 1); }
  16.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.02054, 0, 0, 0, 0, 1, 0, 0, -15.20252, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.02054, 0, 0, 0, 0, 1, 0, 0, -15.20252, 0, 1); }
  18.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00304, 0, 0, 0, 0, 1, 0, 0, -15.37637, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00304, 0, 0, 0, 0, 1, 0, 0, -15.37637, 0, 1); }
  20% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99344, 0, 0, 0, 0, 1, 0, 0, -14.05071, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99344, 0, 0, 0, 0, 1, 0, 0, -14.05071, 0, 1); }
  21.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98926, 0, 0, 0, 0, 1, 0, 0, -11.99135, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98926, 0, 0, 0, 0, 1, 0, 0, -11.99135, 0, 1); }
  23.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98848, 0, 0, 0, 0, 1, 0, 0, -9.70376, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98848, 0, 0, 0, 0, 1, 0, 0, -9.70376, 0, 1); }
  25% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98959, 0, 0, 0, 0, 1, 0, 0, -7.49779, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98959, 0, 0, 0, 0, 1, 0, 0, -7.49779, 0, 1); }
  26.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99155, 0, 0, 0, 0, 1, 0, 0, -5.54288, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99155, 0, 0, 0, 0, 1, 0, 0, -5.54288, 0, 1); }
  28.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99369, 0, 0, 0, 0, 1, 0, 0, -3.91254, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99369, 0, 0, 0, 0, 1, 0, 0, -3.91254, 0, 1); }
  30% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99565, 0, 0, 0, 0, 1, 0, 0, -2.61869, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99565, 0, 0, 0, 0, 1, 0, 0, -2.61869, 0, 1); }
  31.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99725, 0, 0, 0, 0, 1, 0, 0, -1.63695, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99725, 0, 0, 0, 0, 1, 0, 0, -1.63695, 0, 1); }
  33.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99845, 0, 0, 0, 0, 1, 0, 0, -0.92447, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99845, 0, 0, 0, 0, 1, 0, 0, -0.92447, 0, 1); }
  35% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99929, 0, 0, 0, 0, 1, 0, 0, -0.43182, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99929, 0, 0, 0, 0, 1, 0, 0, -0.43182, 0, 1); }
  36.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99982, 0, 0, 0, 0, 1, 0, 0, -0.1104, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99982, 0, 0, 0, 0, 1, 0, 0, -0.1104, 0, 1); }
  38.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0.08343, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0.08343, 0, 1); }
  40% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0.18642, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0.18642, 0, 1); }
  41.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00031, 0, 0, 0, 0, 1, 0, 0, 0.22797, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00031, 0, 0, 0, 0, 1, 0, 0, 0.22797, 0, 1); }
  43.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00029, 0, 0, 0, 0, 1, 0, 0, 0.23058, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00029, 0, 0, 0, 0, 1, 0, 0, 0.23058, 0, 1); }
  45% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00024, 0, 0, 0, 0, 1, 0, 0, 0.2107, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00024, 0, 0, 0, 0, 1, 0, 0, 0.2107, 0, 1); }
  46.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00018, 0, 0, 0, 0, 1, 0, 0, 0.17982, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00018, 0, 0, 0, 0, 1, 0, 0, 0.17982, 0, 1); }
  48.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0.14551, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0.14551, 0, 1); }
  50% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00008, 0, 0, 0, 0, 1, 0, 0, 0.11243, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00008, 0, 0, 0, 0, 1, 0, 0, 0.11243, 0, 1); }
  51.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00005, 0, 0, 0, 0, 1, 0, 0, 0.08312, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00005, 0, 0, 0, 0, 1, 0, 0, 0.08312, 0, 1); }
  53.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0.05867, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, 0.05867, 0, 1); }
  55% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00001, 0, 0, 0, 0, 1, 0, 0, 0.03927, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00001, 0, 0, 0, 0, 1, 0, 0, 0.03927, 0, 1); }
  56.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.02455, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.02455, 0, 1); }
  58.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0.01386, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0.01386, 0, 1); }
  60% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0.00648, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0.00648, 0, 1); }
  61.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0.00166, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, 0.00166, 0, 1); }
  63.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, -0.00125, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, -0.00125, 0, 1); }
  65% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, -0.0028, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99999, 0, 0, 0, 0, 1, 0, 0, -0.0028, 0, 1); }
  66.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00342, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00342, 0, 1); }
  68.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00346, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00346, 0, 1); }
  70% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00316, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00316, 0, 1); }
  71.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.0027, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.0027, 0, 1); }
  73.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00218, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00218, 0, 1); }
  75% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00169, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00169, 0, 1); }
  76.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00125, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00125, 0, 1); }
  78.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00088, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00088, 0, 1); }
  80% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00059, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00059, 0, 1); }
  81.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00037, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00037, 0, 1); }
  83.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00021, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00021, 0, 1); }
  85% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.0001, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.0001, 0, 1); }
  86.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.00002, 0, 1); }
  88.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00002, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00002, 0, 1); }
  90% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00004, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00004, 0, 1); }
  91.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00005, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00005, 0, 1); }
  93.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00005, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00005, 0, 1); }
  95% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00005, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00005, 0, 1); }
  96.666667% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00004, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00004, 0, 1); }
  98.333333% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00003, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.00003, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}
:root {
    /* Primary Colors - Professional Blue */
    --primary-color: #0066cc;
    --primary-light: #3385d6;
    --primary-dark: #004c99;
    --primary-50: #e6f2ff;
    --primary-100: #cce5ff;

    /* Secondary Colors - Mexican Green */
    --secondary-color: #00a86b;
    --secondary-light: #2db87c;
    --secondary-dark: #008556;

    /* Accent Colors - Warning/Action */
    --accent-color: #ff6b35;
    --accent-light: #ff8555;
    --accent-dark: #e55520;

    /* Neutral Colors */
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;

    /* Semantic Colors */
    --success: #10b981;
    --success-light: #d1fae5;
    --warning: #f59e0b;
    --warning-light: #fef3c7;
    --danger: #ef4444;
    --danger-light: #fee2e2;
    --info: #3b82f6;
    --info-light: #dbeafe;

    /* Shadows */
    --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1);
    --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);

    /* Border Radius */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    --radius-full: 9999px;

    /* Spacing */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-2xl: 3rem;

    /* Typography */
    --font-sans:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, sans-serif;
    --font-mono:
        "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;

    /* Transitions */
    --transition-fast: 150ms ease;
    --transition-base: 200ms ease;
    --transition-slow: 300ms ease;
}

/* ============================================
   2. Base Styles & Typography
   ============================================ */
* {
    box-sizing: border-box;
}

body {
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.5;
    color: var(--gray-900);
    background: var(--gray-50);
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    color: var(--gray-900);
    margin-top: 0;
    margin-bottom: var(--spacing-md);
}

h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: var(--spacing-md);
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color var(--transition-fast);
}

a:hover {
    color: var(--primary-dark);
}

/* ============================================
   3. Layout Components
   ============================================ */

/* App Sidebar */
.app-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 260px;
    background: linear-gradient(
        180deg,
        var(--gray-900) 0%,
        var(--gray-800) 100%
    );
    box-shadow: var(--shadow-xl);
    z-index: 1000;
    transition: transform var(--transition-slow);
    overflow-y: auto;
}

.app-sidebar-logo {
    padding: var(--spacing-xl);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.app-sidebar-logo h2 {
    color: white;
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.app-sidebar-logo small {
    color: var(--gray-400);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Navigation Items */
.sidebar-nav {
    padding: var(--spacing-md) 0;
}

.nav-section-title {
    color: var(--gray-500);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: var(--spacing-md) var(--spacing-lg);
    margin-top: var(--spacing-md);
}

.nav-item {
    padding: 0.75rem var(--spacing-lg);
    color: var(--gray-300);
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    transition: all var(--transition-base);
    border-left: 3px solid transparent;
    cursor: pointer;
    text-decoration: none;
}

.nav-item:hover {
    background: rgba(255, 255, 255, 0.05);
    color: white;
    text-decoration: none;
}

.nav-item.active {
    background: rgba(0, 102, 204, 0.15);
    color: var(--primary-light);
    border-left-color: var(--primary-color);
    font-weight: 600;
}

.nav-item i {
    font-size: 1.25rem;
    width: 24px;
    text-align: center;
    opacity: 0.8;
}

.nav-item.active i {
    opacity: 1;
}

/* Navigation Item with Submenu */
.nav-item-with-submenu {
    padding: 0.75rem var(--spacing-lg);
    color: var(--gray-300);
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    transition: all var(--transition-base);
    border-left: 3px solid transparent;
    cursor: pointer;
    text-decoration: none;
}

.nav-item-with-submenu:hover {
    background: rgba(255, 255, 255, 0.05);
    color: white;
    text-decoration: none;
}

.nav-item-with-submenu.active {
    background: rgba(0, 102, 204, 0.15);
    color: var(--primary-light);
    border-left-color: var(--primary-color);
    font-weight: 600;
}

.nav-item-with-submenu i.nav-icon {
    font-size: 1.25rem;
    width: 24px;
    text-align: center;
    opacity: 0.8;
}

.nav-item-with-submenu.active i.nav-icon {
    opacity: 1;
}

.nav-item-with-submenu .nav-text {
    flex: 1;
}

.nav-item-with-submenu .chevron {
    font-size: 0.875rem;
    transition: transform var(--transition-base);
}

.nav-item-with-submenu.open .chevron {
    transform: rotate(90deg);
}

/* Submenu Container */
.nav-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-slow);
    background: rgba(0, 0, 0, 0.2);
}

.nav-submenu.open {
    max-height: 500px;
}

.nav-submenu-item {
    padding: 0.625rem var(--spacing-lg) 0.625rem 3.5rem;
    color: var(--gray-400);
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    transition: all var(--transition-base);
    cursor: pointer;
    text-decoration: none;
    font-size: 0.875rem;
}

.nav-submenu-item:hover {
    background: rgba(255, 255, 255, 0.05);
    color: white;
    text-decoration: none;
}

.nav-submenu-item.active {
    color: var(--primary-light);
    font-weight: 600;
}

.nav-submenu-item i {
    font-size: 0.875rem;
    width: 16px;
    text-align: center;
    opacity: 0.6;
}

.nav-submenu-item.active i {
    opacity: 1;
}

/* App Header */
.app-header {
    position: fixed;
    top: 0;
    left: 260px;
    right: 0;
    height: 70px;
    background: white;
    border-bottom: 1px solid var(--gray-200);
    box-shadow: var(--shadow-sm);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--spacing-xl);
    z-index: 999;
}

.app-header-left {
    display: flex;
    align-items: center;
    gap: var(--spacing-lg);
}

.app-header-right {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--gray-700);
    cursor: pointer;
    padding: var(--spacing-sm);
}

/* App Main Content */
.app-main {
    margin-left: 260px;
    margin-top: 70px;
    padding: var(--spacing-xl);
    background: var(--gray-50);
    min-height: calc(100vh - 70px);
}

/* ============================================
   4. Card Components
   ============================================ */
.card-modern {
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    padding: var(--spacing-xl);
    margin-bottom: var(--spacing-lg);
    transition: all var(--transition-slow);
}

.card-modern:hover {
    box-shadow: var(--shadow-xl);
    transform: translateY(-2px);
}

.card-header-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
    border-bottom: 2px solid var(--gray-100);
}

.card-title-modern {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gray-900);
    margin: 0;
}

.card-subtitle-modern {
    font-size: 0.875rem;
    color: var(--gray-500);
    margin-top: var(--spacing-xs);
}

/* Stats Cards */
.stat-card {
    background: linear-gradient(
        135deg,
        var(--primary-color),
        var(--primary-dark)
    );
    color: white;
    border-radius: var(--radius-lg);
    padding: var(--spacing-xl);
    box-shadow: var(--shadow-lg);
    transition: all var(--transition-slow);
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-2xl);
}

.stat-value {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: var(--spacing-xs);
    line-height: 1;
}

.stat-label {
    font-size: 0.875rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.stat-change {
    font-size: 0.875rem;
    margin-top: var(--spacing-sm);
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
}

/* ============================================
   5. Data Table Styling
   ============================================ */
.data-table-card {
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    margin-bottom: var(--spacing-xl);
}

/* Table responsive wrapper for horizontal scrolling */
.data-table-card .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
}

.data-table-header {
    padding: var(--spacing-lg) var(--spacing-xl);
    border-bottom: 1px solid var(--gray-200);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--gray-50);
}

.data-table-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--gray-900);
    margin: 0;
}

.data-table-actions {
    display: flex;
    gap: var(--spacing-sm);
}

/* Enhanced Table Styling */
.table-modern {
    margin: 0;
    width: 100%;
    min-width: 700px; /* Ensure minimum width for proper column display */
    border-collapse: separate;
    border-spacing: 0;
}

.table-modern thead th {
    background: var(--gray-50);
    color: var(--gray-700);
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    padding: var(--spacing-md) var(--spacing-lg);
    border-bottom: 2px solid var(--gray-200);
    white-space: nowrap;
}

.table-modern tbody tr {
    transition: all var(--transition-base);
    border-bottom: 1px solid var(--gray-100);
}

.table-modern tbody tr:hover {
    background: var(--gray-50);
    box-shadow: inset 3px 0 0 var(--primary-color);
}

.table-modern tbody td {
    padding: var(--spacing-md) var(--spacing-lg);
    color: var(--gray-700);
    vertical-align: middle;
}

/* Horizontal scroll styling */
.data-table-card .table-responsive::-webkit-scrollbar {
    height: 8px;
}

.data-table-card .table-responsive::-webkit-scrollbar-track {
    background: var(--gray-100);
    border-radius: var(--radius-md);
}

.data-table-card .table-responsive::-webkit-scrollbar-thumb {
    background: var(--gray-400);
    border-radius: var(--radius-md);
}

.data-table-card .table-responsive::-webkit-scrollbar-thumb:hover {
    background: var(--gray-500);
}

/* DataTables wrapper enhancements for responsive tables */
.dataTables_wrapper {
    overflow: visible;
}

.dataTables_wrapper .dataTables_scroll {
    overflow: visible;
}

.dataTables_wrapper .dataTables_scrollBody {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}

/* Scroll shadow indicators for better UX */
.table-responsive {
    position: relative;
}

.table-responsive::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8), transparent);
    pointer-events: none;
    opacity: 0;
    transition: opacity var(--transition-fast);
    z-index: 1;
}

.table-responsive.scrollable::before {
    opacity: 1;
}

.table-responsive::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    pointer-events: none;
    opacity: 0;
    transition: opacity var(--transition-fast);
    z-index: 1;
}

.table-responsive.scrolled::after {
    opacity: 1;
}

/* DataTables Pagination Enhancement */
.dataTables_wrapper .dataTables_paginate {
    padding: var(--spacing-lg) var(--spacing-xl);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: var(--spacing-sm) var(--spacing-md);
    margin: 0 2px;
    border-radius: var(--radius-md);
    border: 1px solid var(--gray-300);
    background: white;
    color: var(--gray-700);
    transition: all var(--transition-fast);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

/* ============================================
   6. Form Components
   ============================================ */
.form-group-modern {
    margin-bottom: var(--spacing-lg);
}

.form-label-modern {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gray-700);
    margin-bottom: var(--spacing-sm);
}

.form-control-modern {
    width: 100%;
    padding: 0.75rem var(--spacing-md);
    font-size: 1rem;
    line-height: 1.5;
    color: var(--gray-900);
    background: white;
    border: 2px solid var(--gray-300);
    border-radius: var(--radius-md);
    transition: all var(--transition-base);
}

.form-control-modern:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.form-control-modern:hover {
    border-color: var(--gray-400);
}

.form-control-modern::placeholder {
    color: var(--gray-400);
}

.form-help-text {
    font-size: 0.75rem;
    color: var(--gray-500);
    margin-top: var(--spacing-xs);
}

/* Checkbox/Radio Modern */
.form-check-modern {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-md);
}

.form-check-modern input[type="checkbox"],
.form-check-modern input[type="radio"] {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

.form-check-label {
    font-size: 0.875rem;
    color: var(--gray-700);
    cursor: pointer;
    user-select: none;
}

/* ============================================
   7. Button Components
   ============================================ */
.btn-modern {
    padding: 0.75rem var(--spacing-lg);
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--radius-md);
    border: none;
    cursor: pointer;
    transition: all var(--transition-base);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm);
    text-decoration: none;
    line-height: 1;
}

.btn-modern:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-primary-modern {
    background: linear-gradient(
        135deg,
        var(--primary-color),
        var(--primary-light)
    );
    color: white;
    box-shadow: var(--shadow-md);
}

.btn-primary-modern:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    color: white;
}

.btn-secondary-modern {
    background: var(--gray-100);
    color: var(--gray-700);
    border: 1px solid var(--gray-300);
}

.btn-secondary-modern:hover:not(:disabled) {
    background: var(--gray-200);
    transform: translateY(-2px);
}

.btn-success-modern {
    background: var(--success);
    color: white;
    box-shadow: var(--shadow-md);
}

.btn-success-modern:hover:not(:disabled) {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-danger-modern {
    background: var(--danger);
    color: white;
    box-shadow: var(--shadow-md);
}

.btn-danger-modern:hover:not(:disabled) {
    background: #dc2626;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-warning-modern {
    background: var(--warning);
    color: white;
    box-shadow: var(--shadow-md);
}

.btn-warning-modern:hover:not(:disabled) {
    background: #d97706;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* Button Sizes */
.btn-sm-modern {
    padding: 0.5rem var(--spacing-md);
    font-size: 0.875rem;
}

.btn-lg-modern {
    padding: var(--spacing-md) var(--spacing-xl);
    font-size: 1.125rem;
}

/* Icon Buttons */
.btn-icon {
    padding: var(--spacing-sm);
    width: 36px;
    height: 36px;
    border-radius: var(--radius-md);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: all var(--transition-base);
    background: var(--gray-100);
    color: var(--gray-700);
}

.btn-icon:hover {
    transform: scale(1.1);
    background: var(--gray-200);
}

.btn-icon.btn-icon-primary {
    background: var(--primary-50);
    color: var(--primary-color);
}

.btn-icon.btn-icon-danger {
    background: var(--danger-light);
    color: var(--danger);
}

.btn-icon.btn-icon-success {
    background: var(--success-light);
    color: var(--success);
}

/* ============================================
   8. Badge Components
   ============================================ */
.badge-modern {
    padding: 0.375rem 0.75rem;
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-xs);
}

.badge-success {
    background: var(--success-light);
    color: #065f46;
}

.badge-warning {
    background: var(--warning-light);
    color: #92400e;
}

.badge-danger {
    background: var(--danger-light);
    color: #991b1b;
}

.badge-info {
    background: var(--info-light);
    color: #1e40af;
}

.badge-primary {
    background: var(--primary-50);
    color: var(--primary-dark);
}

/* ============================================
   9. Upload Components
   ============================================ */
.upload-zone {
    background: white;
    border: 3px dashed var(--gray-300);
    border-radius: var(--radius-xl);
    padding: var(--spacing-2xl) var(--spacing-xl);
    text-align: center;
    transition: all var(--transition-slow);
    cursor: pointer;
    position: relative;
    margin-bottom: var(--spacing-xl);
}

.upload-zone:hover {
    border-color: var(--primary-color);
    background: var(--gray-50);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.upload-zone.drag-over {
    border-color: var(--primary-color);
    background: var(--primary-50);
    border-style: solid;
}

.upload-zone input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-icon {
    font-size: 4rem;
    color: var(--primary-color);
    margin-bottom: var(--spacing-md);
    opacity: 0.7;
}

.upload-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--gray-700);
    margin-bottom: var(--spacing-sm);
}

.upload-subtext {
    font-size: 0.875rem;
    color: var(--gray-500);
}

.upload-file-list {
    margin-top: var(--spacing-xl);
}

.upload-file-item {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    padding: var(--spacing-md);
    background: white;
    border-radius: var(--radius-md);
    margin-bottom: var(--spacing-sm);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-200);
}

.upload-file-icon {
    font-size: 1.5rem;
    color: var(--primary-color);
    width: 40px;
    text-align: center;
}

.upload-file-info {
    flex: 1;
}

.upload-file-name {
    font-weight: 600;
    color: var(--gray-900);
    margin-bottom: var(--spacing-xs);
}

.upload-file-size {
    font-size: 0.75rem;
    color: var(--gray-500);
}

.upload-file-progress {
    flex: 1;
}

.progress-modern {
    height: 8px;
    border-radius: var(--radius-full);
    background: var(--gray-200);
    overflow: hidden;
}

.progress-bar-modern {
    height: 100%;
    background: linear-gradient(
        90deg,
        var(--primary-color),
        var(--primary-light)
    );
    border-radius: var(--radius-full);
    transition: width var(--transition-slow);
}

/* Legacy upload-area support */
.upload-area .alert {
    position: relative;
}

.upload-area input[type="file"] {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    opacity: 0;
}

/* ============================================
   10. Breadcrumbs
   ============================================ */
.breadcrumb-modern {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-md) 0;
    font-size: 0.875rem;
    color: var(--gray-600);
    background: transparent;
    margin-bottom: var(--spacing-lg);
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
}

.breadcrumb-separator {
    color: var(--gray-400);
}

.breadcrumb-item a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    transition: color var(--transition-fast);
}

.breadcrumb-item a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

.breadcrumb-current {
    color: var(--gray-900);
    font-weight: 600;
}

/* ============================================
   11. Loading States
   ============================================ */

/* Skeleton Loaders */
.skeleton {
    background: linear-gradient(
        90deg,
        var(--gray-200) 25%,
        var(--gray-100) 50%,
        var(--gray-200) 75%
    );
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: var(--radius-md);
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.skeleton-text {
    height: 1rem;
    margin-bottom: var(--spacing-sm);
}

.skeleton-title {
    height: 1.5rem;
    width: 60%;
    margin-bottom: var(--spacing-md);
}

.skeleton-card {
    height: 200px;
    border-radius: var(--radius-lg);
}

/* Modern Spinner */
.spinner-modern {
    width: 48px;
    height: 48px;
    border: 4px solid var(--gray-200);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-2xl);
    gap: var(--spacing-md);
}

.loading-text {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--gray-700);
}

/* ============================================
   12. Alert Components
   ============================================ */
.alert-modern {
    padding: var(--spacing-md) var(--spacing-lg);
    border-radius: var(--radius-md);
    border-left: 4px solid;
    margin-bottom: var(--spacing-lg);
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-md);
}

.alert-modern-icon {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.alert-modern-content {
    flex: 1;
}

.alert-modern-title {
    font-weight: 600;
    margin-bottom: var(--spacing-xs);
}

.alert-success-modern {
    background: var(--success-light);
    border-left-color: var(--success);
    color: #065f46;
}

.alert-warning-modern {
    background: var(--warning-light);
    border-left-color: var(--warning);
    color: #92400e;
}

.alert-danger-modern {
    background: var(--danger-light);
    border-left-color: var(--danger);
    color: #991b1b;
}

.alert-info-modern {
    background: var(--info-light);
    border-left-color: var(--info);
    color: #1e40af;
}

/* ============================================
   13. Responsive Design
   ============================================ */
@media (max-width: 1024px) {
    .app-sidebar {
        transform: translateX(-100%);
    }

    .app-sidebar.open {
        transform: translateX(0);
    }

    .app-header {
        left: 0;
    }

    .app-main {
        margin-left: 0;
    }

    .mobile-menu-toggle {
        display: block;
    }
}

@media (max-width: 768px) {
    .app-header {
        padding: 0 var(--spacing-md);
    }

    .app-main {
        padding: var(--spacing-md);
    }

    .data-table-header {
        flex-direction: column;
        gap: var(--spacing-md);
        align-items: flex-start;
    }

    .table-modern {
        font-size: 0.875rem;
        min-width: 600px; /* Reduced minimum width for mobile */
    }

    .table-modern thead th,
    .table-modern tbody td {
        padding: var(--spacing-sm) var(--spacing-md);
    }

    /* Enhanced horizontal scroll on mobile */
    .data-table-card .table-responsive::-webkit-scrollbar {
        height: 6px;
    }

    /* Mobile-specific table adjustments */
    .table-responsive {
        -webkit-overflow-scrolling: touch;
    }

    /* Ensure action columns stay visible on mobile */
    .table-modern td:last-child,
    .table-modern th:last-child {
        position: sticky;
        right: 0;
        background: white;
        box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
    }

    .table-modern tbody tr:hover td:last-child {
        background: var(--gray-50);
    }

    .card-modern {
        padding: var(--spacing-md);
    }

    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h3 {
        font-size: 1.5rem;
    }

    .btn-modern {
        width: 100%;
        justify-content: center;
    }

    .upload-zone {
        padding: var(--spacing-xl) var(--spacing-md);
    }

    .upload-icon {
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    .stat-value {
        font-size: 2rem;
    }

    .upload-file-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ============================================
   14. Utility Classes
   ============================================ */
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}

.mt-0 {
    margin-top: 0;
}
.mt-1 {
    margin-top: var(--spacing-xs);
}
.mt-2 {
    margin-top: var(--spacing-sm);
}
.mt-3 {
    margin-top: var(--spacing-md);
}
.mt-4 {
    margin-top: var(--spacing-lg);
}
.mt-5 {
    margin-top: var(--spacing-xl);
}

.mb-0 {
    margin-bottom: 0;
}
.mb-1 {
    margin-bottom: var(--spacing-xs);
}
.mb-2 {
    margin-bottom: var(--spacing-sm);
}
.mb-3 {
    margin-bottom: var(--spacing-md);
}
.mb-4 {
    margin-bottom: var(--spacing-lg);
}
.mb-5 {
    margin-bottom: var(--spacing-xl);
}

.p-0 {
    padding: 0;
}
.p-1 {
    padding: var(--spacing-xs);
}
.p-2 {
    padding: var(--spacing-sm);
}
.p-3 {
    padding: var(--spacing-md);
}
.p-4 {
    padding: var(--spacing-lg);
}
.p-5 {
    padding: var(--spacing-xl);
}

.d-flex {
    display: flex;
}
.d-inline-flex {
    display: inline-flex;
}
.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.d-none {
    display: none;
}

.flex-column {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.gap-1 {
    gap: var(--spacing-xs);
}
.gap-2 {
    gap: var(--spacing-sm);
}
.gap-3 {
    gap: var(--spacing-md);
}
.gap-4 {
    gap: var(--spacing-lg);
}

.text-muted {
    color: var(--gray-500);
}
.text-primary {
    color: var(--primary-color);
}
.text-success {
    color: var(--success);
}
.text-danger {
    color: var(--danger);
}
.text-warning {
    color: var(--warning);
}

.fw-normal {
    font-weight: 400;
}
.fw-medium {
    font-weight: 500;
}
.fw-semibold {
    font-weight: 600;
}
.fw-bold {
    font-weight: 700;
}

/* ============================================
   15. Legacy Support (404 page, etc.)
   ============================================ */
.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

.error-actions .btn {
    margin-right: 10px;
}