/* 매물관리·배너관리 공통 골조 */
/* /css/page_my_manage.css */

.my-manage-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:28px;box-shadow:0 8px 24px rgba(15,23,42,.04)}
.my-manage-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}
.my-manage-head h3{margin:0;font-size:24px;font-weight:800;color:#111827}
.my-manage-head p{margin:8px 0 0;font-size:14px;color:#6b7280}
.my-manage-register{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 16px;border:0;border-radius:10px;background:#2563eb;color:#fff;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap}
.my-manage-search{margin-bottom:16px}
.my-manage-search-grid{display:grid;grid-template-columns:minmax(0,1fr) repeat(2,140px) 84px 84px;gap:8px}
.my-manage-search-grid input,.my-manage-search-grid select{width:100%;height:42px;border:1px solid #d1d5db;border-radius:10px;padding:0 12px;background:#fff;color:#111827;font-size:14px;box-sizing:border-box}
.my-manage-search-grid button{height:42px;border:0;border-radius:10px;background:#111827;color:#fff;font-size:14px;font-weight:700;cursor:pointer}
.my-manage-reset{display:inline-flex;align-items:center;justify-content:center;height:42px;border:1px solid #d1d5db;border-radius:10px;background:#fff;color:#4b5563;font-size:14px;text-decoration:none;box-sizing:border-box}
.my-manage-summary{margin:18px 0 12px;color:#4b5563;font-size:14px}.my-manage-summary strong{color:#111827}
.my-manage-list{display:flex;flex-direction:column;gap:0}
.my-manage-item{display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;padding:2rem 0}
.my-manage-item+.my-manage-item{border-top:1px solid #ddd}
.my-manage-thumb{position:relative;width:150px;aspect-ratio:1/1;border-radius:.5rem;background:#f3f4f6;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:12px;font-weight:700}
.my-manage-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.my-manage-badges{position:absolute;top:10px;left:10px;z-index:2;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.my-manage-badge{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:999px;background:#f3f4f6;color:#6b7280;font-size:12px;font-weight:700}
.my-manage-badge.is-green{background:#ecfdf5;color:#047857}.my-manage-badge.is-red{background:#fef2f2;color:#b91c1c}.my-manage-badge.is-orange{background:#fff7ed;color:#c2410c}.my-manage-badge.is-blue{background:#eff6ff;color:#2563eb}
.my-manage-info{min-width:0;line-height:1.6}
.my-manage-info-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem;color:#777;font-size:.9rem}
.my-manage-meta{display:flex;gap:8px;flex-wrap:wrap}.my-manage-meta span:not(:last-child):after{content:'·';margin-left:8px;color:#d1d5db}
.my-manage-info-body{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.my-manage-details{min-width:0}.my-manage-title{overflow:hidden;font-size:1.15rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}
.my-manage-subject{margin-top:7px;overflow:hidden;color:#777;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}
.my-manage-actions{position:relative;display:flex;flex-direction:column;gap:10px;align-items:stretch;justify-content:center;width:320px}
.my-manage-actions-top{display:flex;align-items:stretch;gap:6px}
.my-manage-actions-top>a,.my-manage-actions-top>button{display:flex;align-items:center;justify-content:center;flex:1;height:42px;padding:0 10px;border:1px solid #d8dee8;border-radius:8px;background:#fff;color:#374151;font-family:inherit;font-size:.85rem;text-decoration:none;white-space:nowrap;cursor:pointer}
.my-manage-actions-top>a:hover,.my-manage-actions-top>button:hover{border-color:#9ca3af;background:#f9fafb}
.my-manage-actions-top .material-symbols-outlined{margin-right:.25rem;color:#666;font-size:1.25rem;font-weight:300}
.my-manage-status{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:68px;padding:10px 12px;border:1px solid #e1e5ec;border-radius:10px;background:#fff;text-decoration:none;transition:.2s;cursor:pointer}
.my-manage-status:hover{border-color:#c4cad4;box-shadow:0 3px 10px rgba(0,0,0,.05)}
.my-manage-status-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%}
.my-manage-status-info{display:flex;flex-direction:column;gap:3px;min-width:0}.my-manage-status-info strong{color:#222;font-size:.95rem;line-height:1.3}.my-manage-status-info small{overflow:hidden;color:#6b7280;font-size:.78rem;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}
.my-manage-status-button{display:flex;align-items:center;justify-content:center;height:34px;padding:0 12px;border:1px solid;border-radius:7px;background:#fff;font-size:.8rem;font-weight:600;white-space:nowrap}
.my-manage-status.is-running .my-manage-status-icon{background:#eaf9ef;color:#22a447}.my-manage-status.is-running .my-manage-status-button{border-color:#22a447;color:#22a447}
.my-manage-status.is-reserved .my-manage-status-icon,.my-manage-status.is-pending .my-manage-status-icon{background:#fff4e5;color:#f59e0b}.my-manage-status.is-reserved .my-manage-status-button,.my-manage-status.is-pending .my-manage-status-button{border-color:#f59e0b;color:#e98b00}
.my-manage-status.is-ended .my-manage-status-icon{background:#f3f4f6;color:#6b7280}.my-manage-status.is-ended .my-manage-status-button{border-color:#9ca3af;color:#4b5563}
.my-manage-status.is-rejected .my-manage-status-icon{background:#fef2f2;color:#dc2626}.my-manage-status.is-rejected .my-manage-status-button{border-color:#dc2626;color:#dc2626}
.my-manage-empty{padding:70px 20px;border:1px dashed #d1d5db;border-radius:16px;background:#fafafa;color:#9ca3af;font-size:15px;text-align:center}
.my-manage-paging{margin-top:24px;text-align:center}
@media(max-width:900px){.my-manage-card{padding:20px}.my-manage-head{flex-direction:column}.my-manage-search-grid{grid-template-columns:1fr 1fr}.my-manage-search-grid input{grid-column:1/3}.my-manage-item{grid-template-columns:110px minmax(0,1fr)}.my-manage-thumb{width:110px;height:88px}.my-manage-actions{width:100%}}
@media(max-width:560px){.my-manage-card{padding:16px;border-radius:14px}.my-manage-search-grid{grid-template-columns:1fr}.my-manage-search-grid input{grid-column:auto}.my-manage-item{grid-template-columns:1fr;gap:12px}.my-manage-thumb{width:100%;height:180px;aspect-ratio:auto}.my-manage-info-body{align-items:stretch;flex-direction:column}.my-manage-title,.my-manage-subject{white-space:normal}.my-manage-actions-top{gap:5px}.my-manage-actions-top>a,.my-manage-actions-top>button{height:40px;padding:0 7px;font-size:.8rem}.my-manage-status{grid-template-columns:36px minmax(0,1fr) auto;gap:8px;min-height:66px;padding:9px 10px}.my-manage-status-icon{width:36px;height:36px}.my-manage-status-button{height:32px;padding:0 9px;font-size:.76rem}}
