
.hogtong-ear-wrap{
    background:#111;
    border:1px solid #2a2a35;
    border-radius:10px;
    padding:30px;
    color:#f3f3f3;
    font-family:monospace;
    margin:30px 0;
}

.hogtong-ear-title{
    font-size:32px;
    margin-bottom:10px;
}

.hogtong-ear-title span{
    color:#c8a96e;
}

.hogtong-ear-sub{
    opacity:.7;
    margin-bottom:20px;
}

.hogtong-controls{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:20px;
}

.hogtong-controls select{
    background:#1e1e24;
    color:#fff;
    border:1px solid #333;
    padding:10px;
    border-radius:6px;
}

.hogtong-play{
    width:100%;
    background:#c8a96e;
    color:#000;
    border:none;
    padding:16px;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
    font-weight:bold;
}

.hogtong-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
    margin-top:20px;
}

.hogtong-grid button{
    background:#1e1e24;
    color:#fff;
    border:1px solid #333;
    border-radius:6px;
    padding:16px 10px;
    cursor:pointer;
}

.hogtong-grid button:hover{
    border-color:#c8a96e;
}

.hogtong-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.8);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:99999;
}

.hogtong-modal.show{
    display:flex;
}

.hogtong-modal-box{
    background:#16161a;
    border:1px solid #c8a96e;
    border-radius:10px;
    padding:40px;
    width:90%;
    max-width:400px;
    text-align:center;
    color:#fff;
}

.hogtong-modal-box h3{
    margin-bottom:15px;
    color:#c8a96e;
}

.hogtong-modal-box a{
    display:inline-block;
    margin-top:20px;
    background:#c8a96e;
    color:#000;
    text-decoration:none;
    padding:12px 24px;
    border-radius:6px;
    font-weight:bold;
}
