
#app {
  text-align: center;
}

body
{
  margin: 0;
  min-height: 100vh;
  background-image: url('/assets/anime-bg-BM7wWzK8.png');
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: center;

  font-family: sans-serif;
}

.content1
{
  margin: 15px;
  padding: 20px;
  width: 500px;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.content2
{
  margin: 15px;
  padding: 20px;
  width: 500px;
  height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

#clock
{
    color: rgba(255, 255, 255, 0.6);
    font-size: 50px;
    font-family: monospace;
    font-weight: bold;
}

#date
{
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    font-family: monospace;
    font-weight: bold;
}

#timer
{
    color: rgba(255, 255, 255, 0.6);
    font-size: 50px;
    font-family: monospace;
    font-weight: bold;
}

.bookmarks-container
{
    position: relative;
    top: 20px;
    height: 100px;
}

.content1 p, .content2 p
{
    color: rgba(255, 255, 255, 0.7);
}

.content1 a, .content2 a
{
    color: rgba(255, 255, 255, 0.7);
}

.content1 a
{
    text-decoration: none;
}

hr
{
    height: 80px;
    border: none;
}

.search-input
{
    z-index: 10;
    width: 300px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    padding: 5px;
    border-radius: 10px;
    padding-left: 5px;
}

.search-input::placeholder
{
    color: lightgray;
}

.bookmarks-container img
{
    height: 48px;
}

.horizontal
{
    display: flex;
    align-items: stretch;
}

.horizontal button
{
    border: none;
    border-radius: 10px;
    margin: 5px;
    width: 50px;
    font-family: monospace;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.5);
    padding: 0;
    line-height: 40px;
}

.horizontal #timer
{
    margin-left: 15px;
    margin-right: 15px;
}

.large
{
    font-size: 25px;
}

#stop
{
    display: none;
    margin-top: 6px;
    border: none;
    border-radius: 10px;
    font-family: monospace;
    font-weight: bold;
    background-color: rgba(160, 20, 20, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.7);
    padding: 8px 14px;
}

#mu
{
    margin-top: 22px;
    border: none;
    border-radius: 10px;
    font-family: monospace;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.7);
    padding: 12px 22px;
}

#mw
{
    display: none;
    position: fixed;
    top: 90px;
    right: 40px;
    width: 260px;
    background: #1a1a1a;
    color: #ddd;
    border: 1px solid #333;
    border-radius: 10px;
    z-index: 30;
    box-shadow: 6px 8px 0 #000;
}

#mbar
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    background: #111;
    cursor: move;
    border-radius: 10px 10px 0 0;
    font-family: monospace;
}

#mx
{
    border: none;
    background: #2a2a2a;
    color: #ccc;
    border-radius: 6px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

#macts
{
    display: flex;
    gap: 6px;
    align-items: center;
}

#mstop
{
    border: none;
    background: #b42323;
    color: white;
    border-radius: 6px;
    font-family: monospace;
    font-weight: bold;
    padding: 2px 8px;
    cursor: pointer;
}

#mlist
{
    max-height: 220px;
    overflow: auto;
    padding: 6px;
}

#mlist button
{
    display: block;
    width: 100%;
    text-align: left;
    margin: 3px 0;
    border: none;
    border-radius: 6px;
    background: #242424;
    color: #ccc;
    font-family: monospace;
    padding: 6px 8px;
}

#mlist button.on
{
    background: #3a3a3a;
    color: white;
}

#mspot
{
    display: block;
    margin: 8px auto 10px;
    border: none;
    border-radius: 8px;
    background: #111;
    color: #ddd;
    font-family: monospace;
    padding: 7px 12px;
}

#mbox iframe
{
    width: 100%;
    height: 152px;
    border: 0;
    border-radius: 0 0 10px 10px;
}

/* old empty face
.clock
{
    flex-direction: row;
}

.face
{
  width: 180px;
  height: 180px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
*/
