<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {padding: 0; margin: 0}
body {
  font-family: 'Open Sans', Helvetica, arial, sans-serif;
  background-color: rgba(225,225,225,0.1);
}




[data-title] {
  position: relative;
  cursor: pointer;
}

[data-title]:hover::after {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 120%);
  white-space: nowrap;
  padding: 8px 12px;
  border-radius: 10px;
  background: #121212;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  animation: fadeIn 0.3s ease-in-out 0.5s forwards;
  max-width: 300px; /* ÐœÐ°ÐºÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð° ÑˆÐ¸Ñ€Ð¸Ð½Ð° Ð¿Ñ–Ð´ÐºÐ°Ð·ÐºÐ¸ */
  word-wrap: break-word; /* ÐŸÐµÑ€ÐµÐ½Ð¾Ñ ÑÐ»Ñ–Ð², ÑÐºÑ‰Ð¾ Ñ‚ÐµÐºÑÑ‚ Ð½Ðµ Ð²Ð¼Ñ–Ñ‰Ð°Ñ”Ñ‚ÑŒÑÑ */
}

[data-title]::after {
  opacity: 0;
}

/* ÐÐ½Ñ–Ð¼Ð°Ñ†Ñ–Ñ Ð· Ð¿Ð¾ÑÐ²Ð¾ÑŽ */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, 100%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 120%);
  }
}

/* Ð¯ÐºÑ‰Ð¾ ÐºÐ½Ð¾Ð¿ÐºÐ° Ð±Ñ–Ð»Ñ Ð¿Ñ€Ð°Ð²Ð¾Ð³Ð¾ ÐºÑ€Ð°ÑŽ */
[data-title]:hover::after {
  left: auto;
  right: 50%;
  transform: translate(50%, 120%);
}

/* Ð¯ÐºÑ‰Ð¾ ÐºÐ½Ð¾Ð¿ÐºÐ° Ð±Ñ–Ð»Ñ Ð»Ñ–Ð²Ð¾Ð³Ð¾ ÐºÑ€Ð°ÑŽ */
[data-title]:hover::after {
  left: 50%;
  right: auto;
  transform: translate(-50%, 120%);
}





.news {
    width: 15px;
    height: 15px;
    background: url(https://doctrina.space/assets/megaphone-2.svg);
    background-size: contain;
    left: 20px;
    z-index: 1;
    filter: invert(1);
    opacity: 0.7;
}

.importantly {
    position: absolute;
    top: 50px;
    background: #000000bd;
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #f5f5f5;
    font-size: 80%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    backdrop-filter: blur(10px);
}


@keyframes blink {
  0% {
    opacity:0.7;
  }
  50% {
    opacity:1;
  }
  100% {
    opacity:0.7;
  }
}


.bold {
    font-weight: bold;
}


@font-face {
    font-family: "BloodLust"; src: url("BloodLust.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
} 
@media (max-width: 1000px) { 
    .button {
        font-weight:bold;
    }
}
@media (min-width: 1000px) { 
          .container {
            background-color: rgba(0,0,0,0.3);
            padding: 5px;
            display: flex;
                justify-content: center;
                align-content: center;
                flex-wrap: wrap;
                align-items: center;
            position: relative;
            overflow: hidden;
            text-decoration: none;
            z-index: 2;
          }
          .button {
            margin: 2px;
            padding: 15px;
            text-align: center;
            color: grey;
            text-transform: uppercase;
            position: relative;
            overflow: hidden;
            -webkit-transition: .3s;
            transition: .3s;
            float: left;
          }
          .button:after {
            position: absolute;
            -webkit-transition: .3s;
            transition: .3s;
            content: '';
            width: 0;
            left: 50%;
            bottom: 0;
            height: 3px;
            background: #bfbfbf;
          }
          .button:hover {
            cursor: pointer;
          }
          .button:hover:after {
            width: 100%;
            left: 0;
          }



          /* Page content */
          .content {
          }

          /* The sticky class is added to the navbar with JS when it reaches its scroll position */
          .sticky {
          }

          /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
          .sticky + .content {
            padding-top: 1px;
          }
          .mobile-1 {
            font-size: 35px;
          }
          .mobile-2 {
            font-size: 20px;
          }
}





@media (max-width: 999px) { 
          .container {
            background-color: rgba(0,0,0,0.3);
            padding: 2px;
            display: flex;
                justify-content: center;
                align-content: center;
                flex-wrap: wrap;
                align-items: center;
            position: relative;
            overflow: hidden;
            text-decoration: none;
          }

          .a {
            color: rgba(0,0,0,0);
            background-image: url(Home.svg);
            width: 50px;
            height: 50px;
            transform: scale(0.5,0.5);
            background-size: contain;
          }.b {
            color: rgba(0,0,0,0);
            background-image: url(Messages.svg);
            width: 50px;
            height: 50px;
            transform: scale(0.5,0.5);
            background-size: contain;
          }.c {
            color: rgba(0,0,0,0);
            background-image: url(Books.svg);
            width: 50px;
            height: 50px;
            transform: scale(0.5,0.5);
            background-size: contain;
          }.d {
            color: rgba(0,0,0,0);
            background-image: url(Feedback.svg);
            width: 50px;
            height: 50px;
            transform: scale(0.5,0.5);
            background-size: contain;
          }.e {
            color: rgba(0,0,0,0);
            background-image: url(Map.svg);
            width: 50px;
            height: 50px;
            transform: scale(0.5,0.5);
            background-size: contain;
          }.f {
            color: rgba(0,0,0,0);
            background-image: url(Hand.svg);
            width: 50px;
            height: 50px;
            transform: scale(0.5,0.5);
            background-size: contain;
          }.g {
            color: rgba(0,0,0,0);
            background-image: url(Taberna.svg);
            width: 50px;
            height: 50px;
            transform: scale(0.5,0.5);
            background-size: contain;
          }.j {
            color: rgba(0,0,0,0);
            background-image: url(Course.svg);
            width: 50px;
            height: 50px;
            transform: scale(0.5,0.5);
            background-size: contain;
          }.h {
            color: rgba(0,0,0,0);
            background-image: url(Test.svg);
            width: 50px;
            height: 50px;
            transform: scale(0.5,0.5);
            background-size: contain;
          }
          .mobile-1 {
            font-size: 30px;
          }
          .mobile-2 {
            font-size: 15px;
          }
          a {
            text-decoration: none;
          }
}








@media (min-width: 1000px) {   
  .new {
    position: absolute;
        right: 5px;
        top: 0px;
        width: 5px;
        height: 5px;
        background: #00ecff;
        border-radius: 50%;
        margin-top: -7px;
        font-weight: bold;
        pointer-events: none;
  }
}
@media (max-width: 999px) {   
  .new {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #00ecff;
    left: 0;
    border-radius: 50%;
  }
}

            .border {
                max-width: 400px;
                pointer-events: none;
            }
            
            
            
@media (max-width: 999px) {
    .promotion1 {height: 220px;width:50%;margin-top:10px;margin-bottom:20px;overflow:hidden; float:left}
    .promotion2 {height: 220px;width:50%;margin-top:10px;margin-bottom:20px;overflow:hidden; float:left}
}
@media (min-width: 1000px) {
    .promotion1 {height: 220px;width:40%;margin-top:10px;margin-bottom:20px; font-size: 5px}
    .promotion2 {display:none;}
}





.prompt {height: auto; padding: 10px; background-color: #121212; position: fixed; bottom: 10px; color: white; border-radius: 10px;}

#errors {
    background-color: #f5f5f5;
    box-shadow: 0px 0px 15px;
    border-radius: 0px 10px 10px 0;
    padding: 12px 22px;
    position: fixed;
    top: 70px;
    left: 0px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity:1;
    transition:0.4s;
    font-size: 90%;
    pointer-events: none;
    z-index: 100;
    animation: fade 7s forwards;
}

@keyframes fade {
  0% {
    opacity:0;
  }
  20% {
    opacity:1;
  }
  90% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}




#errors img {
    width:20px;
    height:20px;
    filter: brightness(0);
    transition:0.4s;
}
      @media (max-width: 1000px) {
      .prompt {width: 90%; left: 5%; font-size: 17px}
      }
      @media (min-width: 1001px) {
      .prompt {left: 40%; font-size: 18px}
      }
      
.userName {    
    color: #969696;
    font-size: 15px;
    position: absolute;
    right: 50px;
    top: 30px;
    z-index: 10;
  }
  
  ::-webkit-scrollbar {width: 10px; transition: 2s}
      ::-webkit-scrollbar:hover {background-color: #2e2e2e20; transition: 2s}
      ::-webkit-scrollbar-thumb {border-radius: 0px; background-color: #2e2e2e;}

        .account {
            font-size: 15px;
            position: absolute;
            right: 30px;
            width: auto;
            z-index: 50;
            color: #7b7b7b;
            opacity: 0.5;
            font-weight: bold;
            cursor: pointer;
            display: flex;
            align-content: center;
            align-items: center
        }
        .account img {width: 20px !important; margin-top: 1px; margin-left: 5px;pointer-events: auto !important;}
        .account a {display:contents; color:#7b7b7b; text-decoration:none}
        @media(max-width:1000px) {
            .linkAcc {
                display:none;
            }
        }
        
        .premium {
            position: absolute;
            left: 30px;
            color: #7b7b7b;
            font-size: 120%;
            pointer-events: none;
            margin-top: -3px;
            z-index: 55
        }
        @media (max-width: 1000px) {
            .premium {display:none}
            .account {right: 15px; z-index:0}
            .account img {width: 15px !important}
            .account a {color: transparent};
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
#navbar {
    top: 0px!important;
	width: -webkit-fill-available;
	width: -moz-available;
	height: 50px;
	display: flex;
    align-items: center;
    justify-content: center;
	z-index: 100;
	padding: 0 20px;
	position:fixed;
    background: #000000bd;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0 15px -5px black;
}
#premium {
    color: #ffffff7a; pointer-events:none; position: absolute; left: 20px; font-size: 95%;
}
.titlePage {
    color: #f5f5f5;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center
}
.titlePage .a1 {
	font-weight: 600;
    /*margin-top: 5px;*/
    transition:0.4s;
}
/*.a1 span {
    font-family: BloodLust;
    background: -webkit-linear-gradient(#f5f5f5 40%, #ff0000 60%);
    font-size: 35px;
    font-weight: 100;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/
.titlePage .a2 {
    position:absolute;
    visibility:hidden;
    opacity:0;
    transition:0.4s;
    margin-top: 5px;
    display: flex;
    flex-direction: row;
}
.a2 div {
    font-size: 90%;
    margin: 0px 15px;
}
@media (min-width:1000px) {
    .hamburger {
        display:none;
    }
    .account-new {
        font-size: 95%;
         position: relative; 
         right: 0px; 
        width: auto;
        z-index: 50;
        cursor: pointer;
        display: flex;
        align-content: center;
        align-items: center;
        gap: 5px;
    }
    .account-new a {
        display: contents;
        color: #ffffff7a;
    }
    .account-new img {
        width: 16px;
        opacity: 0.7;
    }
    #navbar:hover .a1 {
        visibility:hidden;
        opacity:0;
        transition:0.4s;
    }
    #navbar:hover .a2 {
        visibility:visible;
        opacity:1;
        transition:0.4s;
    }
}
.navbar-new {
    position: absolute;
    visibility:visible;
    right: 20px;
    width: 20px;
    display: flex;
    justify-content: flex-end;
}
.navbar-new-general {
    width: 20px;
    height: 20px;
    padding: 5px;
    opacity: 0.9;
}

.menu {
	position: fixed;
	top: 0px;
	right: 0px;
    width: 100% !important;
    height: 100% !important;
	background: #181818d1; /* #0000008a */
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
	visibility: visible !important;
	z-index: 96 !important;
	display: flex!important;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	transition: 0.3s;
}
#menu {
	visibility: hidden;
    position: fixed;
    z-index:-1;
}
.content-menu {
    filter:invert(1);
	display: flex;
    gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
.menu-button {
	width: auto;
    height: auto;
    font-size: 100%;
    color: #121212;
    background: none;
    backdrop-filter: blur(10px);
    font-weight: 600;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
	transition: 0.3s;
	padding: 15px;
	border-radius: 15px;
}
.menu-button:hover {
    background: #ededed6b;
	transition: 0.3s;
}
.menu-button img {
	width: 15px;
	height: 15px;
	/* filter: invert(1); */
}
.navbar-new-button {
	font-size: 100%;
    padding: 0 0 3px 0;
    border-bottom: 2px solid #f5f5f5;
    transition: 0.3s;
}
.navbar-new-button:hover {
	color: #121212; border-bottom: 2.5px solid #121212; transition: 0.3s
}
.icon {
	width: 30px;
    height: 27px;
    padding-bottom: 2px;
	border-radius: 50%;
	background: #121212;
	color: white;
	display: none;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	cursor: pointer;
} 
.button {
    padding: 0px;
    margin: 0;
    padding-bottom: 5px;
    color: #f5f5f5;
}
.button:after {
    background: #f5f5f5;
    color: #282828;
    height: 2px;
}

@media (max-width: 1000px) {
    .hamburger {display:flex;}
    .account-new {display:none;}
}

#menu__toggle {
  opacity: 0;
  margin: 0;
}

#menu__toggle:checked ~ .menu__btn &gt; span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn &gt; span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn &gt; span::after {
  top: 0;
  transform: rotate(90deg);
}

.menu__btn {
    position:relative;
    pointer-events:auto;
    display: flex;
    align-items: center;
    width: 25px;
    cursor: pointer;
    z-index: 1;
    justify-content: flex-end;
}

.menu__btn &gt; span,
.menu__btn &gt; span::before,
.menu__btn &gt; span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 1.9px;

  background-color: #959595;

  transition-duration: .25s;
}
.menu__btn &gt; span::before {
  content: '';
  top: -6px;
}
.menu__btn &gt; span::after {
  content: '';
  top: 6px;
}
        a {
            text-decoration:none;
        }
        .btn {
            overflow: hidden;
            margin:5px;
            width: 45%;
            max-width: 250px;
            height: 40px;
            line-height: 40px;
            background: #e3e3e3;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 15px;
            text-decoration: none;
            color: #4e4e4e;
            font-weight: 600;
            font-size: 90%;
            display: inline-block;
            border: 2px solid transparent;
            transition: 0.4s;
        }
        .btn:hover {
            border: 2px solid #dcdcdc;
            box-shadow: 0 0 20px -12px #5e5e5e;
            transition: 0.4s;
        }
        #darkBtn {
            background: #282828;
            color: #f5f5f5;
        }
        
        
.savedTestButton {
    background-color: #f5f5f5;
    box-shadow: 0px 0px 15px;
    border-radius: 0px 15px 15px 0;
    padding: 12px 22px;
    position: absolute;
    left: 0px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity:1;
    transition:0.4s;
}
.savedTestButton img {
    width:20px;
    height:20px;
    transition:0.4s;
}

@media(min-width:1000px) {
    .savedTestButton:hover {
        box-shadow: none;
        background-color: transparent;
        color: #f5f5f5;
        transition:0.4s;
    }
    .savedTestButton:hover img {
        filter:invert(1);
        transition:0.4s;
    }
}
@media(max-width:1000px) {
    .savedTestButton span {
        display:none;
    }
}
#baseName {
      color: #f5f5f5;
      text-align: center;
      font-size: 150%;
      font-weight: 600;
}
      </pre></body></html>