/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[2].use[3]!./assets/scss/codex_page.scss ***!
  \*****************************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~ Pages ~~~~~~~~~~ */
/**
 * Codex Template - PDF Viewer Styles
 */
/* PDF Viewer Section */
.section--pdf-viewer {
  padding: 60px 0 140px 0; }
  .section--pdf-viewer .section__title {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a2e; }
  .section--pdf-viewer .section__description {
    margin-bottom: 30px;
    color: #4a4a68;
    line-height: 1.7; }

/* PDF Viewer Container */
.pdf-viewer {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  /* Controls Bar */
  /* Buttons */
  /* Page Info */
  /* Zoom Controls */
  /* Canvas Wrapper */
  /* Canvas */
  /* Loading State */
  /* Error State */ }
  .pdf-viewer__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 24px;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
    flex-wrap: wrap; }
  .pdf-viewer__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none; }
    .pdf-viewer__btn:hover {
      background: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 0.25);
      transform: translateY(-1px); }
    .pdf-viewer__btn:active {
      transform: translateY(0); }
    .pdf-viewer__btn--disabled, .pdf-viewer__btn:disabled {
      opacity: 0.4;
      cursor: not-allowed;
      pointer-events: none; }
    .pdf-viewer__btn svg {
      width: 20px;
      height: 20px;
      flex-shrink: 0; }
    .pdf-viewer__btn--zoom-in, .pdf-viewer__btn--zoom-out {
      padding: 8px; }
  .pdf-viewer__page-info {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-variant-numeric: tabular-nums; }
  .pdf-viewer__separator {
    color: rgba(255, 255, 255, 0.5); }
  .pdf-viewer__zoom {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.15); }
  .pdf-viewer__zoom-level {
    min-width: 50px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-variant-numeric: tabular-nums; }
  .pdf-viewer__canvas-wrapper {
    position: relative;
    overflow: auto;
    background: #f0f0f5;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px; }
    @media (max-width: 768px) {
      .pdf-viewer__canvas-wrapper {
        height: max-content !important; } }
  .pdf-viewer__canvas {
    max-width: 100%;
    height: auto;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    background: #fff; }
  .pdf-viewer__loading {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: #f0f0f5;
    color: #4a4a68;
    font-size: 15px; }
  .pdf-viewer__spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #e0e0e8;
    border-top-color: #1a1a2e;
    border-radius: 50%;
    animation: pdf-spin 0.8s linear infinite; }
  .pdf-viewer__error {
    color: #dc3545;
    font-weight: 500; }

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

/* Content Section */
.section--content {
  padding: 60px 0; }
  .section--content .section__title {
    margin-bottom: 24px;
    font-size: 1.75rem;
    font-weight: 600;
    color: #1a1a2e; }
  .section--content .section__content {
    color: #4a4a68;
    line-height: 1.8; }
    .section--content .section__content p {
      margin-bottom: 1em; }
    .section--content .section__content h3,
    .section--content .section__content h4,
    .section--content .section__content h5 {
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      color: #1a1a2e; }
    .section--content .section__content ul,
    .section--content .section__content ol {
      margin-bottom: 1em;
      padding-left: 1.5em; }
    .section--content .section__content li {
      margin-bottom: 0.5em; }

/* Responsive */
@media (max-width: 768px) {
  .section--pdf-viewer {
    padding: 40px 0; }
  .pdf-viewer__controls {
    padding: 12px 16px;
    gap: 8px; }
  .pdf-viewer__btn {
    padding: 8px 12px;
    font-size: 13px; }
    .pdf-viewer__btn span {
      display: none; }
    .pdf-viewer__btn--download span {
      display: inline; }
  .pdf-viewer__page-info {
    padding: 8px 16px;
    font-size: 14px; }
  .pdf-viewer__zoom {
    margin-left: 8px;
    padding-left: 8px; }
  .pdf-viewer__canvas-wrapper {
    padding: 12px; }
  .section--content {
    padding: 40px 0; } }

@media (max-width: 480px) {
  .pdf-viewer__controls {
    justify-content: space-between; }
  .pdf-viewer__zoom {
    display: none; }
  .pdf-viewer__btn--download {
    order: 1;
    width: 100%;
    justify-content: center;
    margin-top: 8px; }
    .pdf-viewer__btn--download span {
      display: inline; } }


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