.my-listings-page{min-height:70vh;padding:28px 0 80px;background:#f8fafc}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:120px 0;color:#5a6e85;font-weight:600}.spinner{width:36px;height:36px;border:3px solid #E5EAF0;border-top-color:#ff6b35;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.status-box{text-align:center;background:#fff;border-radius:20px;padding:60px 24px;border:1px dashed #E5EAF0;max-width:420px;margin:40px auto}.status-icon-badge{width:56px;height:56px;border-radius:50%;background:#fff0ea;color:#ff6b35;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin:0 auto 16px}.status-box h2{font-size:1.1rem;color:#1b2a4a;margin-bottom:6px}.status-box p{color:#8fa0bc;font-size:.88rem;margin-bottom:18px}.primary-link-btn{display:inline-block;background:#ff6b35;color:#fff;font-weight:700;font-size:.88rem;padding:11px 26px;border-radius:40px;text-decoration:none}.page-title{font-size:1.4rem;color:#1b2a4a;display:flex;align-items:center;gap:10px;margin-bottom:22px}.page-title i{color:#ff6b35;font-size:1.15rem}.listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.ml-card{background:#fff;border-radius:18px;border:1px solid #EEF3F9;overflow:hidden;position:relative}.ml-status-badge{position:absolute;top:10px;left:10px;z-index:2;font-size:.65rem;font-weight:700;padding:4px 10px;border-radius:20px}.ml-photo{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;background:#f4f7fc}.ml-icon-fallback{width:100%;aspect-ratio:4 / 3;background:#fff0ea;color:#ff6b35;display:flex;align-items:center;justify-content:center;font-size:1.6rem}.ml-body{padding:12px 14px 14px}.ml-category{display:inline-block;font-size:.63rem;font-weight:700;padding:3px 9px;border-radius:20px;background:#f4f7fc;color:#5a6e85;margin-bottom:6px}.ml-title{font-size:.87rem;font-weight:700;color:#1b2a4a;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ml-price{font-size:.85rem;font-weight:700;color:#ff6b35;margin-bottom:8px}.ml-actions{display:flex;gap:6px}.ml-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;font-size:.72rem;font-weight:700;padding:8px 6px;border-radius:10px;cursor:pointer;border:none;text-decoration:none}.ml-btn-view{background:#f4f7fc;color:#1b2a4a}.ml-btn-view:hover{background:#e5eaf0}.ml-btn-delete{background:#fff0ea;color:#d14343}.ml-btn-delete:hover{background:#ffe0d6}.ml-btn-delete:disabled{opacity:.6;cursor:not-allowed}.ml-btn-edit{background:#eaf1ff;color:#1b5fe0}.ml-btn-edit:hover{background:#d9e7ff}.ml-edit-overlay{display:none;position:fixed;inset:0;background:#0f172a8c;z-index:2000;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.ml-edit-overlay.open{display:flex}.ml-edit-modal{position:relative;background:#fff;width:100%;max-width:420px;border-radius:28px;padding:32px 28px 28px;box-shadow:0 24px 60px #0f172a40;margin:auto}.ml-edit-close{position:absolute;top:16px;right:16px;background:#f4f7fc;border:none;width:32px;height:32px;border-radius:50%;color:#5a6e85;cursor:pointer}.ml-edit-title{font-size:1.15rem;color:#1b2a4a;margin-bottom:16px;display:flex;align-items:center;gap:8px}.ml-edit-title i{color:#ff6b35}.ml-form-msg{display:none;font-size:.82rem;font-weight:600;padding:10px 14px;border-radius:12px;margin-bottom:12px;text-align:center}.ml-form-msg.show-error{display:block;background:#fff0ea;color:#d14343}.ml-form-msg.show-success{display:block;background:#eafbf0;color:#1b7a3c}.ml-form-label{display:block;font-size:.82rem;font-weight:600;color:#1b2a4a;margin-bottom:6px;margin-top:14px}.ml-form-label:first-of-type{margin-top:0}.ml-form-input{width:100%;padding:12px 14px;border-radius:14px;border:1.5px solid #E5EAF0;font-size:.9rem;font-family:inherit;color:#1b2a4a;background:#fbfcfe;resize:vertical}.ml-form-input:focus{outline:none;border-color:#ff6b35;background:#fff}.ml-primary-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:#ff6b35;color:#fff;border:none;padding:13px;border-radius:14px;font-weight:700;font-size:.9rem;cursor:pointer;margin-top:16px}.ml-primary-btn:disabled{opacity:.65;cursor:not-allowed}
