/* ================================================================
   菜刀客在线工具页 · date-uppercase.html 私有样式
   需在 /css/common.css 之后加载。
   ================================================================ */

/* ---- 大写日期结果大数字卡 ---- */
.date-hero .amount {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.6;
    word-break: break-all;
    letter-spacing: 1px;
}

.date-lower {
    font-size: 13px;
    color: #4b5563;
    margin-top: 4px;
    word-break: break-all;
}

/* ---- 输入提示 ---- */
.date-tip {
    font-size: 12px;
    color: #9ca3af;
    line-height: 1.6;
    padding: 8px 10px;
    background: #f9fafb;
    border: 1px dashed #e5e7eb;
    border-radius: 6px;
}

/* ---- 快捷日期 chips ---- */
.date-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
}
.date-quick .chip {
    font-size: 12px;
    color: #4b5563;
    background: #fff;
    border: 1px solid #e4e7ee;
    border-radius: 999px;
    padding: 4px 10px;
    cursor: pointer;
    transition: all .15s ease;
}
.date-quick .chip:hover {
    border-color: #667eea;
    color: #4338ca;
    background: #eef2ff;
}
