.cmd-dictionary{
    max-width:920px;
    margin:24px auto;
    color:#17191d;
    font-family:inherit
}
.cmd-search-box{
    display:flex;
    gap:10px
}
.cmd-search-input{
    flex:1;
    min-width:0;
    min-height:52px;
    padding:12px 16px;
    border:1px solid #b8bdc7;
    border-radius:10px;
    background:#fff;
    color:#17191d;
    font:inherit;
    font-size:17px
}
.cmd-search-input:focus{
    outline:2px solid #17191d;
    outline-offset:1px
}
.cmd-search-button{
    min-height:52px;
    padding:0 22px;
    border:0;
    border-radius:10px;
    cursor:pointer;
    font:inherit;
    font-weight:700
}
.cmd-output{
    margin-top:16px
}
.cmd-message{
    padding:14px 16px;
    border:1px solid #d8dbe2;
    border-radius:10px;
    background:#fff
}
.cmd-error{
    border-color:#d63638;
    color:#8a2424
}
.cmd-result-count{
    margin-bottom:10px;
    color:#68707d;
    font-size:14px
}
.cmd-results{
    display:grid;
    gap:10px
}
.cmd-result-card{
    display:grid;
    gap:5px;
    padding:15px 16px;
    border:1px solid #d8dbe2;
    border-radius:10px;
    background:#fff;
    color:inherit;
    text-decoration:none
}
.cmd-result-card:hover{
    box-shadow:0 4px 15px rgba(0,0,0,.07)
}
.cmd-result-headword,
.cmd-headword{
    font-size:30px;
    font-weight:700;
    line-height:1.25
}
.cmd-pinyin{
    color:#68707d;
    font-size:16px
}
.cmd-form-row{
    display:flex;
    flex-wrap:wrap;
    gap:8px 18px
}
.cmd-form-primary{
    font-weight:700
}
.cmd-pos{
    display:inline-block;
    width:max-content;
    padding:2px 8px;
    border-radius:999px;
    background:#f0f1f3;
    font-size:12px;
    font-weight:700
}
.cmd-definition{
    line-height:1.6
}
.cmd-definition-en{
    color:#68707d
}
.cmd-entry-card{
    padding:20px;
    border:1px solid #d8dbe2;
    border-radius:12px;
    background:#fff
}
.cmd-entry-head{
    margin-bottom:12px
}
.cmd-senses{
    display:grid;
    gap:16px;
    margin-top:18px;
    padding-top:18px;
    border-top:1px solid #e1e4e8
}
.cmd-sense{
    display:grid;
    gap:7px
}
.cmd-sense-meta{
    display:flex;
    align-items:center;
    gap:8px
}
.cmd-sense-number{
    display:inline-grid;
    place-items:center;
    min-width:24px;
    height:24px;
    border:1px solid #d8dbe2;
    border-radius:50%;
    font-size:12px;
    font-weight:700
}
.cmd-back-row{
    margin-top:12px
}
.cmd-back-row a{
    text-decoration:none
}
@media(max-width:640px){
    .cmd-search-box{
        gap:7px
    }
    .cmd-search-input{
        min-height:48px;
        font-size:16px
    }
    .cmd-search-button{
        min-height:48px;
        padding:0 14px
    }
    .cmd-result-headword,
    .cmd-headword{
        font-size:25px
    }
    .cmd-entry-card{
        padding:15px
    }
}

.cmd-reading-line{
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:6px
}
.cmd-reading-label{
    font-weight:700;
    color:#17191d
}
.cmd-hanviet{
    font-weight:400;
    letter-spacing:0
}
.cmd-hanviet-line{
    margin-top:2px
}


/* v0.2.3 — typography refinement */
.cmd-reading-line{
    font-size:18px;
    line-height:1.45;
}
.cmd-reading-line .cmd-reading-label,
.cmd-reading-line .cmd-pinyin,
.cmd-reading-line .cmd-hanviet{
    font-size:inherit;
}
.cmd-reading-line .cmd-pinyin{
    color:#68707d;
}
