@charset "UTF-8";.page-container{max-width:1200px;margin:0 auto;padding:24px}.page-narrow{max-width:860px;margin:0 auto;padding:24px}.page-title{font-size:22px;font-weight:700;color:#1a1a2e;margin-bottom:4px}.page-subtitle{font-size:13px;color:#8c8ca1;margin-bottom:20px}.panel{background:#fff;border-radius:16px;box-shadow:0 2px 8px #37b1f20f;padding:22px}.panel+.panel{margin-top:18px}.fc-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 20px;border:1px solid transparent;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;line-height:1.2}.fc-btn.primary{background:linear-gradient(135deg,#37b1f2,#0187f5);color:#fff}.fc-btn.primary:not(:disabled):hover{opacity:.92;transform:translateY(-1px)}.fc-btn.outline{background:#fff;border-color:#dcdfe6;color:#4a4a68}.fc-btn.outline:hover{border-color:#37b1f2;color:#37b1f2}.fc-btn.ghost{background:#e6f7fe;color:#0187f5}.fc-btn.ghost:hover{background:#d6f0fc}.fc-btn.danger-text{background:#fff;color:#ff6b6b;border-color:#ff6b6b59}.fc-btn.danger-text:hover{background:#ff6b6b0f}.fc-btn.sm{padding:5px 12px;font-size:13px}.fc-btn.block{width:100%}.fc-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.fc-input,.fc-textarea,.fc-select{width:100%;padding:10px 13px;border:1px solid #DCDFE6;border-radius:12px;font-size:14px;color:#1a1a2e;background:#fff;outline:none;font-family:inherit;transition:all .3s ease}.fc-input::placeholder,.fc-textarea::placeholder,.fc-select::placeholder{color:#b8bcc8}.fc-input:focus,.fc-textarea:focus,.fc-select:focus{border-color:#37b1f2;box-shadow:0 0 0 3px #37b1f21f}.fc-input:disabled,.fc-textarea:disabled,.fc-select:disabled{background:#f5f7fa;color:#8c8ca1}.fc-textarea{resize:vertical;min-height:96px}.fc-label{display:block;font-size:13px;font-weight:600;color:#4a4a68;margin-bottom:7px}.fc-label .req{color:#ff6b6b;margin-left:2px}.fc-form-item{margin-bottom:18px}.fc-tags{display:flex;flex-wrap:wrap;gap:8px}.fc-tag{display:inline-flex;align-items:center;gap:4px;padding:3px 11px;font-size:12px;border-radius:20px;background:#f5f7fa;color:#4a4a68}.fc-tag.blue{background:#e6f7fe;color:#0187f5}.fc-tag.green{background:#2dcac21f;color:#129c95}.fc-tag.orange{background:#ff8f1f1f;color:#e07b00}.fc-tag.red{background:#ff6b6b1f;color:#e04848}.fc-table{width:100%;border-collapse:collapse;font-size:14px}.fc-table th{text-align:left;padding:12px 14px;background:#f5f7fa;color:#4a4a68;font-weight:600;white-space:nowrap}.fc-table td{padding:13px 14px;border-bottom:1px solid #f0f1f5;color:#1a1a2e;vertical-align:middle}.fc-table tbody tr:hover{background:#fafcff}.fc-tabs{display:flex;gap:6px;border-bottom:1px solid #DCDFE6;margin-bottom:20px;flex-wrap:wrap}.fc-tab{padding:10px 18px;font-size:15px;color:#4a4a68;background:none;border:none;cursor:pointer;position:relative;font-weight:500}.fc-tab.active{color:#0187f5;font-weight:700}.fc-tab.active:after{content:"";position:absolute;left:14px;right:14px;bottom:-1px;height:3px;border-radius:3px 3px 0 0;background:linear-gradient(135deg,#37b1f2,#0187f5)}.fc-grid{display:grid;gap:18px;grid-template-columns:repeat(4,1fr)}@media (max-width: 1100px){.fc-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 860px){.fc-grid{grid-template-columns:repeat(2,1fr)}}.fc-grid-3{display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.fc-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:28px}.fc-pagination button{min-width:34px;height:34px;padding:0 10px;border:1px solid #DCDFE6;background:#fff;border-radius:8px;cursor:pointer;font-size:13px;color:#4a4a68}.fc-pagination button:not(:disabled):hover{border-color:#37b1f2;color:#37b1f2}.fc-pagination button.active{background:linear-gradient(135deg,#37b1f2,#0187f5);color:#fff;border-color:transparent}.fc-pagination button:disabled{opacity:.45;cursor:not-allowed}.fc-money{color:#e07b00;font-weight:700}.fc-money:before{content:"¥";font-size:.85em;margin-right:1px}.fc-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a1a2e73;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px}.fc-modal{background:#fff;border-radius:16px;width:480px;max-width:100%;max-height:88vh;overflow:auto;box-shadow:0 8px 30px #37b1f21f}.fc-modal-header{display:flex;align-items:center;justify-content:space-between;padding:17px 22px;border-bottom:1px solid #f0f1f5}.fc-modal-header h3{font-size:17px}.fc-modal-header .close{background:none;border:none;cursor:pointer;color:#8c8ca1;font-size:20px;line-height:1}.fc-modal-body{padding:22px}.fc-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:15px 22px;border-top:1px solid #f0f1f5}.fc-toast-wrap{position:fixed;top:78px;left:50%;transform:translate(-50%);z-index:3000;display:flex;flex-direction:column;gap:10px;align-items:center;pointer-events:none}.fc-toast{padding:10px 20px;border-radius:12px;font-size:14px;color:#fff;background:#1a1a2ee0;box-shadow:0 4px 20px #37b1f214}.fc-toast.success{background:#129c71eb}.fc-toast.error{background:#e04848eb}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:16px;color:#1a1a2e;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}
