<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 Theme Name: Pixground
 Author: Nitin Kumar Raghav
 Author URI: https://vitrelabs.com
 Description: A SEO friendly theme build for downloading images by maintaining its Google Page Speed Scores
 Version: 0.4.3
 Requires at least: 3.0
 Tested up to: 6.4
 Requires PHP: 7.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: pixground
 Tags: pixground, multilingual-theme, seo-friendly-theme, translation-ready
 */

 * {
    font-family: opensans, "Segoe UI", Arial, sans-serif;
  }

  body{
    background: #1a1a1a;
  }
  
  
  .navbar {
    padding: 15px 10px;
    background: #222526;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 10000 !important;
  }
  
  @media (max-width: 576px) {
    .navbar {
      padding: 15px 0px;
    }
  
    .input-group {
      overflow: hidden;
    }
  }
  
  @media (max-width: 992px) {
    .row_nav {
      width: 100% !important;
    }
  }
  .navbar-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    border: none;
  }
  
  .logo img {
    width: 98px !important;
    height: auto;
  }
  
  .logo {
    height: 41px;
  }
  
  .col_s {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #resultDiv {
    background: #1b1b1b;
    width: 100%;
    display: none;
    color: #46a7e3;
    overflow: hidden;
  }

  #resultDiv a {
    color: #46a7e3;
  }
  
  .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
  }
  
  .dend_v li.gen {
    color: #909090;
    font-size: 14px;
    padding: 4px 16px;
  }
  
  .dropdown-divider {
    background: #5f5f5f !important;
  }
  
  .wrapper {
    width: 100%;
  }
  .side {
    background: #202223;
  }
  
  #sidebar {
    min-width: 50px;
    top: 70px;
    background: #202223;
    color: #fff;
    text-align: center;
    /* -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;  */
  }
  
  #sidebar.active {
    min-width: 270px;
    max-width: 270px;
    text-align: start;
  }
  #sidebar.active ul.components li {
    font-size: 14px;
    transition: all 0.4s !important;
  }
  #sidebar.active ul.components li a {
    padding: 5px 5px 5px 30px;
    /* transition: all 0.4s !important; */
  }
  #sidebar.active ul.components li a span {
    margin-right: 15px;
    /* display: block; */
    font-size: 18px;
    /* transition: all 0.4s !important; */
  }
  
  #sidebar ul.components {
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  @media (prefers-reduced-motion: reduce) {
    #sidebar ul.components {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
    }
  }
  #sidebar ul li {
    font-size: 14px;
    color: #909090;
  }
  #sidebar ul li.side_title {
    padding: 10px 30px;
  }
  #sidebar ul li &gt; ul {
    margin-left: 10px;
  }
  #sidebar ul li &gt; ul li {
    font-size: 14px;
  }
  #sidebar ul li a {
    padding: 10px 0;
    display: block;
    color: white;
    text-decoration: none;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1);  */
  }
  
  @media (max-width: 992px) {
    #sidebar ul .drop {
      display: none;
    }
    #sidebar ul li .drop {
      display: none;
    }
  }
  #sidebar ul li a:hover {
    background: #424649;
  }
  .s_link_active{
    background: #424649;
  }

  #sidebar ul li a span {
    font-size: 14px !important;
    transition: all 0.2s !important;
  }
  @media (max-width: 991.98px) {
    #sidebar{
      width: 270px;
      overflow-y: auto;
      height: calc(100vh - 67px);
      scrollbar-width: none;
    }
    #sidebar ul li a span {
      display: inline-block !important; 
      margin-right: 10px;
    }
      #sidebar ul.components li a{
      padding: 5px 5px 5px 30px;
    }
    .side{
      z-index: 100;
      position: fixed;
    }
  }
  #sidebar ul li a:hover {
    color: #fff;
  }
  #sidebar ul li.active &gt; a {
    background: transparent;
    color: #fff;
  }
  #sidebar ul li.active &gt; a:hover {
    background: #424649;
  }
  @media (max-width: 991.98px) {
    #sidebar {
      text-align: start;
      left: 0 !important;
      /* margin-left: -80px !important;  */
    }
    #sidebar.active {
      margin-left: -340px; 
      min-width: 50px;
    }
    
    #sidebar.active ul.components li a{
      padding: 10px 20px;
    }

    #sidebar.active ul.components li a span{
      margin-right: 0 !important;
    }
  }
  
  a[data-toggle="collapse"] {
    position: relative;
  }
  
  .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .three::after {
    display: none;
  }
  
  @media (max-width: 991.98px) {
    #sidebarCollapse span {
      display: none;
    }
  }
  
  .footer {
    padding: 0 30px;
  }
  @media (max-width: 991.98px) {
    .footer {
      display: none;
    }
  }
  
  #content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .swrap {
    max-width: 1600px;
    margin: auto;
  }
  
  .hidden {
    display: none !important;
  }
  
  .bdot {
    min-width: 110px;
    padding-right: 20px;
    background: #202223;
    border-right: 1px solid #5f5f5f;
  }

  .bdot::after{
    display: block;
  }
  
  .btnn-s {
    border-left: 1px solid #5f5f5f !important;
  }
  
  .input-group {
    border: 1px solid #5f5f5f;
    border-radius: 6px;
  }
  .input-text:focus {
    box-shadow: 0px 0px 0px;
    border-color: #73716d;
    outline: none;
    background-color: #181a1b;
  }
  
  .input-text::placeholder {
    color: #73716d;
    opacity: 1;
    font-size: 14px;
  }
  
  .input-text {
    background-color: transparent;
    outline: noe;
    border: none;
    color: #46a7e3 !important;
  }
  
  .s-con {
    background: #1b1b1b;
    padding: 11px 0px;
    width: 95%;
    max-width: 1600px;
  }
  
  .new_slider {
    width: 1680px !important;
    padding: 0px 15px;
    position: relative;
    overflow: hidden;
  }
  
  .new_slider .slidex {
    margin-right: 10px;
    flex: 0 0 auto;
    transition: transform 0.5s ease;
  }
  
  .next-btn,
  .prev-btn {
    position: absolute;
    top: 27px;
    font-size: 20px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
  }

  .prev-btn {
    left: 0px;
    transform: translateY(-50%);
    background: #1a1a1a;
  }
  
  .next-btn {
    right: 0px;
    transform: translateY(-50%);
    background: #1a1a1a;
  }
  
  /* .slick-initialized .slick-slide{
      width: auto !important;
  } */
  
  .ibtn {
    font-size: 12px;
  }
  
  .s_active {
    background: #fff;
    color: black;
  }
  
  .ct_btn_holder {
    background: #151515;
    overflow: hidden;
  }
  
  .ct_btn_holder .ct_btn {
    min-width: 100px;
    padding: 4px 14px;
    font-size: 12px;
    font-weight: 500;
    background: transparent;
    border: navajowhite;
    color: #fff;
    height: 100%;
  }
  
  .ct_active {
    background: #1a2635 !important;
    color: #46a7e3 !important;
  }
  
  .ct_2_active {
    background: #1a2635 !important;
    color: #46a7e3 !important;
  }
  
  .ct_card {
    overflow: hidden;
  }
  
  .ct_card2 {
    overflow: hidden;
    height: auto;
    width: 330px;
    /* display: inline-block; */
    margin-left: 10px;
    margin-right: 10px;
  }

  .ct_card3{
    overflow: hidden;
    height: auto;
    width: 328px;
  }

  .ct_card3 a{
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
  }

  @media (max-width: 660px){
    .ct_card2{
      height: 500px;
    }
  }
  
  .ct_card2 a {
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
  }
  
  .ct_card2 a .badge_p {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 2px 8px;
    font-size: 10px;
    font-family: Inter, Poppins, Arial, Helvetica, sans-serif;
    font-weight: 500;
    border-top-left-radius: 14px;
    opacity: 0.7;
  }

  /* .ct_card2 div.img {
    position: relative;
  }

  .ct_card2 div.img::before{
    content: '';
    position: absolute;
    display: block;
    background-color: gray;
    left: 0;
    top: 0;
    height: 100%;
    width: 33%;
  }

  .ct_card2 div.img::after{
    content: '';
    position: absolute;
    display: block;
    background-color: gray;
    right: 0;
    top: 0;
    height: 100%;
    width: 33%;
  } */
  
  .verti {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .title_s {
    background: #242424 !important;
    border-radius: 5px 5px 0px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ct_card a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 100%;
    width: 100%;
  }
  .ct_card .img,
  .ct_card .img &gt; img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
  }
  .ct_card a .badge_p {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 2px 8px;
    font-size: 10px;
    font-family: Inter, Poppins, Arial, Helvetica, sans-serif;
    font-weight: 500;
    border-top-left-radius: 14px;
    opacity: 0.7;
  }
  
  .load {
    padding: 6px 15px !important;
  }
  .load:hover {
    background: #f49c49;
  }
  
  .card {
    border: none;
  }
  
  .card-body {
    background: #202223;
  }
  
  .hold {
    border-bottom: 1px solid #424649;
  }
  
  .user_text .p1 {
    font-size: 14px;
  }
  
  .user_text .p2 {
    font-size: 12px;
    color: #787673;
    font-weight: 500;
  }
  
  .img_holder img {
    width: 42px;
  }
  
  .b_1 {
    padding: 6px 18px;
    background: #1c1c1c;
    font-size: 14px;
    cursor: pointer;
  }
  
  .breadcrumb-item,
  .b_text {
    color: #5f5f5f !important;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    display: none;
  }
  
  .download_inner {
    background: #202223;
  }
  
  .wrap_1 {
    border-bottom: 1px solid #5f5f5f;
  }
  
  .sp0 {
    font-size: 13px;
  }
  
  .d_menu {
    padding: 0px !important;
    overflow: hidden !important;
  }
  
  .span_holder {
    cursor: pointer;
  }
  
  .bt-s {
    background: #eaeaea;
    border-radius: 0px;
  }
  
  .tag0 {
    background: #424649;
    padding: 4px 15px;
    font-size: 14px;
    display: block;
  }
  .d-btn {
    background: #f49c49;
    border: none;
    border-radius: 4px 0px 0px 4px !important;
  }
  
  .d-btn:hover {
    background: #da893c;
  }
  
  .toggle_d {
    background: #424649;
    border: none;
  }
  .dropdown-toggle::after {
    right: 6px;
  }
  
  .op-s {
    border: 1px solid #5f5f5f;
  }
  .op_btn {
    min-width: 100px;
    padding: 4px 6px;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    border: navajowhite;
    color: #fff;
    height: 100%;
  }
  
  .op0 {
    border-left: 1px solid #5f5f5f;
  }
  
  .banner_box {
    height: 210px;
    /* background: url('dist/assets/images/source\\(13\).png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .banner_box2 {
    min-height: 200px;
    /* background: url(dist/assets/images/sunset-silhouettes-trees-mountains-generative-ai.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  
  .overlay {
    /* position: absolute; */
    width: 97%;
    min-height: 200px;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to top right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    border-radius: 20px;
    margin: 20px auto;
  }
  
  .overlay2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(50, 50, 50, 1), rgba(0, 0, 0, 0));
  }
  
  .up1 {
    font-size: 14px;
  }
  
  .text_up {
    width: 43%;
    margin: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    /* text-align: center !important; */
  }
  
  @media (max-width: 800px) {
    .text_up {
      width: 100%;
    }
  }
  
  @media (max-width: 768px) {
    #content {
      padding: 0px !important;
    }
  }
  
  #content {
    padding: 0px 10px;
  }
  
  .box_wrap {
    background: #202223;
    max-width: 970px;
    margin: auto;
    position: relative;
    font-size: 15px;
    color: #a5a5a5;
  }
  
  @media (min-width: 1281px) {
    .box_wrap {
      top: -30px;
    }
  }
  @media (min-width: 1600px){
    .down_sec{
      max-width: 410px;
    }

    .ui_pic {
      max-width: calc(100% - 410px); 
      width: 100%;
    }
  }
  
  #footer {
    color: #fff;
    background: #202223;
  }
  
  #footer a {
    color: #fff !important;
    text-decoration: none;
  }

  .content-h {
    min-height: 40vh;
  }

  .no-underline {
    text-decoration: none;
  }

  .download-card &gt; p {
    margin: 0;
  }

  a.like-button svg {
    fill: #787673;
  }

  a.like-button.liked svg {
    fill: #dc7819;
  }

  .cropper_buttons button:hover,
  .cropper_buttons button.active{
    background-color: #575e64;
  }
  .crop-vertical {
    position: relative;
  }
  .crop-vertical:before {
    content: "";
    position: absolute;
    display: block;
    width: 33%;
    height: 100%;
    background: #8eafb8;
    top: 0;
    left: 0;
  }
  .crop-vertical:after {
    content: "";
    position: absolute;
    display: block;
    width: 33%;
    height: 100%;
    background: #8eafb8;
    top: 0;
    right: 0;
  }

  .max-vh-30 {
    max-height: 30vh;
  }

  .text-fadeblue {
    color: #46a7e3;
  }

  .error-message {
      font-weight: bold;
      color: black;
      background: rgba(255, 0, 0, 0.5019607843);
      padding: 10px 20px;
      border-radius: 5px;
      margin: 10px 0;
      width: 100%;
  }

  .success-message {
      font-weight: bold;
      color: black;
      background: rgba(0, 128, 0, 0.5019607843);
      padding: 10px 20px;
      border-radius: 5px;
      margin: 10px 0;
      width: 100%;
  }

  .error-input {
      background: #ff00004d !important;
      border: 1px solid red !important;
  }

  .hidden {
      display: none;
  }

  .text-red {
    color: red;
  }

  .ct_card2 .img {
    height: 542px;
  }

  .ct_card2 .img &gt; img {
    height: 100%;
    object-fit: cover;
  }

  .tabbox.vertical {
    max-width: 350px;
    margin: 0 auto;
  }

  @media (min-width: 796px) {
    .tabbox.vertical {
      max-width: 700px;
    }
  }

  @media (min-width: 992px) {
    .tabbox.vertical {
      max-width: 350px;
    }
  }

  @media (min-width: 1066px) {
    .tabbox.vertical {
      max-width: 700px;
    }
  }

  @media (min-width: 1416px) {
    .tabbox.vertical {
      max-width: 1050px;
    }
  }

  @media (min-width: 1766px) {
    .tabbox.vertical {
      max-width: 1400px;
    }
  }

  @media (min-width: 2116px) {
    .tabbox.vertical {
      max-width: 1750px;
    }
  }

  @media (min-width: 2466px) {
    .tabbox.vertical {
      max-width: 2100px;
    }
  }

  @media (min-width: 2816px) {
    .tabbox.vertical {
      max-width: 2450px;
    }
  }

  @media (min-width: 3166px) {
    .tabbox.vertical {
      max-width: 2800px;
    }
  }

  .title_s2 {
    background: #242424 !important;
    border-radius: 0px 0px 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 6px;
    padding-right: 6px;
  }

  .down-bar .left .img-holder img{
    width: 20px;
    height: 20px;
    border-radius: 999px;
  }

  .down-bar &gt; div {
    max-width: 70%;
  }

  .down-bar .left .title {
    width: 95%;
  }

  .down-bar .left .title span {
    font-size: 12px;
    font-weight: 500;
    display: block;   
    max-width: 100%;
    white-space: nowrap;     
    overflow: hidden;        
    text-overflow: ellipsis;
}

.down-bar{
  border-bottom: 1px solid #373737;
  border-left: 1px solid #373737;
  border-right: 1px solid #373737;
}

/* Modern 404 Page Styles */
.error-404-container {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: linear-gradient(135deg, #1a1a1a 0%, #222526 100%);
}

.error-404-content {
    max-width: 800px;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.error-404-illustration {
    margin-bottom: 2rem;
}

.error-404-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.error-digit {
    font-size: 8rem;
    font-weight: 900;
    color: #46a7e3;
    text-shadow: 0 0 20px rgba(70, 167, 227, 0.3);
    animation: pulse 2s infinite;
}

.error-zero {
    width: 120px;
    height: 120px;
    border: 8px solid #46a7e3;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: float 3s ease-in-out infinite;
}

.error-face {
    width: 60px;
    height: 60px;
    position: relative;
}

.error-eyes {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.error-eye {
    width: 12px;
    height: 12px;
    background: #46a7e3;
    border-radius: 50%;
    animation: blink 4s infinite;
}

.error-mouth {
    width: 30px;
    height: 15px;
    border: 3px solid #46a7e3;
    border-top: none;
    border-radius: 0 0 30px 30px;
    margin: 0 auto;
}

.error-404-text {
    margin-bottom: 3rem;
}

.error-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.error-description {
    font-size: 1.1rem;
    color: #cccccc;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.error-404-actions {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.error-search-section,
.error-navigation,
.error-popular-categories {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.error-search-section h3,
.error-navigation h3,
.error-popular-categories h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #46a7e3;
}

.error-search-form {
    max-width: 400px;
    margin: 0 auto;
}

.search-input-group {
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.error-search-input {
    flex: 1;
    padding: 15px 20px;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 1rem;
}

.error-search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.error-search-input:focus {
    outline: none;
}

.error-search-btn {
    padding: 15px 20px;
    background: #46a7e3;
    border: none;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease;
}

.error-search-btn:hover {
    background: #3a8bc7;
}

.error-nav-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.error-nav-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.error-nav-btn.primary {
    background: #46a7e3;
    color: white;
}

.error-nav-btn.primary:hover {
    background: #3a8bc7;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(70, 167, 227, 0.3);
}

.error-nav-btn.secondary {
    background: transparent;
    color: #46a7e3;
    border-color: #46a7e3;
}

.error-nav-btn.secondary:hover {
    background: #46a7e3;
    color: white;
    transform: translateY(-2px);
}

.error-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.error-category-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.error-category-card:hover {
    background: rgba(70, 167, 227, 0.1);
    border-color: #46a7e3;
    transform: translateY(-2px);
}

.category-icon {
    width: 40px;
    height: 40px;
    background: #46a7e3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.category-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.category-name {
    font-weight: 600;
    font-size: 0.9rem;
}

.category-count {
    font-size: 0.8rem;
    color: #cccccc;
}

/* 404 Page Animations */
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes blink {
    0%, 90%, 100% { opacity: 1; }
    95% { opacity: 0; }
}

/* 404 Page Responsive Design */
@media (max-width: 768px) {
    .error-digit {
        font-size: 5rem;
    }
    
    .error-zero {
        width: 80px;
        height: 80px;
    }
    
    .error-face {
        width: 40px;
        height: 40px;
    }
    
    .error-eye {
        width: 8px;
        height: 8px;
    }
    
    .error-mouth {
        width: 20px;
        height: 10px;
    }
    
    .error-title {
        font-size: 2rem;
    }
    
    .error-nav-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .error-nav-btn {
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }
    
    .error-categories-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .error-404-number {
        gap: 0.5rem;
    }
    
    .error-digit {
        font-size: 4rem;
    }
    
    .error-zero {
        width: 60px;
        height: 60px;
    }
    
    .error-title {
        font-size: 1.5rem;
    }
    
    .error-description {
        font-size: 1rem;
    }
}</pre></body></html>