<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>robot:mafia – back soon</title>
<style>
  * { margin: 0; padding: 0; box-sizing: border-box; }
  body {
    background: #0a0a0a;
    color: #c8c8c8;
    font-family: 'Courier New', monospace;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container {
    text-align: center;
    padding: 2rem;
  }
  .logo {
    font-size: clamp(1.8rem, 5vw, 3rem);
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #333;
    padding: 1rem 2rem;
    display: inline-block;
    margin-bottom: 2rem;
  }
  .logo span { color: #888; }
  .tagline {
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 3rem;
  }
  .status {
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    color: #444;
    text-transform: uppercase;
  }
  .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #c8522a;
    border-radius: 50%;
    margin-right: 0.5rem;
    animation: pulse 2s infinite;
    vertical-align: middle;
  }
  @keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
  }
</style>
</head>
<body>
<div class="container">
  <div class="logo">robot<span>:</span>mafia</div>
  <div class="tagline">Sharing Visual Art &amp; Music Since 2010</div>
  <div class="status"><span class="dot"></span>transmission interrupted — back soon</div>
</div>
</body>
</html>
