
@font-face {
    font-family: 'Inter'; 
    src: url('fonts/InterMedium.ttf')
    
}


@font-face {
    font-family: 'GoogleSansFlexExtraBold'; 
    src: url('fonts/GoogleSansFlexExtraBold.ttf')
    
}
body {
    margin: 0;
    background: #72ff6a; 
    overflow-y: hidden; 
    font-family: GoogleSansFlexExtraBold;
}


body.devices-page {
  overflow-y: auto !important; 
  min-height: 100vh;
}


.devices-page .horizontal-container {
  height: auto;
  overflow-y: visible;
}

.zagolovok {

    font-family: GoogleSansFlexExtraBold;
}

.md3-pill {
 
    display: flex; 
    align-items: center;
    justify-content: center; 

    width: 800px;  
    height: 250px; 
    
  
    padding: 0; 

    border-radius: 999px; 
    background-color: #00c067; 
    color: #1d192b;
    border: none;
    cursor: pointer;
    

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 

    transition: background-color 0.2s, box-shadow 0.2s;
}


    .font-first {
        font-family: 'Inter', InterMedium;
    }
      
      .font-second {
        font-family: 'Inter', InterMedium;
      }
      

  .md3-pill:hover {
    background-color: #00ae5d;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  }

  .md3-lastfm {
    
    display: flex; 
    align-items: center;
    justify-content: center;

    
    width: 400px; 
    height: 100px;  
    
    padding: 0; 

    border-radius: 999px; 
    background-color: #00c067; 
    color: #1d192b;
    border: none;
    cursor: pointer;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 

    transition: background-color 0.2s, box-shadow 0.2s;
}



    .font-first {
        font-family: 'GoogleSansFlexExtraBold', GoogleSansFlexExtraBold;
    }
      
      .font-second {
        font-family: 'Inter', InterMedium;
      }

  .md3-pill:hover {
    background-color: #00ae5d;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  } 

.background-plate {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(135deg, #72ff6a 100%, #a8ff9e 100%);
    z-index: -1;
}


.horizontal-container {
    display: flex;
    width: 100vw;
    height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth; 
}


.horizontal-container::-webkit-scrollbar {
    display: none;
}

.page {
    flex: 0 0 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.md3-button {
    padding: 12px 24px;
    background: #7fdd13;
    color: white;
    border-radius: 28px; 
    border: none;
    font-size: 1.2rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    cursor: pointer;
}

.cookie {
    position: fixed;
    width: 300px;
    height: 300px;
    background: #00a859;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.cookie::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: inherit; 
    border-radius: inherit;
    transform: rotate(45deg);
}
 
.spinner {
    width: 100px;
    height: 100px;
    font-size: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  
    
    animation: spin 15s linear infinite;
  }
  
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  

  .fixed {
    position: fixed;
    top: 0;  
    right: 0;
    width: 100%;
}

.rotate-box {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    transition: transform 0.3s ease-out; 
  }

  .rotate-box:hover {

    transform: rotate(45deg); 
  }

  .cookie1 {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #00be65; 
    border-radius: 30px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.md3-mood {
   
    text-align: left;
    display: flex; 
    align-items: center;
    justify-content: center;

   
    width: 300px;  
    height: 100px;  
    

    padding: 0; 
    


    border-radius: 999px; 
    background-color: #00c067;
    color: #1d192b;
    border: none;
    cursor: pointer;
    
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 

    transition: background-color 0.2s, box-shadow 0.2s;
}

.md3-banners {
   
  text-align: left;
  display: flex; 
  align-items: center;
  justify-content: center;

 
  width: 400px;  
  height: 100px;  
  

  padding: 0; 
  


  border-radius: 999px; 
  background-color: #00c067;
  color: #1d192b;
  border: none;
  cursor: pointer;
  
  
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; 

  transition: background-color 0.2s, box-shadow 0.2s;
}

a {
    color: #2c893d; 
    text-decoration: underline; 
}


a:hover {
    color: #216a2e; 
}