@font-face {
    font-family: "Yekan";
    src:
        url("../fonts/YekanBakh-VF.woff2") format("woff2"),
        url("../fonts/YekanBakh-VF.woff") format("woff");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}
       * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        svg{
          width: 60px;
          height: 60px;
          filter: drop-shadow(0 0 20px rgba(115, 210, 255, 0.56));
        }
        body {
            font-family: 'Yekan', Tahoma, sans-serif;
            background: #131731;
            color: #fff;
            padding: 40px;
            overflow-x: hidden;
        }
        .container {
            max-width: 1400px;
            margin: 0 auto;
        }
        
        .header {
            text-align: center;
            margin-bottom: 30px;
            padding: 30px;
            background: linear-gradient(135deg, #1a1f3a 0%, #2d3561 100%);
            border-radius: 40px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.3);
        }
        
        .header h1 {
            font-size: 35px;
            font-weight: bold;
            margin-bottom: 10px;
            color: #fbfcff;
            line-height: 3;
        }
.header h1 svg{
    margin-top:10px;
    position: absolute;
    margin-right: -85px;
    margin-top: 16px;
}
        .header p {
            color: #26e6ff;
            font-size: 22px;
        }
        
        .main-boards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }
        
        .board {
            background: linear-gradient(135deg, #1a1f3a 0%, #2d3561 100%);
            border-radius: 40px;
            padding: 40px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.4);
            border: 2px solid rgba(0, 59, 82, 0.1);
            position: relative;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .board:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 50px rgba(16, 177, 255, 0.2);
            border-color: rgba(106, 177, 229, 0.3);
        }
        
        .board::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(0,255,136,0.05) 0%, transparent 70%);
            animation: pulse 4s ease-in-out infinite;
        }
        
        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 0.5; }
            50% { transform: scale(1.1); opacity: 0.8; }
        }
        
        .board-icon {
            font-size: 0;
            margin-bottom: 20px;
            filter: drop-shadow(0 0 20px rgba(119, 204, 255, 0.4));
        }
        
        .board-label {
            font-size: 20px;
            color: #26e6ff;
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        
        .board-value {
            font-size: 35px;
            font-weight: bold;
            background: linear-gradient(135deg, #cfd5e6 0%, #cfd5e6 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 10px;
            animation: glow 2s ease-in-out infinite;
        }
        
        @keyframes glow {
            0%, 100% { filter: drop-shadow(0 0 10px rgba(0, 195, 255, 0.3)); }
            50% { filter: drop-shadow(0 0 20px rgba(0, 195, 255, 0.6)); }
        }
        
        .board-subvalue {
            font-size: 20px;
            color: #fff;
            font-weight: 500;
        }
        
        .ticker-container {
            background: #222b4d;
            border-radius: 40px;
            padding: 50px 20px;
            margin-bottom: 30px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgb(66 55 55 / 30%);
        }
svg#Graph-Bar-Increase-Square--Streamline-Flex{
            font-size: 24px;
            color: #cfd5e6;
            margin-bottom: 21px;
            text-align: center;
            margin-right: -317px;
            position: absolute;
        } 
        .ticker-label {
            font-size: 26px;
            color: #ffffff;
            margin-bottom: 20px;
            text-align: center;
            display: flex;
            line-height: 2.7;
            margin-right: 0;
            ]: 67px;
            justify-content: center;
        }
        
        .ticker {
            display: flex;
            animation: scroll 30s linear infinite;
            white-space: nowrap;
        }
        
        @keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        
        .ticker-item {
            display: inline-flex;
            align-items: center;
            padding: 30px;
            margin-left: 20px;
            background: linear-gradient(135deg, #5867ba3b 0%, #404f9140 100%);
            border-radius: 30px;
            border: 1px solid rgba(185, 212, 255, 0.2);
            min-width: 400px;
        }
        
        .ticker-item-icon {
            font-size: 24px;
            margin-left: 15px;
        }
        
        .ticker-item-info {
            flex: 1;
        }
        
        .ticker-item-name {
            font-size: 18px;
            color: #e7edff;
            margin-bottom: 5px;
        }
        
        .ticker-item-value {
            font-size: 18px;
            font-weight: bold;
            color: #3aff6b;
        }
        
        .ticker-item-count {
            font-size: 12px;
            color: #ced8ff;
            margin-top: 5px;
        }
        
        .breakdown-section {
            background: linear-gradient(135deg, #252e52 0%, #394373 100%);
            border-radius: 40px;
            padding: 40px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.4);
        }
        
        .breakdown-title {
            font-size: 26px;
            font-weight: 400;
            color: #ffffff;
            margin-bottom: 30px;
            text-align: center;
            display: flex;
            justify-content: center;
        }
.breakdown-title svg{
    position: absolute;
    margin-right: -513px;
    margin-top: -12px;
}
        .breakdown-grid {
            display: grid;
            gap: 20px;
        }
        
        .breakdown-item {
            background: #1a1f3a9e;
            border-radius: 30px 0 0 30px;
            padding: 25px;
            border-right: 4px solid #3df3fc;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        
        .breakdown-item:hover {
            transform: translateX(-5px);
            box-shadow: 0 5px 20px rgba(15, 114, 162, 0.16);
        }
        
        .breakdown-item-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .breakdown-item-name {
            font-size: 22px;
            font-weight: 600;
            color: #fff;
        }
        
        .breakdown-item-count {
            background: rgb(0 219 255 / 18%);
            color: #3df3fc;
            padding: 5px 15px;
            border-radius: 10px;
            font-size: 16px;
            font-weight: bold;
        }
        
        .breakdown-item-stats {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }
.breakdown-item-stats svg {
    width: 40px;
    height: 40px;
    margin-top: -8px;
    position: absolute;
    margin-right: -45px;
}
        .breakdown-stat {
            text-align: center;
        }
        
        .breakdown-stat-label {
            font-size: 18px;
            color: #3aff6b;
            margin-bottom: 5px;
        }
        
        .breakdown-stat-value {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(119, 185, 255, 0.1);
            padding: 11px 34px;
            border-radius: 15px;
            font-size: 17px;
            margin-top: 20px;
            color: #fff;
        }
        
        .live-indicator {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255,0,0,0.1);
            padding: 8px 20px;
            border-radius: 30px;
            font-size: 20px;
            margin-top: 20px;
        }
        
        .live-dot {
            width: 15px;
            height: 15px;
            background: #ff0000;
            border-radius: 50%;
            animation: blink 2s infinite;
            margin-top: -2px;
        }
        
        @keyframes blink {
            0%, 50% { opacity: 1; }
            51%, 100% { opacity: 0.3; }
        }
        
        @media (max-width: 768px) {
            .header h1 {
                font-size: 22px;
                line-height: 2;
            }
            .header h1 svg {
  position: relative;
  top: 7px;
  margin: 0 0 0 5px;
}
            .header h1 svg{
                width: 35px;
                height: 35px;
            }
            .header p {
  color: #aab5d8;
  font-size: 14px;
}
svg {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 0 20px rgba(119, 204, 255, 0.4));
}
            .live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,0,0,0.1);
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 15px;
  margin-top: 20px;
}
            .board-value {
  font-size: 20px;
            }
            body {
  padding: 20px;
            }
            .header {
  text-align: center;
  margin-bottom: 15px;
  padding: 20px;
            }
            .board {
  padding: 20px;
            }
            .main-boards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 15px;
  margin-bottom: 0px;
}
            .board-label {
  font-size: 15px;
            }
            .breakdown-item-name,.board-subvalue {
  font-size: 16px;
            }
            .ticker-container {
  margin: 15px 0;
  padding: 20px 0 30px 0;
  }
            .ticker-item {
    min-width: 250px;
}
            .breakdown-title,.ticker-label {
  font-size: 19px;
  }
            svg#Graph-Bar-Increase-Square--Streamline-Flex {
  margin-top: 6px;
  margin-right: -220px;
}
            .ticker-item-value {
  font-size: 15px;
            }
            .ticker-item-name {
  font-size: 16px;
            }
           .breakdown-item-name .breakdown-title {
  font-size: 17px;
  margin-bottom: 20px;
            }
           .breakdown-stat-value,.breakdown-stat-label, .breakdown-item-count{
                font-size: 12px;
                margin-right: 15px;
            }
            .breakdown-stat-value{
                padding: 5px 15px;
                border-radius: 10px
            }
            .breakdown-section {
  padding: 20px;
            }
      .breakdown-item-stats svg {
  width: 25px;
  height: 25px;
  margin-top: -2px;
  position: absolute;
  margin-right: -30px;
}      
}
.header,
.board,
.ticker-container,
.ticker-item,
.breakdown-stat-value,
.breakdown-item-count,
.breakdown-section{
    @supports(corner-shape:superellipse(2)) {
        corner-shape: superellipse(2) !important
    }
    @supports(corner-shape:squircle) {  
        border-radius: 80px !important;
        corner-shape: squircle !important
    }
}
.breakdown-item {
        @supports(corner-shape:superellipse(2)) {
        corner-shape: superellipse(2) !important
    }
    @supports(corner-shape:squircle) {
        border-radius: 80px 0 0 80px !important;
        corner-shape: squircle !important
    }
}