    * {
      box-sizing: border-box;

    }

    body {
      font-family: 'Century Gothic', sans-serif;
      background-image: url("images/bg.jpg");
      margin: 0;
    }

    :root {
      --gjs-t-color-primary: #cf549e;
      --gjs-t-color-secondary: #b9227d;
    }

    .osnova_server {
      background-color: none;
      font-size: 1rem;
      line-height: 1.75rem;
    }

    .gjs-t-h1 {
      color: var(--gjs-t-color-secondary);
      font-size: 1.5rem;
      line-height: 2.5rem;
    }

    .gjs-t-h2 {
      color: #601843;
      font-size: 1.2rem;
      line-height: 1.75rem;
    }

    .gjs-t-button {
      background-color: var(--gjs-t-color-primary);
      color: white;
      border-radius: 0.3rem;
    }

    .gjs-t-link {
      color: var(--gjs-t-color-primary);
      text-decoration: underline;
    }

    body {
      background-color: none;
      font-family: 'Century Gothic', sans-serif;
      color: #f5f5f5;
      text-align: center;
      margin: 0;
      padding: 0;
    }

    .head {
      padding: 50px 50px 35px;
    }

    .logo {
      height: 50px;
      display: block;
      margin: 0 auto;
    }

    .card {
      max-width: 700px;
      padding: 40px 45px;
      background-color: white;
      border-radius: 15px;
      margin: 0 auto;
    }

    .title {
      margin: 0;
      text-align: center;
    }

    .subtitle {
      text-align: center;
      margin: 0;
      padding: 25px 0;
    }

    .paragraph {
      line-height: 1.5;
      margin-bottom: 40px;
    }

    .link {
      color: #af4e8a;
      text-decoration: none;
      font-size: 13px;
    }

    .footer {
      margin-top: 30px;
      text-align: center;
    }

    .button {
      display: block;
      padding: 0.5rem 1rem;
      text-decoration: none;
      text-align: center;
      border-width: 0;
    }

    .container {
      display: flex;
	    flex-direction: column;
	    align-items: center;
      padding: 0px;
      box-sizing: border-box;
      margin-top: 0;
      height: auto;
    } 

    h2 {
      font-size: 2.5rem;
      margin-bottom: 20px;
      color: #7ee014;
    }

    h3 {
      font-size: 1.5rem;
      margin-bottom: 20px;
      color: #7ee014;
    }


    form {
      background-color: #131313;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 300px;
    }

    label {
      font-size: 1.2rem;
      margin-bottom: 10px;
    }

    select,
    input[type="password"] {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border-radius: 5px;
      border: 1px solid #7ee014;
      background-color: #222222;
      color: #f5f5f5;
    }

    button {
      padding: 10px 20px;
      background-color: #7ee014;
      color: #000000;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    button:hover {
      background-color: #7ee014;
    }

    p {
      font-size: 1rem;
      margin-top: 10px;
    }

    strong {
      color: #7ee014;
    }

    #i8ctf {
      width: 100%;
    }

    #ijjbl {
      flex-basis: 33.33%;
    }

    #inofp {
      flex-basis: 33.33%;
    }

    #i9cnb {
      flex-basis: 33.33%;
    }

    #i18rc {
      color: #d983a6;
      padding: 10px;
    }

    #iot5f {
      position: relative;
    }

    #ihgri {
      color: rgb(241, 196, 15);
    }

    #igb3k {
      color: #d983a6;
      padding: 10px;
    }

    #ibo28 {
      position: relative;
    }

    #iiejh {
      color: rgb(124, 241, 15);
    }

    #igtz5 {
      color: #d983a6;
      padding: 10px;
    }

    #ih3a2 {
      position: relative;
    }

    #iuyd8 {
      color: rgb(186, 55, 42);
    }

    * {
      box-sizing: border-box;
    }

    .link-wrapper {
      display: flex;
      flex-direction: row;
      gap: 20px;
      margin-top: 20px;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
    }

    .server-item {
      width: 70%;
      max-width: 230px;
      padding: 20px;
      background-color: #131313;
      border-radius: 10px;
      border: 1px solid #7ee014;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column;
      align-items: center;
      opacity: 0;
      transform: translateY(20px);
      animation: slideUp 1s ease-in-out forwards;
    }

    .server-item img {
      width: 100px;
      height: 100px;
      margin-bottom: 15px;
    }

    .server-item input {
      width: 100%;
      padding: 12px;
      font-size: 1.2rem;
      border-radius: 5px;
      margin-bottom: 15px;
      border: 1px solid #7ee014;
      background-color: #222222;
      color: #f5f5f5;
    }

    @media (min-width: 768px) {
    .server-item {
      width: calc(50% - 20px); /* 2 колонки на планшетах */
      }
    }
    @media (min-width: 1024px) {
      .server-item {
        width: calc(25% - 20px); /* 4 колонки на десктопах */
      }
    }
    @media (max-width: 480px) {
      .server-item {
        padding: 15px;
        margin: 10px 0;
      }

      .server-item img {
        width: 80px;
        height: 80px;
      }

      .link-wrapper {
        gap: 10px;
      }
    }
    .server-item input:last-of-type {
      margin-bottom: 0;
    }

    .osnova_server {
      background-color: inherit;
      color: inherit;
      font-size: 1rem;
      line-height: 1.75rem;
    }

    .server-item div {
      font-size: 1.2rem;
      color: white;
    }



    #ii3fy {
      width: 151px;
      height: 111px;
    }


    @keyframes slideUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .server-item .status {
      font-weight: bold;
      margin: 10px 0;
    }
    
    .server-item .status[data-status="Доступен"] {
      color: #7ee014; /* Зелёный */
    }
    
    .server-item .status[data-status="Недоступен"] {
      color: #F44336; /* Красный */
    }
    .logout-btn, .back-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: 20px;
      padding: 12px 24px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: all 0.3s;
      background: #131313;
      color: #7ee014;
      border: 1px #73ff00 solid;
      cursor: pointer;
      font-size: 1.1rem;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);    
    }
     .back-btn:hover {
      background-color: #7ee014;;
      color:#131313;
      transform: translateY(-2px);
      box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    }
	.connect-btn {
    font-family: 'Century Gothic', sans-serif;
		padding: 10px 15px;
		background-color: #7ee014;
		color: #131313;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		font-size: 1rem;
		margin-top: 10px;
		width: 100%;
		transition: background-color 0.3s;
	}

	.connect-btn:hover {
		background-color: #5da50f;
	}

	.modal {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 1000;
		animation: fadeIn 0.3s ease-out;
	}
	.modal-content {
    background: #131313;
    padding: 25px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	}

	@keyframes fadeIn {
		from { opacity: 0; transform: translateY(-20px); }
		to { opacity: 1; transform: translateY(0); }
	}
	.connect-btn.unavailable {
    background: #f44336 !important;
	}
	.connect-btn.unavailable:hover {
    background: #d32f2f !important;
	}
	.copy-btn {
		padding: 10px;
		background: #7ee014;
		color: white;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		margin: 10px 0;
		width: 100%;
		transition: background 0.3s;
	}

	.copy-btn:hover {
		background: #5da50f;
	}

	.copy-btn:active {
		transform: scale(0.98);
	}