:root{
    --background: url('./ref/Tree_dark.png');
}

.bg {
    position: fixed;
    background: var(--background) center/cover no-repeat;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wid-cont{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 120px;
    margin-top: 220px;
    color: white;
    font-family: sans-serif;
}

#widget{
    width: 660px;
    height: 410px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 25px;

}   

#w-ts{
    margin-right: 8%;
    width: 540px;
    height: 520px;
    backdrop-filter: blur(10px);
    background:  rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    border: 50px;
    border-radius: 25px;
}
    

.separator {
  border-bottom: 1px solid #808080; 
  margin: 15px 0; 
}

header img {
    animation: 1s ease-in-out .2s both avatar;
    border-radius: 50%; 
    padding: 12px;
    width: clamp(65px, 26vmin, 160px);
    height: clamp(60px, 26vmin, 160px); 
    pointer-events: none;
    margin-left: 20px;
}

header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

header h1 {
    margin: 0;
}

header p {
    margin: 0;
    opacity: 0.8;
    padding-top: 12px; 
}

.dis{
    padding-left: 30px;
}

.streak{
    margin-right: 21%;
}

#g-st {
    display: flex;
    position: relative;
    top: -70px;
    justify-content: flex-end;
    margin-left: 15vh;
    width: 660px;
    height: 260px;
    backdrop-filter: blur(15px);
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(15px);
    border: 50px;
    border-radius: 25px;
}

#ts {
    padding-left: 30px;

}

.social-label {
  font-size: 0.8rem;
  color: rgb(255, 255, 255);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 14px 0 8px;
  text-align: center;
}

.social-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center; 
  padding: 30px;
}

.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;  
  width: 80px;
  height: 75px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: all 0.2s ease;
}

.icon-btn svg {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  pointer-events: none;
}


.icon-btn:hover {  
  background: rgba(74,179,244,0.15);
  border-color: #4ab3f4;
  color: #4ab3f4;
  transform: translateY(-2px);
}
