body{
    background:#0a0a0a;
    color:#e6e6e6;
    font-family:'Courier Prime', monospace;
    margin:0;
}

.container{
    width:900px;
    margin:40px auto;
    padding:25px;
    background:#141414;
    border:1px solid #2b2b2b;
    box-shadow:0 0 12px rgba(0,0,0,0.8);
}

h1{
    text-align:center;
    font-size:26px;
    margin:6px 0;
    color:#ffffff;
}

h2{
    margin-top:18px;
    margin-bottom:8px;
    font-size:18px;
    color:#ffffff;
    text-align:center;
}

hr{
    border:0;
    border-top:1px solid #2b2b2b;
    margin:10px 0 10px 0;
}

.breadcrumb{
    font-size:11px;
    color:#9a9a9a;
    margin-bottom:4px;
    text-align:center;
}

.quote{
    background:#1a1a1a;
    border:1px solid #333333;
    padding:6px 10px;
    display:block;
    width:fit-content;
    margin:0 auto 16px auto;
    text-align:center;
    font-style:italic;
    font-size:12px;
}

.intro{
    display:flex;
    gap:20px;
}

.preview{
    width:160px;
    border:1px solid #333333;
}

.text p{
    font-size:13px;
    line-height:1.6;
}

.loading{
    color:#b5b5b5;
    font-style:italic;
    text-align:center;
}

.nav-buttons{
    display:flex;
    gap:14px;
    margin-top:10px;
}

.nav-btn{
    flex:1;
    text-align:center;
    padding:10px;
    border:1px solid #3a3a3a;
    background:#121212;
    color:#e6e6e6;
    text-decoration:none;
    font-size:13px;
    cursor:pointer;
    font-weight:bold;
}

.nav-btn:hover{
    background:#1f1f1f;
}

.about{
    font-size:13px;
    line-height:1.6;
}

.submit{
    margin-top:15px;
    padding:12px;
    border:1px solid #3a3a3a;
    background:#121212;
    width:260px;
    font-size:13px;
}

.submit:hover{
    background:#1f1f1f;
    cursor:pointer;
}

footer{
    margin-top:30px;
    font-size:11px;
    text-align:center;
    color:#8a8a8a;
}

.return-btn{
    display:inline-block;
    width:60%;
    padding:10px;
    border:1px solid #3a3a3a;
    background:#121212;
    color:#e6e6e6;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
    text-align:center;
}

.return-btn:hover{
    background:#1f1f1f;
}

.entity-container {
  display: flex;
  gap: 30px;
}

.entity-main {
  flex: 3;
}

.entity-sidebar {
  flex: 1;
}

.entity-main h2 {
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

blockquote {
  background: #111111;
  border-left: 2px solid #3a3a3a;
  padding: 10px 15px;
  font-style: italic;
  margin-bottom: 20px;
}

.profile-card {
  border: 1px solid #3a3a3a;
  padding: 15px;
  background: #141414;
}

.profile-card h4 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

.profile-card img {
  width: 100%;
  border: 1px solid #3a3a3a;
  margin-bottom: 10px;
}

.caption {
  font-size: 12px;
  text-align: center;
  opacity: 0.7;
  margin-bottom: 15px;
}

.profile-table div {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #3a3a3a;
  padding: 6px 0;
  font-size: 13px;
}

.back-link {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 15px;
  opacity: 0.7;
}

.back-link:hover {
  opacity: 1;
}

.profile-card img{
    width:100%;
    max-width:260px;
    height:auto;
    display:block;
    margin:10px auto;
}

.profile-table{
    text-align:center;
}

.profile-table div{
    border-top:1px solid #3a3a3a;
    padding:8px 0;
    display:block;
}
