body{
background: linear-gradient(135deg,#ffe6f2,#e6f0ff);
font-family: "Verdana", sans-serif;
margin:0;
padding:0;
}

.page-container{
max-width:1100px;
margin:auto;
padding:20px;
}

.header{
text-align:center;
margin-bottom:30px;
}

.top-section{
display:grid;
grid-template-columns:2fr 1fr;
gap:20px;
}

.about-me-main{
background:white;
padding:20px;
border-radius:15px;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

.image-placeholder{
width:200px;
height:200px;
background:#eee;
border-radius:10px;
margin-bottom:10px;
overflow:hidden;
border:3px solid #ffd6ea;

}

.image-placeholder img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.top-right-section{
background:white;
padding:20px;
border-radius:15px;
box-shadow:0 4px 10px rgba(0,0,0,0.1);
}

.system-section{
margin-top:40px;
}

.system-buttons{
display:flex;
justify-content:space-between;
margin-bottom:20px;
}

.system-buttons button{
flex:1;
margin:5px;
padding:12px;
border:none;
border-radius:10px;
background:#ffb3d9;
cursor:pointer;
font-weight:bold;
}

.system-buttons button:hover{
background:#ff8fc6;
}

.system-panel{
display:none;
background:white;
padding:20px;
border-radius:15px;
margin-bottom:20px;
}

.panel-columns{
display:grid;
grid-template-columns:2fr 1fr;
gap:20px;
margin-bottom:20px;
}

.panel-image{
width:150px;
height:150px;
background:#eee;
border-radius:10px;
margin-bottom:10px;
overflow:hidden;
}

.panel-image img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.user-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:15px;
}

.info-card{

background:#f9f9ff;
padding:15px;
border-radius:12px;

box-shadow:0 3px 8px rgba(0,0,0,0.08);

text-align:center;
font-size:14px;

display:flex;
flex-direction:column;
align-items:center;

}

.info-card:hover{

transform:translateY(-4px) scale(1.02);

box-shadow:0 8px 20px rgba(255,120,190,0.2);

}

.alter-image{
width:80px;
height:80px;
background:#eee;
border-radius:50%;
margin-bottom:8px;
border:2px solid #ffd6ea;
}

.alter-image img{
width:100%;
height:100%;
object-fit:cover;
border-radius:50%;
display:block;
}

.alter-pronouns{

font-size:12px;
opacity:0.7;
margin:2px 0;

}

.alter-desc{

font-size:13px;
margin:6px 0;

}

.alter-tags{

margin-top:8px;

display:flex;
flex-wrap:wrap;
justify-content:center;
gap:5px;

}

.alter-tags span{

background:#ffd6ea;
padding:3px 6px;

border-radius:6px;
font-size:11px;

}

.system-buttons button{

flex:1;
margin:5px;
padding:12px;

border:none;
border-radius:12px;

background:#ffd6ea;

font-weight:bold;
cursor:pointer;

transition:all 0.2s;

}

.system-buttons button:hover{

background:#ffc3e0;
transform:translateY(-2px);

}

.system-buttons button.active{

background:#ff8fc6;
color:white;

box-shadow:0 0 10px rgba(255,120,190,0.6);

}

.alter-link{

text-decoration:none;
color:inherit;

}

.profile-header{

display:flex;
gap:30px;

margin-bottom:30px;

}

.profile-section{

background:white;

padding:20px;

margin-bottom:20px;

border-radius:12px;

box-shadow:0 4px 10px rgba(0,0,0,0.08);

}

.alter-title{
margin-top:10px;
margin-bottom:20px;
}

.alter-top{
display:flex;
gap:25px;
align-items:flex-start;
margin-bottom:25px;
}

.profile-image{
width:175px;
height:175px;
background:#eee;
border-radius:14px;
overflow:hidden;
border:3px solid #ffd6ea;
}

.profile-image img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.alter-summary{
flex:1;
}

.alter-table{
width:100%;
border-collapse:collapse;
font-size:14px;
}

.alter-table td{
padding:6px 8px;
border-bottom:1px solid #eee;
}

.alter-layout{
display:grid;
grid-template-columns:2fr 1fr;
gap:25px;
margin-bottom:25px;
align-items:flex-start;
}

.alter-side .profile-section{
margin-bottom:20px;
}

.tag-list{
display:flex;
flex-wrap:wrap;
gap:6px;
}

.tag-list span{
background:#ffe6f4;
border:1px solid #ffc6e2;
border-radius:8px;
padding:3px 7px;
font-size:12px;
}

.name-hoard{
line-height:1.8;
}

.source-columns{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.source-columns ul{
padding-left:18px;
}

.alter-main{
min-width:0;
}

.alter-side{
min-width:0;
}

.source-columns div{
border-left:1px solid #eee;
padding-left:12px;
}

.source-columns div:first-child{
border-left:none;
padding-left:0;
}

.alter-side .profile-section{
background:#fff6fb;
}


