/* ============================================
   乡村诉求系统 - 样式表
   绿色自然风格，手机优先
   ============================================ */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    background: #f0f5f0;
    color: #333;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
}

/* ========== 头部 ========== */
.ym-toubu {
    background: linear-gradient(135deg, #2d8a4e 0%, #1a6b35 100%);
    color: #fff;
    padding: 30px 20px 25px;
    text-align: center;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 4px 20px rgba(26, 107, 53, 0.25);
}
.tb-biaoti {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
}
.tb-fubiaoti {
    font-size: 14px;
    margin-top: 6px;
    opacity: 0.85;
}

/* ========== 内容区 ========== */
.ym-neirong {
    padding: 16px;
    max-width: 600px;
    margin: 0 auto 30px;
}

/* ========== 表单标签组 ========== */
.biaoqian-zu {
    background: #fff;
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.biaoqian-fu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.biaoqian {
    font-size: 15px;
    font-weight: 600;
    color: #2d8a4e;
}
.biaoqian-weyu {
    font-size: 15px;
    font-weight: 600;
    color: #2d8a4e;
    text-align: right;
    direction: rtl;
}
.biaoqian-bixu {
    color: #e74c3c;
}
.biaoqian-tishi {
    font-size: 12px;
    color: #999;
    font-weight: 400;
}

/* 输入框 */
.shuru, .xuanze {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #e0e8e0;
    border-radius: 10px;
    font-size: 16px;
    background: #f9fbf9;
    color: #333;
    transition: all 0.2s;
    font-family: inherit;
    -webkit-appearance: none;
}
.shuru:focus, .xuanze:focus {
    outline: none;
    border-color: #2d8a4e;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(45, 138, 78, 0.1);
}
.shuru::placeholder { color: #bbb; }

/* 下拉框 */
.xuanze {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

/* 文本域 */
.wenbenyu {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #e0e8e0;
    border-radius: 10px;
    font-size: 16px;
    background: #f9fbf9;
    color: #333;
    resize: vertical;
    font-family: inherit;
    transition: all 0.2s;
    min-height: 100px;
}
.wenbenyu:focus {
    outline: none;
    border-color: #2d8a4e;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(45, 138, 78, 0.1);
}
.wenbenyu::placeholder { color: #bbb; }

.zishu-tishi {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #bbb;
    margin-top: 4px;
}

/* ========== 文件上传 ========== */
.wenjian-shangchuan {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
}
.shangchuan-anniu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 2px dashed #c8d8c8;
    border-radius: 12px;
    color: #2d8a4e;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
    background: #f9fbf9;
    flex-shrink: 0;
}
.shangchuan-anniu:hover {
    border-color: #2d8a4e;
    background: #edf7ef;
}
.shangchuan-tubiao {
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
}

/* 预览列表 */
.yulan-liebiao {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.yulan-xiang {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 1.5px solid #e0e8e0;
}
.yulan-xiang img, .yulan-xiang video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yulan-shanchu {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 22px;
    height: 22px;
    background: rgba(231, 76, 60, 0.9);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    line-height: 1;
}

/* ========== 语音录音 ========== */
.luyin-quyu {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #e0e8e0;
}
.luyin-zuo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.luyin-anniu {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}
.luyin-anniu:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
}
.luyin-anniu.luzhji {
    background: linear-gradient(135deg, #27ae60 0%, #1e8449 100%);
}
.luyin-tu {
    font-size: 18px;
}
.luyin-zhuangtai {
    font-size: 13px;
    color: #e74c3c;
    font-weight: 500;
}
.luyin-liebiao {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.luyin-xiang {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f5f8f5;
    border-radius: 10px;
    border: 1px solid #e0e8e0;
}
.luyin-ming {
    flex: 1;
    font-size: 13px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.luyin-shengyu {
    font-size: 12px;
    color: #999;
}
.luyin-caozuo {
    display: flex;
    gap: 6px;
}
.luyin-anniu-xiao {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.luyin-bofang {
    background: #3498db;
    color: #fff;
}
.luyin-bofang:hover {
    background: #2980b9;
}
.luyin-shanchu-xiao {
    background: #e74c3c;
    color: #fff;
}
.luyin-shanchu-xiao:hover {
    background: #c0392b;
}

/* ========== 提交按钮 ========== */
.tijiao-anniu {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #2d8a4e 0%, #1a6b35 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    transition: all 0.25s;
    box-shadow: 0 4px 15px rgba(45, 138, 78, 0.3);
    letter-spacing: 2px;
}
.tijiao-anniu:active {
    transform: scale(0.97);
    box-shadow: 0 2px 8px rgba(45, 138, 78, 0.3);
}
.tijiao-anniu:disabled {
    opacity: 0.6;
    transform: none;
}

/* ========== 底部 ========== */
.dibu {
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}
.dibu-lianjie {
    color: #2d8a4e;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 20px;
    background: rgba(45, 138, 78, 0.08);
}

/* ========== 弹窗 ========== */
.tanchuang-zhezhao {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
.tanchuang-zhezhao.xianshi {
    display: flex;
}
.tanchuang-neirong {
    background: #fff;
    border-radius: 18px;
    padding: 30px 24px;
    width: 88%;
    max-width: 380px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}
.tanchuang-tubiao {
    width: 60px;
    height: 60px;
    background: #2d8a4e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 16px;
}
.tanchuang-biaoti {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
}
.tanchuang-wenzi {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}
.tanchuang-anniu {
    background: #2d8a4e;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    font-family: inherit;
}

/* ========== 加载动画 ========== */
.jiazai-donghua {
    width: 48px;
    height: 48px;
    border: 4px solid #e0e8e0;
    border-top-color: #2d8a4e;
    border-radius: 50%;
    animation: xuanzhuan 0.8s linear infinite;
}
.jiazai-wenzi {
    color: #fff;
    font-size: 15px;
    margin-top: 12px;
    text-align: center;
}
@keyframes xuanzhuan {
    to { transform: rotate(360deg); }
}

/* ============================================ */
/* ========== 登录页 ========== */
.denglu-ye {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(180deg, #e8f5e9 0%, #f0f5f0 50%, #c8e6c9 100%);
}
.denglu-ka {
    background: #fff;
    border-radius: 20px;
    padding: 36px 24px 28px;
    width: 88%;
    max-width: 380px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}
.denglu-tubiao {
    text-align: center;
    font-size: 50px;
    margin-bottom: 8px;
}
.denglu-biaoti {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #2d8a4e;
}
.denglu-fubiaoti {
    text-align: center;
    font-size: 13px;
    color: #999;
    margin: 6px 0 24px;
}
.cuowu-tishi {
    color: #e74c3c;
    font-size: 14px;
    text-align: center;
    min-height: 20px;
    margin-bottom: 4px;
}

/* ============================================ */
/* ========== 管理后台 ========== */

/* 顶部导航 */
.admin-toubu {
    background: linear-gradient(135deg, #2d8a4e 0%, #1a6b35 100%);
    color: #fff;
    padding: 16px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
}
.admin-toubu-zuo { flex: 1; }
.admin-biaoti {
    font-size: 20px;
    font-weight: 700;
}
.admin-yonghu {
    font-size: 13px;
    opacity: 0.85;
    margin-top: 2px;
}
.tuichu-anniu {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 16px;
    background: rgba(255,255,255,0.15);
    border-radius: 8px;
    white-space: nowrap;
}

/* 筛选区 */
.shaixuan-qu {
    background: #fff;
    margin: 12px 12px;
    padding: 14px;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.shaixuan-hang {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    align-items: center;
}
.shaixuan-fenge {
    color: #999;
    font-size: 13px;
    flex-shrink: 0;
}
.shaixuan-shuru {
    flex: 1;
    padding: 10px 12px;
    border: 1.5px solid #e0e8e0;
    border-radius: 10px;
    font-size: 14px;
    background: #f9fbf9;
    font-family: inherit;
    -webkit-appearance: none;
    min-width: 0;
}
.shaixuan-shuru:focus {
    outline: none;
    border-color: #2d8a4e;
}
.shaixuan-anniu-hang {
    display: flex;
    gap: 8px;
}
.shaixuan-btn {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
}
.shaixuan-btn-chaxun {
    background: #2d8a4e;
    color: #fff;
}
.shaixuan-btn-zhongzhi {
    background: #f0f5f0;
    color: #666;
}
.shaixuan-btn-daochu {
    background: #2196F3;
    color: #fff;
}

/* 统计区 */
.tongji-qu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 0 12px;
    margin-bottom: 12px;
}
.tongji-ka {
    background: #fff;
    border-radius: 12px;
    padding: 12px 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.tongji-shuzi {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
.tongji-wenzi {
    font-size: 11px;
    color: #999;
    margin-top: 2px;
}
.tongji-daichuli .tongji-shuzi { color: #e74c3c; }
.tongji-chulizhong .tongji-shuzi { color: #f39c12; }
.tongji-yichuli .tongji-shuzi { color: #2d8a4e; }

/* 数据列表 */
.shuju-qu {
    padding: 0 12px;
}
.kong-shuju {
    text-align: center;
    padding: 60px 0;
    color: #ccc;
    font-size: 16px;
}

/* 数据卡片 */
.shuju-ka {
    background: #fff;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    cursor: pointer;
    transition: transform 0.15s;
}
.shuju-ka:active { transform: scale(0.98); }
.shuju-ka-tou {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.shuju-ka-xingming {
    font-size: 17px;
    font-weight: 600;
    color: #333;
}
.shuju-ka-zhuangtai {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 500;
    white-space: nowrap;
}
.zhuangtai-daichuli { background: #fdecea; color: #e74c3c; }
.zhuangtai-chulizhong { background: #fef5e7; color: #f39c12; }
.zhuangtai-yichuli { background: #e8f5e9; color: #2d8a4e; }

.shuju-ka-neirong {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.shuju-ka-xinxi {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    font-size: 12px;
    color: #999;
    flex-wrap: wrap;
}
.shuju-ka-xinxi span {
    background: #f5f8f5;
    padding: 3px 8px;
    border-radius: 6px;
}
.shuju-ka-fujian {
    margin-top: 8px;
    font-size: 12px;
    color: #2d8a4e;
}

/* 分页 */
.fenye-qu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 16px;
    flex-wrap: wrap;
}
.fenye-anniu {
    padding: 8px 14px;
    background: #fff;
    border: 1.5px solid #e0e8e0;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    color: #666;
    font-family: inherit;
}
.fenye-anniu:hover { border-color: #2d8a4e; color: #2d8a4e; }
.fenye-anniu.huoyue {
    background: #2d8a4e;
    color: #fff;
    border-color: #2d8a4e;
}
.fenye-anniu:disabled {
    opacity: 0.4;
    cursor: default;
}
.fenye-xinxi {
    font-size: 13px;
    color: #999;
    padding: 0 4px;
}

/* 详情弹窗 */
.xiangqing-neirong {
    width: 92%;
    max-width: 500px;
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
    padding: 20px;
}
.xiangqing-qu {
    margin: 12px 0;
}
.xiangqing-hang {
    padding: 8px 0;
    border-bottom: 1px solid #f0f5f0;
    font-size: 14px;
    line-height: 1.6;
}
.xiangqing-biaoti-xiao {
    color: #999;
    font-size: 12px;
    margin-bottom: 2px;
}
.xiangqing-zhi {
    color: #333;
}
.xiangqing-meiti {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}
.xiangqing-meiti img, .xiangqing-meiti video {
    width: 100%;
    max-width: 200px;
    border-radius: 8px;
    border: 1px solid #e0e8e0;
}
.xiangqing-caozuo {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    align-items: center;
}
.xiangqing-caozuo .shaixuan-btn {
    flex: unset;
    padding: 10px 16px;
}
.xiangqing-caozuo .shaixuan-shuru {
    flex: unset;
    width: auto;
    min-width: 90px;
}