/* ThaiPuls Resetips Admin */
.tpra-app{max-width:1100px;margin:0 auto;padding:20px;font-family:-apple-system,system-ui,sans-serif;color:#222}
.tpra-app *{box-sizing:border-box}
.tpra-gate{padding:40px;text-align:center;background:#f9fafb;border-radius:8px}

.tpra-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:20px}
.tpra-header h1{margin:0;font-size:24px;color:#0a3d62}
.tpra-tabs{display:flex;gap:8px}
.tpra-tab{background:#e5e7eb;border:0;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500}
.tpra-tab.active{background:#0a3d62;color:#fff}

.tpra-user-bar{background:#dbeafe;padding:10px 14px;border-radius:6px;font-size:13px;margin-bottom:20px}

.tpra-view{display:none}
.tpra-view.active{display:block}

/* LIST */
.tpra-list-header{display:flex;gap:10px;margin-bottom:16px}
.tpra-list-header input,.tpra-list-header select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}
.tpra-list-header input{flex:1}
.tpra-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}
.tpra-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;display:flex;flex-direction:column}
.tpra-card-thumb{position:relative;background:#f3f4f6;aspect-ratio:16/9;overflow:hidden}
.tpra-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.tpra-card-thumb .tpra-no-thumb{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af;font-size:40px}
.tpra-status-badge{position:absolute;top:10px;left:10px;padding:3px 10px;border-radius:14px;font-size:11px;font-weight:600;text-transform:uppercase;color:#fff}
.tpra-status-publish{background:#16a34a}
.tpra-status-draft{background:#6b7280}
.tpra-status-pending{background:#f59e0b}
.tpra-card-body{padding:12px;flex:1}
.tpra-card-body h3{margin:0 0 6px;font-size:15px;color:#0a3d62}
.tpra-card-locs{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}
.tpra-loc{background:#fef3c7;color:#92400e;padding:2px 8px;border-radius:10px;font-size:11px}
.tpra-card-excerpt{color:#666;font-size:13px;margin:0 0 6px;line-height:1.4}
.tpra-card-meta{color:#9ca3af;font-size:11px}
.tpra-card-actions{padding:8px 12px;border-top:1px solid #f3f4f6;display:flex;gap:6px;flex-wrap:wrap}
.tpra-mini-btn{background:#fff;border:1px solid #d1d5db;padding:5px 10px;border-radius:4px;font-size:12px;cursor:pointer;color:#374151;text-decoration:none;display:inline-block}
.tpra-mini-btn:hover{background:#f3f4f6}
.tpra-mini-btn.tpra-del{color:#dc2626;border-color:#fecaca}
.tpra-loading,.tpra-empty,.tpra-err{text-align:center;padding:40px;color:#666}

/* FORM */
.tpra-form{display:flex;flex-direction:column;gap:16px}
.tpra-fs{border:1px solid #e5e7eb;border-radius:8px;padding:16px;background:#fff}
.tpra-fs legend{padding:0 8px;font-weight:600;color:#0a3d62;font-size:14px}
.tpra-row{margin-bottom:10px}
.tpra-row label{display:block;font-size:13px;font-weight:500;margin-bottom:4px;color:#374151}
.tpra-row input[type=text],.tpra-row input[type=url],.tpra-row textarea,.tpra-row select{
    width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit
}
.tpra-row textarea{resize:vertical;min-height:60px}
.tpra-required{color:#dc2626}
.tpra-hint{color:#9ca3af;font-size:11px;font-weight:400}

.tpra-checks{display:flex;flex-wrap:wrap;gap:8px}
.tpra-check{display:inline-flex;align-items:center;gap:6px;background:#f9fafb;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:13px}
.tpra-check input{margin:0}

.tpra-thumb-preview,.tpra-gallery-preview,.tpra-section-img-preview{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.tpra-thumb-preview img,.tpra-section-img-preview img{max-width:200px;max-height:120px;border-radius:6px;border:1px solid #e5e7eb}
.tpra-gallery-item{position:relative;width:120px;height:90px;border-radius:6px;overflow:hidden;border:1px solid #e5e7eb}
.tpra-gallery-item img{width:100%;height:100%;object-fit:cover;display:block}
.tpra-remove-thumb,.tpra-remove-section-img,.tpra-remove-gallery{
    position:absolute;top:4px;right:4px;background:rgba(220,38,38,.9);color:#fff;border:0;
    width:22px;height:22px;border-radius:50%;cursor:pointer;font-size:14px;font-weight:bold;line-height:1
}

/* SECTIONS */
.tpra-sections{display:flex;flex-direction:column;gap:14px;margin-bottom:12px}
.tpra-section-block{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px}
.tpra-section-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.tpra-section-num{font-weight:600;color:#0a3d62;flex:1}
.tpra-section-block label{display:block;margin-bottom:8px}
.tpra-section-block input[type=text],.tpra-section-block textarea{
    width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit
}
.tpra-section-img-row{margin-top:8px}

/* BUTTONS */
.tpra-btn{background:#0a3d62;color:#fff;border:0;padding:8px 16px;border-radius:6px;font-size:13px;cursor:pointer;font-weight:500}
.tpra-btn:hover{background:#082c47}
.tpra-btn-secondary{background:#fff;color:#0a3d62;border:1px solid #0a3d62}
.tpra-btn-secondary:hover{background:#f0f9ff}
.tpra-btn-cancel{background:#fff;color:#6b7280;border:1px solid #d1d5db}
.tpra-btn-primary{background:#16a34a}
.tpra-btn-primary:hover{background:#15803d}
.tpra-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:8px}

.tpra-status{padding:10px 14px;border-radius:6px;font-size:14px;display:none}
.tpra-status.loading{display:block;background:#fef3c7;color:#92400e}
.tpra-status.ok{display:block;background:#dcfce7;color:#166534}
.tpra-status.err{display:block;background:#fee2e2;color:#991b1b}

/* MODAL */
.tpra-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px}
.tpra-modal-inner{background:#fff;border-radius:10px;padding:24px;max-width:500px;width:100%;max-height:90vh;overflow:auto;position:relative}
.tpra-modal-close{position:absolute;top:10px;right:14px;background:0;border:0;font-size:24px;cursor:pointer;color:#6b7280}
.tpra-share-section{margin:16px 0 6px;font-size:13px;color:#374151;text-transform:uppercase;letter-spacing:1px}
.tpra-share-buttons{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}
.tpra-share-btn{padding:8px 14px;border-radius:6px;border:0;cursor:pointer;font-size:13px;text-decoration:none;color:#fff;font-weight:500;display:inline-block}
.tpra-share-btn.fb{background:#1877f2}
.tpra-share-btn.fb-group{background:#42b72a}
.tpra-share-btn.wa{background:#25d366}
.tpra-share-btn.mail{background:#6b7280}
.tpra-share-btn.copy{background:#0a3d62}
.tpra-share-link input{width:100%;padding:8px;border:1px solid #d1d5db;border-radius:4px;font-family:monospace;font-size:12px}
.tpra-share-result{padding:10px;border-radius:6px;font-size:13px}
.tpra-share-result.ok{background:#dcfce7;color:#166534}
.tpra-share-result.err{background:#fee2e2;color:#991b1b}
