
.ttkidagechk-wrapper{max-width:900px;margin:auto;font-family:Arial;margin-bottom:40px}

/* Input */
.ttkidagechk-input{width:100%;padding:18px;font-size:18px;border-radius:50px;border:1px solid #ddd}
.ttkidagechk-btnwrap{text-align:center;margin-top:12px}
.ttkidagechk-btn{padding:14px 80px;border:none;border-radius:50px;background:linear-gradient(45deg,#ff0050,#ff7a18);color:#fff;font-size:18px;cursor:pointer}

/* Spinner */
.ttkidagechk-spinner{display:none;margin:20px auto;width:40px;height:40px;border:4px solid #eee;border-top:4px solid #ff0050;border-radius:50%;animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

/* Profile Card */
.ttkidagechk-profile{
display:flex;
align-items:flex-start;
gap:16px;
background:#fff;
border-radius:18px;
padding:20px;
margin-top:20px;
box-shadow:0 8px 22px rgba(0,0,0,0.08)
}

.ttkidagechk-avatar{
width:85px;
height:85px;
border-radius:50%;
object-fit:cover;
flex-shrink:0
}

.ttkidagechk-info{
flex:1
}

.ttkidagechk-name{
font-size:22px;
font-weight:700;
margin-bottom:4px
}

.ttkidagechk-stats{
font-size:14px;
color:#555;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis
}

.ttkidagechk-bio{
font-size:14px;
margin-top:6px;
color:#333;
line-height:1.4;
word-wrap:break-word
}

.ttkidagechk-more{
color:#0073ff;
cursor:pointer;
font-weight:500
}

/* Table */
.ttkidagechk-tablebox{
background:#fff;
margin-top:16px;
padding:16px;
border-radius:18px;
box-shadow:0 8px 22px rgba(0,0,0,0.08)
}

.ttkidagechk-table{
width:100%;
border-collapse:collapse
}

.ttkidagechk-table td{
padding:10px;
border-bottom:1px solid #eee;
font-size:15px;
text-align:left;
word-break:break-word
}

.ttkidagechk-table td:first-child{
font-weight:600;
width:45%
}

/* Branding */
.ttkidagechk-brand{text-align:center;margin-top:8px;font-size:12px;color:#888}

/* Mobile */
@media(max-width:600px){

.ttkidagechk-profile{
padding:14px;
gap:12px
}

.ttkidagechk-avatar{
width:60px;
height:60px
}

.ttkidagechk-name{
font-size:16px
}

.ttkidagechk-stats{
font-size:12px;
white-space:nowrap
}

.ttkidagechk-bio{
font-size:12px;
line-height:1.4;
display:block;
max-height:3.2em;
overflow:hidden
}

.ttkidagechk-table td{
font-size:13px;
padding:8px
}

}
