/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2025 | 20:01:47 */
#blur-1 {
  position: relative;
  width: 452px;
  height: 442.5px;
}

/* Общие стили для всех ячеек */
#blur-1 .cell {
  position: absolute;
  width: 151px;
  height: 147.5px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #FFFFFF12;
}

/* ===== Расположение ячеек (теперь только 3 строки) ===== */

/* 1 строка (была 2 раньше) */
#blur-1 .cell:nth-child(1) { top: 0; left: 0; }
#blur-1 .cell:nth-child(2) {
  top: 0; left: 151px;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
#blur-1 .cell:nth-child(3) {
  top: 0; left: 302px;
  border-top: none;
  border-left: none;
  border-right: none;
}

/* 2 строка (была 3 раньше) */
#blur-1 .cell:nth-child(4) {
  top: 147.5px; left: 0;
  background: #FFFFFF03;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
#blur-1 .cell:nth-child(5) {
  top: 147.5px; left: 151px;
  border-top: none;
}
#blur-1 .cell:nth-child(6) { top: 147.5px; left: 302px; }

/* 3 строка (была 4 раньше) */
#blur-1 .cell:nth-child(7) {
  top: 295px; left: 0;
  background: #FFFFFF03;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
#blur-1 .cell:nth-child(8) { top: 295px; left: 151px; }
#blur-1 .cell:nth-child(9) {
  top: 295px; left: 302px;
  background: #FFFFFF03;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
