.discord-msgs {
    max-width: 500px;
    margin: 40px auto;
}

.d-line {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 18px 0;
}

.pfp {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.pfp.me {
    background-image: url(/ester.jpg);
}

.pfp.bot {
    background-image: url(/retrosen-love-logo.png);
}

.d-bubble {
    padding: 12px 16px;
    border-radius: 12px;
    max-width: 80%;
    font-size: 15px;
    line-height: 1.4;
    backdrop-filter: blur(8px);
}

.user-msg {
    background: rgba(255,255,255,0.12);
    border-left: 3px solid #3aaefc;
}

.success-msg {
    background: rgba(0,0,0,0.5);
    border-left: 3px solid #00ff88;
}

.okcat {
    font-size: 14px;
    color: #00ff88;
}

.embed-wrapper {
    width: 100%;
    max-width: 400px;
}

.embed-box {
    background: rgba(0,0,0,0.55);
    border-left: 3px solid #f1c40f;
    border-radius: 12px 12px 0 0;
    padding: 14px 16px;
}

.embed-title {
    font-weight: 600;
    color: #f1c40f;
    margin-bottom: 6px;
}

.embed-desc {
    font-size: 14px;
}

.embed-footer {
    font-size: 12px;
    opacity: .7;
}

.select-box {
    background: rgba(0,0,0,0.40);
    border-left: 3px solid #f1c40f;
    border-radius: 0 0 12px 12px;
    margin-top: -4px;
    overflow: hidden;
}

.select-top {
    padding: 12px 14px;
    background: rgba(255,255,255,0.05);
    font-size: 15px;
}

.select-list {
    background: rgba(255,255,255,0.03);
}

.option {
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    cursor: pointer;
    transition: 0.15s;
}

.option:hover {
    background: rgba(255,255,255,0.07);
    transform: translateX(4px);
}
